From: Rob Herring <robh@kernel.org>
To: "Bernhard Rosenkränzer" <bero@baylibre.com>
Cc: linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com, khilman@baylibre.com
Subject: Re: [PATCH v5 0/7] Add minimal MT8365 and MT8365-EVK support
Date: Wed, 14 Dec 2022 09:23:05 -0600 [thread overview]
Message-ID: <20221214152305.GA1080797-robh@kernel.org> (raw)
In-Reply-To: <20221213234346.2868828-1-bero@baylibre.com>
On Wed, Dec 14, 2022 at 12:43:39AM +0100, Bernhard Rosenkränzer wrote:
> This adds minimal support for the MediaTek 8365 SOC and the EVK reference
> board, allowing the board to boot to initramfs with serial port I/O.
>
> v5:
> - Reorder top-level entries in mediatek,mt8365-pinctrl.yaml to match
> example-schema
> - Use consistent quotes
>
> v4:
> - Remove pins-are-numbered references that have been holding things up
> now that the patches removing it from dt-bindings have landed in linux-next
>
> v3:
> - Remove a number of components that are not yet supported (they will
> come back alongside the corresponding drivers)
> - Address issues found by dt_binding_check (mostly fixing pinctrl
> bindings)
> - Address issues pointed out in comments
> - Reorder patches
>
> v2:
> - Add missing dt-bindings documentation
> - Small cleanups addressing issues in v1 pointed out by Krzysztof Kozlowski
>
> Bernhard Rosenkränzer (4):
> dt-bindings: arm64: dts: mediatek: Add mt8365-evk board
> dt-bindings: irq: mtk, sysirq: add support for mt8365
> dt-bindings: mfd: syscon: Add mt8365-syscfg
> dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC
>
> Fabien Parent (3):
> dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings
> dt-bindings: usb: mediatek,mtk-xhci: add MT8365 SoC bindings
> arm64: dts: mediatek: Initial mt8365-evk support
>
> .../devicetree/bindings/arm/mediatek.yaml | 4 +
> .../interrupt-controller/mediatek,sysirq.txt | 1 +
> .../devicetree/bindings/mfd/syscon.yaml | 1 +
> .../pinctrl/mediatek,mt8365-pinctrl.yaml | 197 ++++++++++
> .../bindings/usb/mediatek,mtk-xhci.yaml | 1 +
> .../bindings/usb/mediatek,mtu3.yaml | 1 +
> arch/arm64/boot/dts/mediatek/Makefile | 1 +
> arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 163 +++++++++
> arch/arm64/boot/dts/mediatek/mt8365.dtsi | 343 ++++++++++++++++++
> 9 files changed, 712 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8365-pinctrl.yaml
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8365-evk.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8365.dtsi
You've missed the subsystem maintainers on this series. gregkh/linux-usb
for USB for example. They can pick up the individual patches.
Rob
prev parent reply other threads:[~2022-12-14 15:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-13 23:43 [PATCH v5 0/7] Add minimal MT8365 and MT8365-EVK support Bernhard Rosenkränzer
2022-12-13 23:43 ` [PATCH v5 1/7] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board Bernhard Rosenkränzer
2022-12-14 11:24 ` AngeloGioacchino Del Regno
2022-12-16 11:18 ` Matthias Brugger
2022-12-13 23:43 ` [PATCH v5 2/7] dt-bindings: irq: mtk, sysirq: add support for mt8365 Bernhard Rosenkränzer
2022-12-14 11:24 ` AngeloGioacchino Del Regno
2022-12-16 11:19 ` Matthias Brugger
2022-12-13 23:43 ` [PATCH v5 3/7] dt-bindings: mfd: syscon: Add mt8365-syscfg Bernhard Rosenkränzer
2022-12-16 11:19 ` Matthias Brugger
2022-12-13 23:43 ` [PATCH v5 4/7] dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC Bernhard Rosenkränzer
2022-12-15 10:08 ` Krzysztof Kozlowski
2022-12-13 23:43 ` [PATCH v5 5/7] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings Bernhard Rosenkränzer
2022-12-16 11:20 ` Matthias Brugger
2022-12-13 23:43 ` [PATCH v5 6/7] dt-bindings: usb: mediatek,mtk-xhci: " Bernhard Rosenkränzer
2022-12-14 11:24 ` AngeloGioacchino Del Regno
2022-12-16 11:21 ` Matthias Brugger
2022-12-13 23:43 ` [PATCH v5 7/7] arm64: dts: mediatek: Initial mt8365-evk support Bernhard Rosenkränzer
2022-12-14 11:24 ` AngeloGioacchino Del Regno
2022-12-14 15:23 ` Rob Herring [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=20221214152305.GA1080797-robh@kernel.org \
--to=robh@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=bero@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.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;
as well as URLs for NNTP newsgroup(s).