Message ID | 20210607170054.220975-1-rui.silva@linaro.org |
---|---|
State | New |
Headers | show |
Series | [v3] MAINTAINERS: usb: add entry for isp1760 | expand |
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
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
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
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(+) -- 2.31.1