From: Sebastian Reichel Date: Tue, 15 Oct 2024 15:26:48 +0000 (+0200) Subject: MAINTAINERS: add TCPM section X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6852a2c82e695c418c744b0fcb4298bc0e759842;p=u-boot.git 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 Acked-by: Marek Vasut --- diff --git a/MAINTAINERS b/MAINTAINERS index 7c6c368285..eef63530f6 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 +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 S: Maintained