From: Janne Grunau <j@jannau.net>
To: Sven Peter <sven@kernel.org>
Cc: Neal Gompa <neal@gompa.dev>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Joshua Peisach <jpeisach@ubuntu.com>,
asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v2 0/3] Apple SoC CIO (USB4/Thunderbolt) reset controller
Date: Tue, 8 Sep 2026 10:34:11 +0200 [thread overview]
Message-ID: <20260908083411.GC2760037@robin.jannau.net> (raw)
In-Reply-To: <20260821-b4-cio-reset-v2-0-2d045f80a424@kernel.org>
On Fri, Aug 21, 2026 at 05:44:53PM +0200, Sven Peter wrote:
> Hi,
>
> The CIO blocks used for USB4/Thunderbolt on Apple Silicon SoCs have a
> reset inside the power manager that has to be deasserted before their
> co-processor can be booted. On t8103 and t8112 each port comes with a
> dedicated register page while t600x and t602x use a single register
> with one request bit per port shared by all ports of a die in the
> middle of the PMGR MMIO region.
>
> The first patch adds the dt-binding, the second one the driver and the
> last one the device tree nodes for all SoCs. This will be used by the
> upcoming USB4/Thunderbolt series to start the host routers before
> booting their co-processors.
>
> Best,
>
> Sven
>
> ---
> Changes in v2:
> - dt-bindings: move the t600x example with the PMGR sub-node over to the
> PMGR binding itself where it can use the correct number of address
> cells such that the unit address matches reg again (Conor)
> - bail out of probe when no match data is available (Joshua, sashiko)
> - explain why neither a read-modify-write nor a delay before polling
> is required for the shared t600x register (sashiko)
> - fix a copy/paste error for the M2 MMIO region in the dts change
> - Link to v1: https://patch.msgid.link/20260809-b4-cio-reset-v1-0-4f33777d9b4b@kernel.org
>
> To: Sven Peter <sven@kernel.org>
> To: Janne Grunau <j@jannau.net>
> To: Neal Gompa <neal@gompa.dev>
> To: Rob Herring <robh@kernel.org>
> To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Philipp Zabel <p.zabel@pengutronix.de>
> Cc: Joshua Peisach <jpeisach@ubuntu.com>
> Cc: asahi@lists.linux.dev
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
>
> ---
> Sven Peter (3):
> dt-bindings: reset: Add Apple SoC CIO reset
> reset: Add Apple SoC CIO reset driver
> arm64: dts: apple: Add CIO reset controllers
>
> .../devicetree/bindings/arm/apple/apple,pmgr.yaml | 12 ++
> .../bindings/reset/apple,t8103-cio-reset.yaml | 61 +++++++
> MAINTAINERS | 2 +
> arch/arm64/boot/dts/apple/t600x-dieX.dtsi | 8 +-
> arch/arm64/boot/dts/apple/t602x-dieX.dtsi | 8 +-
> arch/arm64/boot/dts/apple/t8103.dtsi | 6 +
> arch/arm64/boot/dts/apple/t8112.dtsi | 6 +
> drivers/reset/Kconfig | 10 ++
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-apple-cio.c | 200 +++++++++++++++++++++
> 10 files changed, 312 insertions(+), 2 deletions(-)
whole series
Reviewed-by: Janne Grunau <j@jannau.net>
Janne
prev parent reply other threads:[~2026-09-08 8:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 15:44 [PATCH v2 0/3] Apple SoC CIO (USB4/Thunderbolt) reset controller Sven Peter
2026-08-21 15:44 ` [PATCH v2 1/3] dt-bindings: reset: Add Apple SoC CIO reset Sven Peter
2026-08-21 15:44 ` [PATCH v2 2/3] reset: Add Apple SoC CIO reset driver Sven Peter
2026-08-21 15:44 ` [PATCH v2 3/3] arm64: dts: apple: Add CIO reset controllers Sven Peter
2026-09-08 8:34 ` Janne Grunau [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=20260908083411.GC2760037@robin.jannau.net \
--to=j@jannau.net \
--cc=asahi@lists.linux.dev \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=jpeisach@ubuntu.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neal@gompa.dev \
--cc=p.zabel@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox