[PATCH 0/2] Add support for the TUSB1046-DCI Type-C crosspoint switch

Romain Gantois posted 2 patches 1 month, 1 week ago
There is a newer version of this series
.../devicetree/bindings/usb/ti,tusb1046.yaml       |  49 +++++++
MAINTAINERS                                        |   7 +
drivers/usb/typec/mux/Kconfig                      |   9 ++
drivers/usb/typec/mux/Makefile                     |   1 +
drivers/usb/typec/mux/tusb1046.c                   | 161 +++++++++++++++++++++
5 files changed, 227 insertions(+)
[PATCH 0/2] Add support for the TUSB1046-DCI Type-C crosspoint switch
Posted by Romain Gantois 1 month, 1 week ago
Hello everyone,

This series adds support for a Type-C linear redriver crosspoint switch which
can function as a Type-C switch and DisplayPort altmode multiplexer.

Best Regards,

Romain Gantois

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
Romain Gantois (2):
      dt-bindings: usb: Describe TUSB1046 crosspoint switch
      usb: typec: mux: Add support for the TUSB1046 crosspoint switch

 .../devicetree/bindings/usb/ti,tusb1046.yaml       |  49 +++++++
 MAINTAINERS                                        |   7 +
 drivers/usb/typec/mux/Kconfig                      |   9 ++
 drivers/usb/typec/mux/Makefile                     |   1 +
 drivers/usb/typec/mux/tusb1046.c                   | 161 +++++++++++++++++++++
 5 files changed, 227 insertions(+)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241014-tusb1046-ebd08264789d

Best regards,
-- 
Romain Gantois <romain.gantois@bootlin.com>