All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Chan <towinchenmi@gmail.com>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: linux-i2c@vger.kernel.org, asahi@lists.linux.dev,
	Sven Peter <sven@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Neal Gompa <neal@gompa.dev>,
	Andi Shyti <andi.shyti@kernel.org>, Janne Grunau <j@jannau.net>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 0/8] I2C dt nodes and bindings for Apple A7-A11 SoCs
Date: Tue, 10 Jun 2025 12:45:19 +0800	[thread overview]
Message-ID: <81f03b76-abd5-4803-b8cd-679013aed359@gmail.com> (raw)
In-Reply-To: <174950228622.2915605.1412644681389156564.robh@kernel.org>


Rob Herring (Arm) 於 2025/6/10 凌晨4:53 寫道:
> On Mon, 09 Jun 2025 22:56:17 +0800, Nick Chan wrote:
>> Hi,
>>
>> This series adds the device tree nodes and bindings for I2C on Apple A7-A11
>> SoCs, since the existing driver appears to be compatible. The drivers for the
>> attached Dialog DA2xxx PMIC will be in a future patch series.
>>
>> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
>> ---
>> Nick Chan (8):
>>       arm64: dts: apple: s5l8960x: Add I2C nodes
>>       arm64: dts: apple: t7000: Add I2C nodes
>>       arm64: dts: apple: t7001: Add I2C nodes
>>       arm64: dts: apple: s800-0-3: Add I2C nodes
>>       arm64: dts: apple: s8001: Add I2C nodes
>>       arm64: dts: apple: t8010: Add I2C nodes
>>       arm64: dts: apple: t8011: Add I2C nodes
>>       arm64: dts: apple: t8015: Add I2C nodes
>>
>>  arch/arm64/boot/dts/apple/s5l8960x.dtsi | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/s800-0-3.dtsi | 57 +++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/s8001.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/t7000.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/t7001.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/t8010.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/t8011.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  arch/arm64/boot/dts/apple/t8015.dtsi    | 76 +++++++++++++++++++++++++++++++++
>>  8 files changed, 589 insertions(+)
>> ---
>> base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
>> change-id: 20250527-i2c-no-t2-2f3589996d14
>>
>> Best regards,
>> --
>> Nick Chan <towinchenmi@gmail.com>
>>
>>
>>
>
> My bot found new DTB warnings on the .dts files added or changed in this
> series.

forgot to include patch with the actual bindings v2 should fix the issue

[...]

>
Nick Chan

      reply	other threads:[~2025-06-10  4:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-09 14:56 [PATCH 0/8] I2C dt nodes and bindings for Apple A7-A11 SoCs Nick Chan
2025-06-09 14:56 ` [PATCH 1/8] arm64: dts: apple: s5l8960x: Add I2C nodes Nick Chan
2025-06-09 14:56 ` [PATCH 2/8] arm64: dts: apple: t7000: " Nick Chan
2025-06-09 14:56 ` [PATCH 3/8] arm64: dts: apple: t7001: " Nick Chan
2025-06-09 14:56 ` [PATCH 4/8] arm64: dts: apple: s800-0-3: " Nick Chan
2025-06-09 14:56 ` [PATCH 5/8] arm64: dts: apple: s8001: " Nick Chan
2025-06-09 14:56 ` [PATCH 6/8] arm64: dts: apple: t8010: " Nick Chan
2025-06-09 14:56 ` [PATCH 7/8] arm64: dts: apple: t8011: " Nick Chan
2025-06-09 14:56 ` [PATCH 8/8] arm64: dts: apple: t8015: " Nick Chan
2025-06-09 20:53 ` [PATCH 0/8] I2C dt nodes and bindings for Apple A7-A11 SoCs Rob Herring (Arm)
2025-06-10  4:45   ` Nick Chan [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=81f03b76-abd5-4803-b8cd-679013aed359@gmail.com \
    --to=towinchenmi@gmail.com \
    --cc=alyssa@rosenzweig.io \
    --cc=andi.shyti@kernel.org \
    --cc=asahi@lists.linux.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j@jannau.net \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neal@gompa.dev \
    --cc=robh@kernel.org \
    --cc=sven@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.