diff mbox series

MAINTAINERS: Assign maintainer for the port controller drivers

Message ID 20250407133306.387576-1-heikki.krogerus@linux.intel.com
State New
Headers show
Series MAINTAINERS: Assign maintainer for the port controller drivers | expand

Commit Message

Heikki Krogerus April 7, 2025, 1:33 p.m. UTC
Especially the port manager (tcpm.c) is so major driver that
it should have somebody watching over it who really
understands it, and the port controller interface in
general. Assigning Badhri as the designated reviewer and
restoring the status to Maintained from Orphan.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Badhri Jagan Sridharan <badhri@google.com>
---
Hi,

I'm proposing here that Badhri takes the role of the maintainer of
the core tcpm.c and tcpci.c. I think he would be the best person for
the job.

Badhri, I hope this is okay with you.

thanks,
---
 MAINTAINERS | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index de65f37966ef..ad28ecc7cc63 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25127,9 +25127,13 @@  S:	Maintained
 F:	drivers/usb/typec/mux/pi3usb30532.c
 
 USB TYPEC PORT CONTROLLER DRIVERS
+M:	Badhri Jagan Sridharan <badhri@google.com>
 L:	linux-usb@vger.kernel.org
-S:	Orphan
-F:	drivers/usb/typec/tcpm/
+S:	Maintained
+F:	drivers/usb/typec/tcpm/tcpci.c
+F:	drivers/usb/typec/tcpm/tcpm.c
+F:	include/linux/usb/tcpci.h
+F:	include/linux/usb/tcpm.h
 
 USB TYPEC TUSB1046 MUX DRIVER
 M:	Romain Gantois <romain.gantois@bootlin.com>