diff mbox series

MAINTAINERS: Assign maintainer for the port controller drivers

Message ID 20250407133306.387576-1-heikki.krogerus@linux.intel.com (mailing list archive)
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(-)

Comments

Greg Kroah-Hartman April 11, 2025, 12:49 p.m. UTC | #1
On Mon, Apr 07, 2025 at 04:33:06PM +0300, Heikki Krogerus wrote:
> 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.

I need an ack from Badhri before I can take this.

thanks,

greg k-h
Badhri Jagan Sridharan April 15, 2025, 5:38 p.m. UTC | #2
On Fri, Apr 11, 2025 at 5:49 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Mon, Apr 07, 2025 at 04:33:06PM +0300, Heikki Krogerus wrote:
> > 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>

Acked-by: Badhri Jagan Sridharan <badhri@google.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.

LGTM, will also send a follow up patch proposing to maintain the below
drivers as well.
Will also add more folks to the list.

- maxim_contaminant.c
- tcpci_maxim.h
- tcpci_maxim_core.c



>
> I need an ack from Badhri before I can take this.

Done !

>
> thanks,
>
> greg k-h

Regards,
Badhri
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>