[PATCH v3 0/3] usb: typec: tipd: Add sn201202x (ACE3) support
Sasha Finkelstein <[email protected]> Sat, 01 Aug 2026 23:30:09 +0200
| Newsgroups | dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]> |
Add support for sn201202x (a.k.a ACE3), an Apple-specific tps6598x variant that wraps the tps6598x core register set with a SPMI based regmap-like protocol, first appearing in Apple M3 devices. This series first makes the core parts bus-agnostic, and then adds the new SPMI interface as a custom regmap implementation. To simplify the merge strategy, the device tree entries will be sent in a future patch series. Signed-off-by: Sasha Finkelstein <[email protected]> --- Changes in v3: - Restore accidentally deleted static - Fix building with tracepoints - Sleep the device on failed probe - Link to v2: https://patch.msgid.link/[email protected] Changes in v2: - Use a -core module instead of building everything twice - Fix completion handling - Make regmaps debugfs-safe - Link to v1: https://patch.msgid.link/[email protected] --- Alyssa Milburn (1): usb: typec: tipd: Factor out i2c specifics Sasha Finkelstein (2): dt-bindings: usb: tps6598x: Add sn201202x/ACE3 usb: typec: tipd: Add sn201202x support Documentation/devicetree/bindings/usb/apple,sn201202x.yaml | 78 +++++++++++++++++++++++++++++++ MAINTAINERS | 2 + drivers/usb/typec/tipd/Kconfig | 20 +++++++- drivers/usb/typec/tipd/Makefile | 14 ++++-- drivers/usb/typec/tipd/core.c | 241 +++++++++++++++++++++-------------------------------------------------------------------------- drivers/usb/typec/tipd/i2c.c | 104 +++++++++++++++++++++++++++++++++++++++++ drivers/usb/typec/tipd/spmi.c | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/typec/tipd/tps6598x.h | 124 +++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 685 insertions(+), 195 deletions(-) --- base-commit: 0ce37745d4bfbc493f718169c3974898ffec8ee7 change-id: 20260725-tipd-ace3-090bf570ef59 Best regards, -- Sasha Finkelstein <[email protected]>