All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hector Martin <marcan@marcan.st>
To: SoC Team <soc@kernel.org>
Cc: Asahi Linux <asahi@lists.linux.dev>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] Apple SoC DT updates for 6.2 (v3)
Date: Fri, 9 Dec 2022 01:25:25 +0900	[thread overview]
Message-ID: <488ad4e9-04dc-1774-3bbe-d313ef30f14d@marcan.st> (raw)


Hi SoC folks,

Please merge these DT changes for 6.2. One last round this cycle :)

This batch ended up collecting a little pile of typo, style, and one
minor functional fix. It also includes the cache topology info for
t8103, mirroring the t600x change that went into the previous batch.

-Hector

The following changes since commit d32c1530c7230b756ca9a6b6cf92ce6e60788594:

  arm64: dts: apple: Add CPU topology & cpufreq nodes for t600x (2022-12-04 13:31:59 +0900)

are available in the Git repository at:

  https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-6.2-v3

for you to fetch changes up to 67327f125801f98aec9e2cf5e1df16cf493a065f:

  arm64: dts: apple: t6002: Fix GPU power domains (2022-12-08 14:37:29 +0900)

----------------------------------------------------------------
Apple SoC DT updates for 6.2 (v3).

One final update for 6.2. This includes:
* L1/L2 cache topology for t8103
* A bunch of typo, style, and minor functional fixes

----------------------------------------------------------------
Asahi Lina (2):
      arm64: dts: apple: t600x-pmgr: Fix search & replace typo
      arm64: dts: apple: t6002: Fix GPU power domains

Hector Martin (1):
      arm64: dts: apple: Rename dart-sio* to sio-dart*

Janne Grunau (3):
      arch: arm64: apple: t8103: Use standard "iommu" node name
      arch: arm64: apple: t600x: Use standard "iommu" node name
      arm64: dts: apple: Add t8103 L1/L2 cache properties and nodes

 arch/arm64/boot/dts/apple/t6002.dtsi      |  5 ++++
 arch/arm64/boot/dts/apple/t600x-die0.dtsi | 14 ++++-----
 arch/arm64/boot/dts/apple/t600x-pmgr.dtsi |  2 +-
 arch/arm64/boot/dts/apple/t8103.dtsi      | 48 +++++++++++++++++++++++++++----
 4 files changed, 56 insertions(+), 13 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Hector Martin <marcan@marcan.st>
To: SoC Team <soc@kernel.org>
Cc: Asahi Linux <asahi@lists.linux.dev>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] Apple SoC DT updates for 6.2 (v3)
Date: Fri, 9 Dec 2022 01:25:25 +0900	[thread overview]
Message-ID: <488ad4e9-04dc-1774-3bbe-d313ef30f14d@marcan.st> (raw)


Hi SoC folks,

Please merge these DT changes for 6.2. One last round this cycle :)

This batch ended up collecting a little pile of typo, style, and one
minor functional fix. It also includes the cache topology info for
t8103, mirroring the t600x change that went into the previous batch.

-Hector

The following changes since commit d32c1530c7230b756ca9a6b6cf92ce6e60788594:

  arm64: dts: apple: Add CPU topology & cpufreq nodes for t600x (2022-12-04 13:31:59 +0900)

are available in the Git repository at:

  https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-6.2-v3

for you to fetch changes up to 67327f125801f98aec9e2cf5e1df16cf493a065f:

  arm64: dts: apple: t6002: Fix GPU power domains (2022-12-08 14:37:29 +0900)

----------------------------------------------------------------
Apple SoC DT updates for 6.2 (v3).

One final update for 6.2. This includes:
* L1/L2 cache topology for t8103
* A bunch of typo, style, and minor functional fixes

----------------------------------------------------------------
Asahi Lina (2):
      arm64: dts: apple: t600x-pmgr: Fix search & replace typo
      arm64: dts: apple: t6002: Fix GPU power domains

Hector Martin (1):
      arm64: dts: apple: Rename dart-sio* to sio-dart*

Janne Grunau (3):
      arch: arm64: apple: t8103: Use standard "iommu" node name
      arch: arm64: apple: t600x: Use standard "iommu" node name
      arm64: dts: apple: Add t8103 L1/L2 cache properties and nodes

 arch/arm64/boot/dts/apple/t6002.dtsi      |  5 ++++
 arch/arm64/boot/dts/apple/t600x-die0.dtsi | 14 ++++-----
 arch/arm64/boot/dts/apple/t600x-pmgr.dtsi |  2 +-
 arch/arm64/boot/dts/apple/t8103.dtsi      | 48 +++++++++++++++++++++++++++----
 4 files changed, 56 insertions(+), 13 deletions(-)


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

             reply	other threads:[~2022-12-08 16:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 16:25 Hector Martin [this message]
2022-12-08 16:25 ` [GIT PULL] Apple SoC DT updates for 6.2 (v3) Hector Martin
2022-12-09 15:20 ` patchwork-bot+linux-soc

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=488ad4e9-04dc-1774-3bbe-d313ef30f14d@marcan.st \
    --to=marcan@marcan.st \
    --cc=asahi@lists.linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@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.