All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Janne Grunau <j@jannau.net>
Cc: "Hector Martin" <marcan@marcan.st>,
	"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>,
	asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Martin Povišer" <povik+lin@cutebit.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
Date: Fri, 17 Mar 2023 23:17:53 +0530	[thread overview]
Message-ID: <ZBSnybiX5c9oWe7X@matsya> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net>

On 07-03-23, 13:10, Janne Grunau wrote:
> The block found on Apple's M2 SoC is compatible with the existing driver
> so add its per-SoC compatible.

Applied, thanks

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Janne Grunau <j@jannau.net>
Cc: "Hector Martin" <marcan@marcan.st>,
	"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>,
	asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Martin Povišer" <povik+lin@cutebit.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v3 13/15] dt-bindings: dma: apple,admac: Add t8112-admac compatible
Date: Fri, 17 Mar 2023 23:17:53 +0530	[thread overview]
Message-ID: <ZBSnybiX5c9oWe7X@matsya> (raw)
In-Reply-To: <20230202-asahi-t8112-dt-v3-13-d1a5f6383d95@jannau.net>

On 07-03-23, 13:10, Janne Grunau wrote:
> The block found on Apple's M2 SoC is compatible with the existing driver
> so add its per-SoC compatible.

Applied, thanks

-- 
~Vinod

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-03-17 17:47 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 [this message]
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=ZBSnybiX5c9oWe7X@matsya \
    --to=vkoul@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=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcan@marcan.st \
    --cc=povik+lin@cutebit.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.