From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Gary Bisson <bisson.gary@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sean Wang <sean.wang@mediatek.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: [PATCH v5 0/5] Add support for Ezurio MediaTek platforms
Date: Thu, 8 Jan 2026 10:58:36 +0100 [thread overview]
Message-ID: <a952746a-89f9-494e-bbb0-e4aed5c1cedc@collabora.com> (raw)
In-Reply-To: <20251203-review-v5-0-b26d5512c6af@gmail.com>
Il 03/12/25 22:20, Gary Bisson ha scritto:
> This series adds support for Ezurio MediaTek platforms called
> "Tungsten". It includes support for MT8370-based Tungsten 510 and
> MT8390-based Tungsten 700 SOMs.
>
All patches applied to v6.19-next/dts64 after fixing a merge issue in Makefile.
Thanks!
> Changes in v2:
> - Use b4 to cc all maintainers properly
> - Squashed patches 2/3 together
> - Updated dts node names to be generic
>
> Changes in v3:
> - Added per-commit changelog
> - Added missing Acked-by on 1st patch
> - Link to v2: https://lore.kernel.org/r/20251201-review-v2-0-dc2df44eec7e@gmail.com
>
> Changes in v4:
> - Fixed remaining DTB warnings
> - Link to v3: https://lore.kernel.org/r/20251201-review-v3-0-07f9af7341fd@gmail.com
>
> Changes in v5:
> - Fixed DTB per Angelo's comments
> - Added a MT8188 patch for easier mmc eint interrupt change
> - Link to v4: https://lore.kernel.org/r/20251202-review-v4-0-93f5cd2a0d4a@gmail.com
>
> Regards,
>
> Gary Bisson (5):
> dt-bindings: vendor-prefixes: Add Ezurio LLC
> dt-bindings: arm: mediatek: Add Ezurio Tungsten entries
> arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended
> arm64: dts: mediatek: add device tree for Tungsten 510 board
> arm64: dts: mediatek: add device tree for Tungsten 700 board
>
> .../devicetree/bindings/arm/mediatek.yaml | 2 +
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> arch/arm64/boot/dts/mediatek/Makefile | 2 +
> arch/arm64/boot/dts/mediatek/mt8188.dtsi | 6 +-
> .../dts/mediatek/mt8370-tungsten-smarc.dts | 14 +
> .../dts/mediatek/mt8390-tungsten-smarc.dts | 22 +
> .../dts/mediatek/mt8390-tungsten-smarc.dtsi | 1489 +++++++++++++++++
> 7 files changed, 1534 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8370-tungsten-smarc.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dtsi
>
> --
> 2.43.0
>
> ---
> To: Rob Herring <robh@kernel.org>
> To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Matthias Brugger <matthias.bgg@gmail.com>
> To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> To: Sean Wang <sean.wang@mediatek.com>
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-mediatek@lists.infradead.org
>
> ---
> Gary Bisson (5):
> dt-bindings: vendor-prefixes: Add Ezurio LLC
> dt-bindings: arm: mediatek: Add Ezurio Tungsten entries
> arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended
> arm64: dts: mediatek: add device tree for Tungsten 510 board
> arm64: dts: mediatek: add device tree for Tungsten 700 board
>
> .../devicetree/bindings/arm/mediatek.yaml | 2 +
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> arch/arm64/boot/dts/mediatek/Makefile | 2 +
> arch/arm64/boot/dts/mediatek/mt8188.dtsi | 6 +-
> .../boot/dts/mediatek/mt8370-tungsten-smarc.dts | 14 +
> .../boot/dts/mediatek/mt8390-tungsten-smarc.dts | 22 +
> .../boot/dts/mediatek/mt8390-tungsten-smarc.dtsi | 1489 ++++++++++++++++++++
> 7 files changed, 1534 insertions(+), 3 deletions(-)
> ---
> base-commit: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
> change-id: 20251201-review-750072579991
>
> Best regards,
prev parent reply other threads:[~2026-01-08 9:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-03 21:20 Gary Bisson
2025-12-03 21:20 ` [PATCH v5 1/5] dt-bindings: vendor-prefixes: Add Ezurio LLC Gary Bisson
2025-12-03 21:20 ` [PATCH v5 2/5] dt-bindings: arm: mediatek: Add Ezurio Tungsten entries Gary Bisson
2025-12-03 21:20 ` [PATCH v5 3/5] arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended Gary Bisson
2025-12-03 21:20 ` [PATCH v5 4/5] arm64: dts: mediatek: add device tree for Tungsten 510 board Gary Bisson
2025-12-03 21:20 ` [PATCH v5 5/5] arm64: dts: mediatek: add device tree for Tungsten 700 board Gary Bisson
2025-12-05 22:36 ` [PATCH v5 0/5] Add support for Ezurio MediaTek platforms Rob Herring
2026-01-08 9:58 ` AngeloGioacchino Del Regno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a952746a-89f9-494e-bbb0-e4aed5c1cedc@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=bisson.gary@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh@kernel.org \
--cc=sean.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®