From: Hector Martin <marcan@marcan.st>
To: Janne Grunau <j@jannau.net>, Sven Peter <sven@svenpeter.dev>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Mark Kettenis <kettenis@openbsd.org>
Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Marc Zyngier" <maz@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Wolfram Sang" <wsa@kernel.org>,
"Martin Povišer" <povik+lin@cutebit.org>,
"Vinod Koul" <vkoul@kernel.org>
Subject: Re: [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices
Date: Tue, 28 Mar 2023 19:42:00 +0900 [thread overview]
Message-ID: <d0480cda-ffd5-582d-7258-69f0a2b6f947@marcan.st> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-0-d1a5f6383d95@jannau.net>
On 07/03/2023 21.10, Janne Grunau wrote:
> This series contains dt-bindings updates and device trees for Apple
> silicon devices based on the M2 SoC (t8112).
>
> Device tree validation depends on the dart-t8110 bindings queued in
> the iommu tree for 6.3 [1], PMU updates [2] and support for
> "local-mac-address" for brcm,bcm4329-fmac based devices [3]. The latter
> fixes validation errors for the existing M1 and M1 Pro/Max/Ultra device
> trees.
>
> The device trees are tested with the downstream Asahi Linux kernel and
> on top of v6.2-rc5. The hardware is of limited use with the upstream
> kernel. The notebooks miss keyboard/trackpad drivers and usb support.
> The Mac mini does not yet have a boot framebuffer and lacks usb support
> as well.
>
> 1: https://lore.kernel.org/linux-iommu/20230113105029.26654-1-marcan@marcan.st/
> 2: https://lore.kernel.org/linux-devicetree/20230214-apple_m2_pmu-v1-1-9c9213ab9b63@jannau.net/
> 3: https://lore.kernel.org/linux-devicetree/20230203-dt-bindings-network-class-v2-2-499686795073@jannau.net/
>
> The dt-binding changes in this series are documentation only. All
> drivers are compatible with the HW on the M2 SoC and are probed based
> on generic compatibles. The t8112 specific compatibles are added to
> address t8112 specific quirks in the case they become required.
>
> Signed-off-by: Janne Grunau <j@jannau.net>
Thanks, applied everything except #13 to asahi-soc/dt.
- Hector
WARNING: multiple messages have this Message-ID (diff)
From: Hector Martin <marcan@marcan.st>
To: Janne Grunau <j@jannau.net>, Sven Peter <sven@svenpeter.dev>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Mark Kettenis <kettenis@openbsd.org>
Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Marc Zyngier" <maz@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Wolfram Sang" <wsa@kernel.org>,
"Martin Povišer" <povik+lin@cutebit.org>,
"Vinod Koul" <vkoul@kernel.org>
Subject: Re: [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices
Date: Tue, 28 Mar 2023 19:42:00 +0900 [thread overview]
Message-ID: <d0480cda-ffd5-582d-7258-69f0a2b6f947@marcan.st> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-0-d1a5f6383d95@jannau.net>
On 07/03/2023 21.10, Janne Grunau wrote:
> This series contains dt-bindings updates and device trees for Apple
> silicon devices based on the M2 SoC (t8112).
>
> Device tree validation depends on the dart-t8110 bindings queued in
> the iommu tree for 6.3 [1], PMU updates [2] and support for
> "local-mac-address" for brcm,bcm4329-fmac based devices [3]. The latter
> fixes validation errors for the existing M1 and M1 Pro/Max/Ultra device
> trees.
>
> The device trees are tested with the downstream Asahi Linux kernel and
> on top of v6.2-rc5. The hardware is of limited use with the upstream
> kernel. The notebooks miss keyboard/trackpad drivers and usb support.
> The Mac mini does not yet have a boot framebuffer and lacks usb support
> as well.
>
> 1: https://lore.kernel.org/linux-iommu/20230113105029.26654-1-marcan@marcan.st/
> 2: https://lore.kernel.org/linux-devicetree/20230214-apple_m2_pmu-v1-1-9c9213ab9b63@jannau.net/
> 3: https://lore.kernel.org/linux-devicetree/20230203-dt-bindings-network-class-v2-2-499686795073@jannau.net/
>
> The dt-binding changes in this series are documentation only. All
> drivers are compatible with the HW on the M2 SoC and are probed based
> on generic compatibles. The t8112 specific compatibles are added to
> address t8112 specific quirks in the case they become required.
>
> Signed-off-by: Janne Grunau <j@jannau.net>
Thanks, applied everything except #13 to asahi-soc/dt.
- Hector
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-03-28 10:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 12:10 [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Janne Grunau
2023-03-07 12:10 ` [PATCH v3 01/15] dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 02/15] dt-bindings: arm: apple: apple,pmgr: Add t8112-pmgr compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 03/15] dt-bindings: watchdog: apple,wdt: Add t8112-wdt compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 04/15] dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible Janne Grunau
2023-03-08 23:15 ` Rob Herring
2023-03-08 23:15 ` Rob Herring
2023-03-07 12:10 ` [PATCH v3 06/15] dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string Janne Grunau
2023-03-07 12:10 ` [PATCH v3 07/15] dt-bindings: mailbox: apple,mailbox: Add t8112 compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 08/15] dt-bindings: nvme: apple: Add apple,t8112-nvme-ans2 compatible string Janne Grunau
2023-03-07 12:10 ` [PATCH v3 09/15] dt-bindings: pci: apple,pcie: Add t8112 support Janne Grunau
2023-03-07 12:10 ` [PATCH v3 10/15] dt-bindings: pinctrl: apple,pinctrl: Add apple,t8112-pinctrl compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 11/15] dt-bindings: i2c: apple,i2c: Add apple,t8112-i2c compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 12/15] dt-bindings: clock: apple,nco: Add t8112-nco compatible Janne Grunau
2023-03-07 12:10 ` [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible Janne Grunau
2023-03-17 17:47 ` Vinod Koul
2023-03-17 17:47 ` Vinod Koul
2023-03-07 12:10 ` [PATCH v3 14/15] dt-bindings: arm: apple: Add t8112 j413/j473/j493 compatibles Janne Grunau
2023-03-07 12:10 ` [PATCH v3 15/15] arm64: dts: apple: t8112: Initial t8112 (M2) device trees Janne Grunau
2023-03-28 10:42 ` Hector Martin [this message]
2023-03-28 10:42 ` [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Hector Martin
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=d0480cda-ffd5-582d-7258-69f0a2b6f947@marcan.st \
--to=marcan@marcan.st \
--cc=alyssa@rosenzweig.io \
--cc=asahi@lists.linux.dev \
--cc=devicetree@vger.kernel.org \
--cc=j@jannau.net \
--cc=kettenis@openbsd.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=povik+lin@cutebit.org \
--cc=robh+dt@kernel.org \
--cc=sven@svenpeter.dev \
--cc=vkoul@kernel.org \
--cc=wsa@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.