summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Reichel <[email protected]>2024-10-15 17:26:48 +0200
committerMarek Vasut <[email protected]>2024-10-17 03:12:47 +0200
commit6852a2c82e695c418c744b0fcb4298bc0e759842 (patch)
treea2a57b18caf2501241d0bd586b1ea6e7d6ae777c
parentf2a7a5cca24ead040490f396dadc189125484570 (diff)
MAINTAINERS: add TCPM section
Add new section for USB TypeC Port Manager (TCPM) support, which is needed to figure out cable orientation of USB-C plus and to do USB PD communication. Signed-off-by: Sebastian Reichel <[email protected]> Acked-by: Marek Vasut <[email protected]>
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7c6c368285e..eef63530f68 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1754,6 +1754,15 @@ F: common/usb_kbd.c
F: common/usb_storage.c
F: include/usb.h
+USB TCPM
+M: Sebastian Reichel <[email protected]>
+S: Maintained
+F: cmd/tcpm.c
+F: doc/usage/cmd/tcpm.rst
+F: drivers/usb/tcpm/
+F: include/usb/pd.h
+F: include/usb/tcpm.h
+
USB xHCI
M: Bin Meng <[email protected]>
S: Maintained