All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: Janne Grunau <j@jannau.net>
Cc: "Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Sven Peter" <sven@kernel.org>, "Neal Gompa" <neal@gompa.dev>,
	"Wim Van Sebroeck" <wim@linux-watchdog.org>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Linus Walleij" <linusw@kernel.org>,
	"Mark Kettenis" <kettenis@openbsd.org>,
	"Andi Shyti" <andi.shyti@kernel.org>,
	"Uwe Kleine-König" <ukleinek@kernel.org>,
	"Sasha Finkelstein" <fnkl.kernel@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org
Subject: Re: [PATCH 6/9] dt-bindings: i2c: apple,i2c: Add t8122 compatible
Date: Mon, 4 May 2026 10:30:18 +0200	[thread overview]
Message-ID: <afhZGnc9vATRDH9d@ninjato> (raw)
In-Reply-To: <20260320-apple-m3-initial-devicetrees-v1-6-5842e1e393a8@jannau.net>

On Fri, Mar 20, 2026 at 01:23:24PM +0100, Janne Grunau wrote:
> The i2c block on the Apple silicon t8122 (M3) SoC is compatible with the
> existing driver. Add "apple,t8122-i2c" as SoC specific compatible under
> "apple,t8103-i2c" used by the deriver.
> 
> Signed-off-by: Janne Grunau <j@jannau.net>
> Acked-by: Andi Shyti <andi.shyti@kernel.org>
> Acked-by: Rob Herring (Arm) <robh@kernel.org>

Applied to for-current, thanks!


  parent reply	other threads:[~2026-05-04  8:30 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-20 12:23 [PATCH 0/9] Initial Apple silicon M3 device trees and dt-bindings Janne Grunau
2026-03-20 12:23 ` [PATCH 1/9] dt-bindings: arm: cpus: Add Apple M3 CPU core compatibles Janne Grunau
2026-04-07 16:06   ` Rob Herring
2026-03-20 12:23 ` [PATCH 2/9] dt-bindings: arm: apple: apple,pmgr: Add t8122 compatible Janne Grunau
2026-04-07 16:07   ` Rob Herring (Arm)
2026-03-20 12:23 ` [PATCH 3/9] dt-bindings: power: apple,pmgr-pwrstate: " Janne Grunau
2026-04-07 16:08   ` Rob Herring (Arm)
2026-03-20 12:23 ` [PATCH 4/9] dt-bindings: watchdog: apple,wdt: " Janne Grunau
2026-04-07 16:07   ` Rob Herring (Arm)
2026-03-20 12:23 ` [PATCH 5/9] dt-bindings: pinctrl: apple,pinctrl: " Janne Grunau
2026-03-20 14:21   ` Linus Walleij
2026-04-07 16:08   ` Rob Herring (Arm)
2026-04-09  8:27   ` Linus Walleij
2026-03-20 12:23 ` [PATCH 6/9] dt-bindings: i2c: apple,i2c: " Janne Grunau
2026-03-27 14:15   ` Andi Shyti
2026-04-07 16:08   ` Rob Herring (Arm)
2026-05-04  8:30   ` Wolfram Sang [this message]
2026-03-20 12:23 ` [PATCH 7/9] dt-bindings: pwm: apple,s5l-fpwm: " Janne Grunau
2026-03-20 14:50   ` Uwe Kleine-König
2026-04-07 16:09   ` Rob Herring (Arm)
2026-03-20 12:23 ` [PATCH 8/9] dt-bindings: arm: apple: Add M3 based devices Janne Grunau
2026-04-07 16:10   ` Rob Herring (Arm)
2026-03-20 12:23 ` [PATCH 9/9] arm64: dts: apple: Initial t8122 (M3) device trees Janne Grunau
2026-03-20 14:00 ` [PATCH 0/9] Initial Apple silicon M3 device trees and dt-bindings Neal Gompa
2026-03-20 14:59 ` Joshua Peisach

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=afhZGnc9vATRDH9d@ninjato \
    --to=wsa+renesas@sang-engineering.com \
    --cc=andi.shyti@kernel.org \
    --cc=asahi@lists.linux.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fnkl.kernel@gmail.com \
    --cc=j@jannau.net \
    --cc=kettenis@openbsd.org \
    --cc=krzk+dt@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lpieralisi@kernel.org \
    --cc=neal@gompa.dev \
    --cc=robh@kernel.org \
    --cc=sven@kernel.org \
    --cc=ukleinek@kernel.org \
    --cc=wim@linux-watchdog.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.