diff mbox series

[v2,5/5] MAINTAINERS: add TCPM section

Message ID 20240604163546.60225-6-sebastian.reichel@collabora.com
State Superseded
Delegated to: Kever Yang
Headers show
Series FUSB302 USB-C controller support | expand

Commit Message

Sebastian Reichel June 4, 2024, 4:33 p.m. UTC
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>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f8afd7d51e2e..dc9e7112aebf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1679,6 +1679,14 @@  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:	drivers/usb/tcpm/
+F:	include/usb/pd.h
+F:	include/usb/tcpm.h
+
 USB xHCI
 M:	Bin Meng <bmeng.cn@gmail.com>
 S:	Maintained