linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver
@ 2023-06-06 14:04 Biju Das
  2023-06-07  9:07 ` Wolfram Sang
  2023-06-07  9:12 ` Fabrizio Castro
  0 siblings, 2 replies; 4+ messages in thread
From: Biju Das @ 2023-06-06 14:04 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Biju Das, Geert Uytterhoeven, Magnus Damm, linux-i2c,
	linux-renesas-soc, Fabrizio Castro

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(+)

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


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

* Re: [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver
  2023-06-06 14:04 [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver Biju Das
@ 2023-06-07  9:07 ` Wolfram Sang
  2023-06-07  9:53   ` Biju Das
  2023-06-07  9:12 ` Fabrizio Castro
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2023-06-07  9:07 UTC (permalink / raw)
  To: Biju Das
  Cc: Geert Uytterhoeven, Magnus Damm, linux-i2c, linux-renesas-soc,
	Fabrizio Castro

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

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.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* RE: [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver
  2023-06-06 14:04 [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver Biju Das
  2023-06-07  9:07 ` Wolfram Sang
@ 2023-06-07  9:12 ` Fabrizio Castro
  1 sibling, 0 replies; 4+ messages in thread
From: Fabrizio Castro @ 2023-06-07  9:12 UTC (permalink / raw)
  To: Biju Das, Wolfram Sang
  Cc: Biju Das, Geert Uytterhoeven, Magnus Damm, linux-i2c, linux-renesas-soc



> 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


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

* RE: [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver
  2023-06-07  9:07 ` Wolfram Sang
@ 2023-06-07  9:53   ` Biju Das
  0 siblings, 0 replies; 4+ messages in thread
From: Biju Das @ 2023-06-07  9:53 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Geert Uytterhoeven, Magnus Damm, linux-i2c, linux-renesas-soc,
	Fabrizio Castro

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


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

end of thread, other threads:[~2023-06-07  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06 14:04 [PATCH] MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver Biju Das
2023-06-07  9:07 ` Wolfram Sang
2023-06-07  9:53   ` Biju Das
2023-06-07  9:12 ` Fabrizio Castro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).