[PATCH 3/3] MAINTAINERS: Add maintainer for Google USB XHCI driver

Puma Hsu posted 3 patches 1 year, 11 months ago
[PATCH 3/3] MAINTAINERS: Add maintainer for Google USB XHCI driver
Posted by Puma Hsu 1 year, 11 months ago
Add Google USB XHCI driver and maintainer.

Signed-off-by: Puma Hsu <pumahsu@google.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 960512bec428..dc0e32a3c250 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9081,6 +9081,12 @@ F:	arch/arm64/boot/dts/exynos/google/
 F:	drivers/clk/samsung/clk-gs101.c
 F:	include/dt-bindings/clock/google,gs101.h
 
+GOOGLE USB XHCI DRIVER
+M:	Puma Hsu <pumahsu@google.com>
+L:	linux-usb@vger.kernel.org
+S:	Maintained
+F:	drivers/usb/host/xhci-goog.c
+
 GPD POCKET FAN DRIVER
 M:	Hans de Goede <hdegoede@redhat.com>
 L:	platform-driver-x86@vger.kernel.org
-- 
2.44.0.rc0.258.g7320e95886-goog
Re: [PATCH 3/3] MAINTAINERS: Add maintainer for Google USB XHCI driver
Posted by Greg KH 1 year, 11 months ago
On Mon, Feb 19, 2024 at 02:10:08PM +0800, Puma Hsu wrote:
> Add Google USB XHCI driver and maintainer.
> 
> Signed-off-by: Puma Hsu <pumahsu@google.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 960512bec428..dc0e32a3c250 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9081,6 +9081,12 @@ F:	arch/arm64/boot/dts/exynos/google/
>  F:	drivers/clk/samsung/clk-gs101.c
>  F:	include/dt-bindings/clock/google,gs101.h
>  
> +GOOGLE USB XHCI DRIVER
> +M:	Puma Hsu <pumahsu@google.com>
> +L:	linux-usb@vger.kernel.org
> +S:	Maintained
> +F:	drivers/usb/host/xhci-goog.c

You are not paid to look after this?  That sounds odd, can you work with
your managers to do this, otherwise this is going to be tough to do over
time, right?

thanks,

greg k-h
Re: [PATCH 3/3] MAINTAINERS: Add maintainer for Google USB XHCI driver
Posted by Puma Hsu 1 year, 11 months ago
On Mon, Feb 19, 2024 at 2:31 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Mon, Feb 19, 2024 at 02:10:08PM +0800, Puma Hsu wrote:
> > Add Google USB XHCI driver and maintainer.
> >
> > Signed-off-by: Puma Hsu <pumahsu@google.com>
> > ---
> >  MAINTAINERS | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 960512bec428..dc0e32a3c250 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9081,6 +9081,12 @@ F:     arch/arm64/boot/dts/exynos/google/
> >  F:   drivers/clk/samsung/clk-gs101.c
> >  F:   include/dt-bindings/clock/google,gs101.h
> >
> > +GOOGLE USB XHCI DRIVER
> > +M:   Puma Hsu <pumahsu@google.com>
> > +L:   linux-usb@vger.kernel.org
> > +S:   Maintained
> > +F:   drivers/usb/host/xhci-goog.c
>
> You are not paid to look after this?  That sounds odd, can you work with
> your managers to do this, otherwise this is going to be tough to do over
> time, right?
>
> thanks,
>
> greg k-h

I misunderstand the definitions between Supported and Maintained,
will update to Supported in next revision. Thanks for advising.