linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Assign maintainer for the port controller drivers
@ 2025-04-07 13:33 Heikki Krogerus
  2025-04-11 12:49 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Heikki Krogerus @ 2025-04-07 13:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Amit Sunil Dhamne, Dmitry Baryshkov, André Draszik,
	linux-usb, Badhri Jagan Sridharan

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 --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>
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Assign maintainer for the port controller drivers
  2025-04-07 13:33 [PATCH] MAINTAINERS: Assign maintainer for the port controller drivers Heikki Krogerus
@ 2025-04-11 12:49 ` Greg Kroah-Hartman
  2025-04-15 17:38   ` Badhri Jagan Sridharan
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2025-04-11 12:49 UTC (permalink / raw)
  To: Heikki Krogerus
  Cc: Amit Sunil Dhamne, Dmitry Baryshkov, André Draszik,
	linux-usb, Badhri Jagan Sridharan

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Assign maintainer for the port controller drivers
  2025-04-11 12:49 ` Greg Kroah-Hartman
@ 2025-04-15 17:38   ` Badhri Jagan Sridharan
  0 siblings, 0 replies; 3+ messages in thread
From: Badhri Jagan Sridharan @ 2025-04-15 17:38 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Heikki Krogerus, Amit Sunil Dhamne, Dmitry Baryshkov,
	André Draszik, linux-usb, Kyle Tso, RD Babiera

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-15 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 13:33 [PATCH] MAINTAINERS: Assign maintainer for the port controller drivers Heikki Krogerus
2025-04-11 12:49 ` Greg Kroah-Hartman
2025-04-15 17:38   ` Badhri Jagan Sridharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).