diff options
author | Romain Gantois <romain.gantois@bootlin.com> | 2024-10-24 10:54:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-04 01:30:00 +0100 |
commit | 7c561b8c3e83687064c957c394ed9fe49e38fe00 (patch) | |
tree | ad989520b8a4af1a6010a4554fe0c814e0a22b23 /MAINTAINERS | |
parent | 81e45af3d1878c401e7e7d1e6854e93645d7f50b (diff) | |
download | lwn-7c561b8c3e83687064c957c394ed9fe49e38fe00.tar.gz lwn-7c561b8c3e83687064c957c394ed9fe49e38fe00.zip |
usb: typec: mux: Add support for the TUSB1046 crosspoint switch
The TUSB1046-DCI is a USB-C linear redriver crosspoint switch, which can
mux SuperSpeed lanes from a Type-C connector to a USB3.0 data lane or up to
4 display port lanes.
Add support for driving the TUSB1046 as a Type-C orientation switch and
DisplayPort altmode multiplexer.
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241024-tusb1046-v2-2-d031b1a43e6d@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e9659a5a7fb3..3cf9aa8eb647 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23997,6 +23997,13 @@ L: linux-usb@vger.kernel.org S: Orphan F: drivers/usb/typec/tcpm/ +USB TYPEC TUSB1046 MUX DRIVER +M: Romain Gantois <romain.gantois@bootlin.com> +L: linux-usb@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/usb/ti,tusb1046.yaml +F: drivers/usb/typec/mux/tusb1046.c + USB UHCI DRIVER M: Alan Stern <stern@rowland.harvard.edu> L: linux-usb@vger.kernel.org |