aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2024-10-15 17:26:48 +0200
committerMarek Vasut <marex@denx.de>2024-10-17 03:12:47 +0200
commit6852a2c82e695c418c744b0fcb4298bc0e759842 (patch)
treea2a57b18caf2501241d0bd586b1ea6e7d6ae777c /MAINTAINERS
parentf2a7a5cca24ead040490f396dadc189125484570 (diff)
downloadu-boot-6852a2c82e695c418c744b0fcb4298bc0e759842.tar.gz
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 <sebastian.reichel@collabora.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'MAINTAINERS')
-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 <sebastian.reichel@collabora.com>
+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 <bmeng.cn@gmail.com>
S: Maintained