From: Yuanshen Cao <alex.caoys@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Yuanshen Cao <alex.caoys@gmail.com>
Subject: [PATCH v3 0/2] Add support for Etek ET7304 Controller
Date: Fri, 20 Feb 2026 06:22:39 +0000 [thread overview]
Message-ID: <20260220-et7304-v3-0-ede2d9634957@gmail.com> (raw)
The Etek Micro 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 v3:
- Reorder the table alphabetically
- Use etekmicro as the vender prefix
- Link to v2: https://lore.kernel.org/r/20260219-et7304-v2-0-b2e268494ae8@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 Type-C Port Controller
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: 8bf22c33e7a172fbc72464f4cc484d23a6b412ba
change-id: 20260220-et7304-d07e48fe2295
Best regards,
--
Yuanshen Cao <alex.caoys@gmail.com>
next reply other threads:[~2026-02-20 6:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-20 6:22 Yuanshen Cao [this message]
2026-02-20 6:22 ` [PATCH v3 1/2] dt-bindings: usb: document the Etek ET7304 USB Type-C Port Controller Yuanshen Cao
2026-02-20 7:17 ` Krzysztof Kozlowski
2026-02-20 6:22 ` [PATCH v3 2/2] usb: typec: tcpm: Add vid and chip info for Etek ET7304 Yuanshen Cao
2026-02-23 15:09 ` Heikki Krogerus
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=20260220-et7304-v3-0-ede2d9634957@gmail.com \
--to=alex.caoys@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh@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