]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
MAINTAINERS: add TCPM section
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 15 Oct 2024 15:26:48 +0000 (17:26 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 17 Oct 2024 01:12:47 +0000 (03:12 +0200)
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>
MAINTAINERS

index 7c6c368285e729dee11bb116cd7dd30d369b1a87..eef63530f68954a4efce020a60fcb9b54a788de3 100644 (file)
@@ -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