From: Rob Herring <robh@kernel.org>
To: Janne Grunau <j@jannau.net>
Cc: asahi@lists.linux.dev, devicetree@vger.kernel.org,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Rob Herring <robh+dt@kernel.org>, Sven Peter <sven@svenpeter.dev>,
Marc Zyngier <maz@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Mark Kettenis <kettenis@openbsd.org>,
linux-kernel@vger.kernel.org, Hector Martin <marcan@marcan.st>
Subject: Re: [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible
Date: Wed, 8 Mar 2023 17:15:47 -0600 [thread overview]
Message-ID: <167831734698.4055079.137179018203660288.robh@kernel.org> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-5-d1a5f6383d95@jannau.net>
On Tue, 07 Mar 2023 13:10:11 +0100, Janne Grunau wrote:
> The Apple M2 SoC uses AICv2 and is compatible with the existing driver.
> Add its per-SoC compatible.
> Since multi-die versions of the M2 are not expected decrease
> '#interrupt-cells' to 3 for apple,t8112-aic. This is seamlessly handled
> inside the driver.
>
> Acked-by: Marc Zyngier <maz@kernel.org>
> Signed-off-by: Janne Grunau <j@jannau.net>
> ---
> .../bindings/interrupt-controller/apple,aic2.yaml | 22 +++++++++++++++++++---
> 1 file changed, 19 insertions(+), 3 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Janne Grunau <j@jannau.net>
Cc: asahi@lists.linux.dev, devicetree@vger.kernel.org,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Rob Herring <robh+dt@kernel.org>, Sven Peter <sven@svenpeter.dev>,
Marc Zyngier <maz@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Mark Kettenis <kettenis@openbsd.org>,
linux-kernel@vger.kernel.org, Hector Martin <marcan@marcan.st>
Subject: Re: [PATCH v3 05/15] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8112-aic compatible
Date: Wed, 8 Mar 2023 17:15:47 -0600 [thread overview]
Message-ID: <167831734698.4055079.137179018203660288.robh@kernel.org> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-5-d1a5f6383d95@jannau.net>
On Tue, 07 Mar 2023 13:10:11 +0100, Janne Grunau wrote:
> The Apple M2 SoC uses AICv2 and is compatible with the existing driver.
> Add its per-SoC compatible.
> Since multi-die versions of the M2 are not expected decrease
> '#interrupt-cells' to 3 for apple,t8112-aic. This is seamlessly handled
> inside the driver.
>
> Acked-by: Marc Zyngier <maz@kernel.org>
> Signed-off-by: Janne Grunau <j@jannau.net>
> ---
> .../bindings/interrupt-controller/apple,aic2.yaml | 22 +++++++++++++++++++---
> 1 file changed, 19 insertions(+), 3 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
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-08 23:15 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 [this message]
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 ` [PATCH v3 00/15] Device trees for Apple M2 (t8112) based devices Hector Martin
2023-03-28 10:42 ` 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=167831734698.4055079.137179018203660288.robh@kernel.org \
--to=robh@kernel.org \
--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=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcan@marcan.st \
--cc=maz@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sven@svenpeter.dev \
/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.