All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] MAINTAINERS: usb: add entry for isp1760
@ 2021-06-07 17:00 Rui Miguel Silva
  2021-06-07 19:02 ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Rui Miguel Silva @ 2021-06-07 17:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Laurent Pinchart; +Cc: linux-usb, Rui Miguel Silva

Giving support for isp1763 made a little revival to this driver, add
entry in the MAINTAINERS file with me as maintainer.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
---

v2[1] -> v3:                                                                                                                                                                  
     - remove Laurent completely

v1[0] -> v2:                                                                                                                                                                  
     - move Laurent to reviewer instead of maintainer by his request                                                                                                           
       because of lack of bandwidth

[0]: https://lore.kernel.org/linux-usb/20210607083921.38441-1-rui.silva@linaro.org/T/#u
[1]: https://lore.kernel.org/linux-usb/20210607101538.74836-1-rui.silva@linaro.org/

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 503fd21901f1..28ebc6423cf1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18869,6 +18869,13 @@ S:	Maintained
 F:	drivers/usb/host/isp116x*
 F:	include/linux/usb/isp116x.h
 
+USB ISP1760 DRIVER
+M:	Rui Miguel Silva <rui.silva@linaro.org>
+L:	linux-usb@vger.kernel.org
+S:	Maintained
+F:	drivers/usb/isp1760/*
+F:	Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
+
 USB LAN78XX ETHERNET DRIVER
 M:	Woojung Huh <woojung.huh@microchip.com>
 M:	UNGLinuxDriver@microchip.com
-- 
2.31.1


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

* Re: [PATCH v3] MAINTAINERS: usb: add entry for isp1760
  2021-06-07 17:00 [PATCH v3] MAINTAINERS: usb: add entry for isp1760 Rui Miguel Silva
@ 2021-06-07 19:02 ` Laurent Pinchart
  2021-06-07 19:47   ` Rui Miguel Silva
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2021-06-07 19:02 UTC (permalink / raw)
  To: Rui Miguel Silva; +Cc: Greg Kroah-Hartman, linux-usb

Hi Rui,

Thank you for the patch.

On Mon, Jun 07, 2021 at 06:00:54PM +0100, Rui Miguel Silva wrote:
> Giving support for isp1763 made a little revival to this driver, add
> entry in the MAINTAINERS file with me as maintainer.
> 
> Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
> ---
> 
> v2[1] -> v3:                                                                                                                                                                  
>      - remove Laurent completely

Sorry for the misunderstanding.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> v1[0] -> v2:                                                                                                                                                                  
>      - move Laurent to reviewer instead of maintainer by his request                                                                                                           
>        because of lack of bandwidth
> 
> [0]: https://lore.kernel.org/linux-usb/20210607083921.38441-1-rui.silva@linaro.org/T/#u
> [1]: https://lore.kernel.org/linux-usb/20210607101538.74836-1-rui.silva@linaro.org/
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 503fd21901f1..28ebc6423cf1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18869,6 +18869,13 @@ S:	Maintained
>  F:	drivers/usb/host/isp116x*
>  F:	include/linux/usb/isp116x.h
>  
> +USB ISP1760 DRIVER
> +M:	Rui Miguel Silva <rui.silva@linaro.org>
> +L:	linux-usb@vger.kernel.org
> +S:	Maintained
> +F:	drivers/usb/isp1760/*
> +F:	Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
> +
>  USB LAN78XX ETHERNET DRIVER
>  M:	Woojung Huh <woojung.huh@microchip.com>
>  M:	UNGLinuxDriver@microchip.com

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH v3] MAINTAINERS: usb: add entry for isp1760
  2021-06-07 19:02 ` Laurent Pinchart
@ 2021-06-07 19:47   ` Rui Miguel Silva
  0 siblings, 0 replies; 3+ messages in thread
From: Rui Miguel Silva @ 2021-06-07 19:47 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Greg Kroah-Hartman, linux-usb

Hi,
On Mon Jun 7, 2021 at 8:02 PM WEST, Laurent Pinchart wrote:

> Hi Rui,
>
> Thank you for the patch.
>
> On Mon, Jun 07, 2021 at 06:00:54PM +0100, Rui Miguel Silva wrote:
> > Giving support for isp1763 made a little revival to this driver, add
> > entry in the MAINTAINERS file with me as maintainer.
> > 
> > Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
> > ---
> > 
> > v2[1] -> v3:                                                                                                                                                                  
> >      - remove Laurent completely
>
> Sorry for the misunderstanding.

My fault, no problem and...

>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

thanks for the tag.

------
Cheers,
     Rui
>
> > v1[0] -> v2:                                                                                                                                                                  
> >      - move Laurent to reviewer instead of maintainer by his request                                                                                                           
> >        because of lack of bandwidth
> > 
> > [0]: https://lore.kernel.org/linux-usb/20210607083921.38441-1-rui.silva@linaro.org/T/#u
> > [1]: https://lore.kernel.org/linux-usb/20210607101538.74836-1-rui.silva@linaro.org/
> > 
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 503fd21901f1..28ebc6423cf1 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -18869,6 +18869,13 @@ S:	Maintained
> >  F:	drivers/usb/host/isp116x*
> >  F:	include/linux/usb/isp116x.h
> >  
> > +USB ISP1760 DRIVER
> > +M:	Rui Miguel Silva <rui.silva@linaro.org>
> > +L:	linux-usb@vger.kernel.org
> > +S:	Maintained
> > +F:	drivers/usb/isp1760/*
> > +F:	Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
> > +
> >  USB LAN78XX ETHERNET DRIVER
> >  M:	Woojung Huh <woojung.huh@microchip.com>
> >  M:	UNGLinuxDriver@microchip.com
>
> -- 
> Regards,
>
> Laurent Pinchart




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

end of thread, other threads:[~2021-06-07 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 17:00 [PATCH v3] MAINTAINERS: usb: add entry for isp1760 Rui Miguel Silva
2021-06-07 19:02 ` Laurent Pinchart
2021-06-07 19:47   ` Rui Miguel Silva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.