Message ID | 20210607101538.74836-1-rui.silva@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v2] MAINTAINERS: usb: add entry for isp1760 | expand |
Hi Rui, On Mon, Jun 07, 2021 at 11:15:38AM +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, and > Laurent Pinchart as reviewer in a best effort style. > > Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> > --- > 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 > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 503fd21901f1..bd3bdb22a608 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18869,6 +18869,14 @@ S: Maintained > F: drivers/usb/host/isp116x* > F: include/linux/usb/isp116x.h > > +USB ISP1760 DRIVER > +M: Rui Miguel Silva <rui.silva@linaro.org> > +R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> Honestly, what's the value of listing me if all the e-mails will go to /dev/null for the time being ? :-) > +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
Hi Laurent, On Mon Jun 7, 2021 at 5:44 PM WEST, Laurent Pinchart wrote: > Hi Rui, > > On Mon, Jun 07, 2021 at 11:15:38AM +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, and > > Laurent Pinchart as reviewer in a best effort style. > > > > Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> > > --- > > 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 > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 503fd21901f1..bd3bdb22a608 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -18869,6 +18869,14 @@ S: Maintained > > F: drivers/usb/host/isp116x* > > F: include/linux/usb/isp116x.h > > > > +USB ISP1760 DRIVER > > +M: Rui Miguel Silva <rui.silva@linaro.org> > > +R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> > > Honestly, what's the value of listing me if all the e-mails will go to > /dev/null for the time being ? :-) Sorry, I got you wrong there. I will remove you. ------ Cheers, Rui > > > +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
diff --git a/MAINTAINERS b/MAINTAINERS index 503fd21901f1..bd3bdb22a608 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18869,6 +18869,14 @@ S: Maintained F: drivers/usb/host/isp116x* F: include/linux/usb/isp116x.h +USB ISP1760 DRIVER +M: Rui Miguel Silva <rui.silva@linaro.org> +R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> +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
Giving support for isp1763 made a little revival to this driver, add entry in the MAINTAINERS file with me as maintainer, and Laurent Pinchart as reviewer in a best effort style. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> --- 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 MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.31.1