Linux USB
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for Etek ET7304 Controller
@ 2026-02-19  3:02 Yuanshen Cao
  2026-02-19  3:02 ` [PATCH v2 1/2] dt-bindings: usb: document the Etek ET7304 USB Yuanshen Cao
  2026-02-19  3:02 ` [PATCH v2 2/2] usb: typec: tcpm: Add vid and chip info for Etek ET7304 Yuanshen Cao
  0 siblings, 2 replies; 5+ messages in thread
From: Yuanshen Cao @ 2026-02-19  3:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Heikki Krogerus
  Cc: linux-usb, devicetree, linux-kernel, Yuanshen Cao

The Etek ET7304 is a USB Type-C Port Controller with USB-PD used on
the Radxa Cubie A7Z.
According to the ET7304 datasheet [1] and the vendor BSP source code
provided by Radxa [2], this controller is functionally identical as
Richtek RT1715, with the only difference being the VID.

Add support for the ET7304 by registering its chip info in the driver.
Tested on Radxa Cubie A7Z.

[1] https://www.etekmicro.com/wp-content/uploads/datasheets/ET7304_datasheet.pdf
[2] https://github.com/radxa/allwinner-bsp/commit/156b6578cc173855b41ea311a229403ccbadb17c

Signed-off-by: Yuanshen Cao <alex.caoys@gmail.com>
---
Changes in v2:
- Put dt-bindings Documentation changes in a separate patch
- Add Etek to the vendor prefixes
- Link to v1: https://lore.kernel.org/r/20260217190010.67-1-alex.caoys@gmail.com/

---
Yuanshen Cao (2):
      dt-bindings: usb: document the Etek ET7304 USB
      usb: typec: tcpm: Add vid and chip info for Etek ET7304

 .../devicetree/bindings/usb/richtek,rt1711h.yaml         |  3 ++-
 Documentation/devicetree/bindings/vendor-prefixes.yaml   |  2 ++
 drivers/usb/typec/tcpm/tcpci_rt1711h.c                   | 16 +++++++++++++++-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
base-commit: 956b9cbd7f156c8672dac94a00de3c6a0939c692
change-id: 20260219-et7304-f37b616cf8f3

Best regards,
-- 
Yuanshen Cao <alex.caoys@gmail.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-02-19  7:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19  3:02 [PATCH v2 0/2] Add support for Etek ET7304 Controller Yuanshen Cao
2026-02-19  3:02 ` [PATCH v2 1/2] dt-bindings: usb: document the Etek ET7304 USB Yuanshen Cao
2026-02-19  7:58   ` Krzysztof Kozlowski
2026-02-19  3:02 ` [PATCH v2 2/2] usb: typec: tcpm: Add vid and chip info for Etek ET7304 Yuanshen Cao
2026-02-19  7:54   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox