Message ID | 20230606140426.383462-1-biju.das.jz@bp.renesas.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver | expand |
> From: Biju Das <biju.das.jz@bp.renesas.com> > Sent: Tuesday, June 6, 2023 3:04 PM > Subject: [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C > driver > > Add the MAINTAINERS entries for the Renesas RZ/V2M I2C driver. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Acked-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2a1ae22c0eab..c64919fc3b8d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18147,6 +18147,13 @@ S: Maintained > F: Documentation/devicetree/bindings/usb/renesas,rzn1-usbf.yaml > F: drivers/usb/gadget/udc/renesas_usbf.c > > +RENESAS RZ/V2M I2C DRIVER > +M: Fabrizio Castro <fabrizio.castro.jz@renesas.com> > +L: linux-renesas-soc@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml > +F: drivers/i2c/busses/i2c-rzv2m.c > + > RENESAS USB PHY DRIVER > M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > L: linux-renesas-soc@vger.kernel.org > -- > 2.25.1
Hi Wolfram, Thanks for the feedback. > Subject: Re: [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C > driver > > On Tue, Jun 06, 2023 at 03:04:26PM +0100, Biju Das wrote: > > Add the MAINTAINERS entries for the Renesas RZ/V2M I2C driver. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > Cool, thanks! I think the I2C list should be added as well. Also, we need > either Fabrizio's ack or SoB. OK, Will add I2C list along with Fabrizio's ack just received for v2. Cheers, Biju
diff --git a/MAINTAINERS b/MAINTAINERS index 2a1ae22c0eab..c64919fc3b8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18147,6 +18147,13 @@ S: Maintained F: Documentation/devicetree/bindings/usb/renesas,rzn1-usbf.yaml F: drivers/usb/gadget/udc/renesas_usbf.c +RENESAS RZ/V2M I2C DRIVER +M: Fabrizio Castro <fabrizio.castro.jz@renesas.com> +L: linux-renesas-soc@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml +F: drivers/i2c/busses/i2c-rzv2m.c + RENESAS USB PHY DRIVER M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> L: linux-renesas-soc@vger.kernel.org
Add the MAINTAINERS entries for the Renesas RZ/V2M I2C driver. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)