Message ID | 20221107135825.583877-8-herve.codina@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add the Renesas USBF controller support | expand |
Hi Hervé, On Mon, Nov 7, 2022 at 3:00 PM Herve Codina <herve.codina@bootlin.com> wrote: > After contributing the driver, add myself as the maintainer > for Renesas RZ/N1 USBF controller. > > Signed-off-by: Herve Codina <herve.codina@bootlin.com> Thanks for your patch! > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17627,6 +17627,14 @@ S: Maintained > F: Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml > F: drivers/rtc/rtc-rzn1.c > > +RENESAS RZ/N1 USBF CONTROLLER DRIVER > +M: Herve Codina <herve.codina@bootlin.com> Hervé? > +L: linux-renesas-soc@vger.kernel.org > +L: linux-usb@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/usb/renesas,usbf.yaml > +F: drivers/usb/gadget/udc/renesas_usbf.c > + > RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER > M: Miquel Raynal <miquel.raynal@bootlin.com> > L: linux-mtd@lists.infradead.org Up to you, so Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Hi Geert, On Mon, 7 Nov 2022 15:42:49 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote: > Hi Hervé, > > On Mon, Nov 7, 2022 at 3:00 PM Herve Codina <herve.codina@bootlin.com> wrote: > > After contributing the driver, add myself as the maintainer > > for Renesas RZ/N1 USBF controller. > > > > Signed-off-by: Herve Codina <herve.codina@bootlin.com> > > Thanks for your patch! > > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -17627,6 +17627,14 @@ S: Maintained > > F: Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml > > F: drivers/rtc/rtc-rzn1.c > > > > +RENESAS RZ/N1 USBF CONTROLLER DRIVER > > +M: Herve Codina <herve.codina@bootlin.com> > > Hervé? Just to be consistent with other places, I keep "Herve" :) > > > +L: linux-renesas-soc@vger.kernel.org > > +L: linux-usb@vger.kernel.org > > +S: Maintained > > +F: Documentation/devicetree/bindings/usb/renesas,usbf.yaml > > +F: drivers/usb/gadget/udc/renesas_usbf.c > > + > > RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER > > M: Miquel Raynal <miquel.raynal@bootlin.com> > > L: linux-mtd@lists.infradead.org > > Up to you, so > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > Thanks for the review, Hervé
diff --git a/MAINTAINERS b/MAINTAINERS index 379945f82a64..9ccac3275a88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17627,6 +17627,14 @@ S: Maintained F: Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml F: drivers/rtc/rtc-rzn1.c +RENESAS RZ/N1 USBF CONTROLLER DRIVER +M: Herve Codina <herve.codina@bootlin.com> +L: linux-renesas-soc@vger.kernel.org +L: linux-usb@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/usb/renesas,usbf.yaml +F: drivers/usb/gadget/udc/renesas_usbf.c + RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER M: Miquel Raynal <miquel.raynal@bootlin.com> L: linux-mtd@lists.infradead.org
After contributing the driver, add myself as the maintainer for Renesas RZ/N1 USBF controller. Signed-off-by: Herve Codina <herve.codina@bootlin.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)