netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry
@ 2024-03-24 20:40 Sergey Shtylyov
  2024-03-25 10:30 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sergey Shtylyov @ 2024-03-24 20:40 UTC (permalink / raw)
  To: netdev, linux-renesas-soc, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Yoshihiro Shimoda

Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
I started receiving the patches to review for it -- which I was unable to
do, as I don't know this hardware and don't even have the manuals for it.
Fortunately, Shimoda-san has volunteered to be a reviewer for this new
driver, thus let's now split the single entry into 3 per-driver entries,
each with its own reviewer...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>

---
The patch is against the 'main' branch of the Netdev Group's 'net.git' repo...

 MAINTAINERS |   29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)

Index: net/MAINTAINERS
===================================================================
--- net.orig/MAINTAINERS
+++ net/MAINTAINERS
@@ -18724,13 +18724,24 @@ S:	Supported
 F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
 F:	drivers/i2c/busses/i2c-emev2.c
 
-RENESAS ETHERNET DRIVERS
+RENESAS ETHERNET AVB DRIVER
 R:	Sergey Shtylyov <s.shtylyov@omp.ru>
 L:	netdev@vger.kernel.org
 L:	linux-renesas-soc@vger.kernel.org
-F:	Documentation/devicetree/bindings/net/renesas,*.yaml
-F:	drivers/net/ethernet/renesas/
-F:	include/linux/sh_eth.h
+F:	Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+F:	drivers/net/ethernet/renesas/Kconfig
+F:	drivers/net/ethernet/renesas/Makefile
+F:	drivers/net/ethernet/renesas/ravb*
+
+RENESAS ETHERNET SWITCH DRIVER
+R:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
+L:	netdev@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+F:	Documentation/devicetree/bindings/net/renesas,*ether-switch.yaml
+F:	drivers/net/ethernet/renesas/Kconfig
+F:	drivers/net/ethernet/renesas/Makefile
+F:	drivers/net/ethernet/renesas/rcar_gen4*
+F:	drivers/net/ethernet/renesas/rswitch*
 
 RENESAS IDT821034 ASoC CODEC
 M:	Herve Codina <herve.codina@bootlin.com>
@@ -18840,6 +18851,16 @@ S:	Supported
 F:	Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
 F:	drivers/i2c/busses/i2c-rzv2m.c
 
+RENESAS SUPERH ETHERNET DRIVER
+R:	Sergey Shtylyov <s.shtylyov@omp.ru>
+L:	netdev@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+F:	Documentation/devicetree/bindings/net/renesas,ether.yaml
+F:	drivers/net/ethernet/renesas/Kconfig
+F:	drivers/net/ethernet/renesas/Makefile
+F:	drivers/net/ethernet/renesas/sh_eth*
+F:	include/linux/sh_eth.h
+
 RENESAS USB PHY DRIVER
 M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
 L:	linux-renesas-soc@vger.kernel.org

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

* Re: [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry
  2024-03-24 20:40 [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry Sergey Shtylyov
@ 2024-03-25 10:30 ` Simon Horman
  2024-03-26  9:38 ` Paolo Abeni
  2024-03-26 11:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2024-03-25 10:30 UTC (permalink / raw)
  To: Sergey Shtylyov
  Cc: netdev, linux-renesas-soc, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Yoshihiro Shimoda

On Sun, Mar 24, 2024 at 11:40:09PM +0300, Sergey Shtylyov wrote:
> Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
> I started receiving the patches to review for it -- which I was unable to
> do, as I don't know this hardware and don't even have the manuals for it.
> Fortunately, Shimoda-san has volunteered to be a reviewer for this new
> driver, thus let's now split the single entry into 3 per-driver entries,
> each with its own reviewer...
> 
> Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
> 
> ---
> The patch is against the 'main' branch of the Netdev Group's 'net.git' repo...
> 
>  MAINTAINERS |   29 +++++++++++++++++++++++++----
>  1 file changed, 25 insertions(+), 4 deletions(-)

Thanks Sergey,

This seems to be consistent with what was discussed earlier [1]
and looks good to me.

Reviewed-by: Simon Horman <horms@kernel.org>

[1] https://lore.kernel.org/netdev/6498e2dd-7960-daeb-acce-a8d2207f3404@omp.ru/

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

* Re: [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry
  2024-03-24 20:40 [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry Sergey Shtylyov
  2024-03-25 10:30 ` Simon Horman
@ 2024-03-26  9:38 ` Paolo Abeni
  2024-03-26 10:31   ` Yoshihiro Shimoda
  2024-03-26 11:00 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 5+ messages in thread
From: Paolo Abeni @ 2024-03-26  9:38 UTC (permalink / raw)
  To: Sergey Shtylyov, netdev, linux-renesas-soc, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Yoshihiro Shimoda

On Sun, 2024-03-24 at 23:40 +0300, Sergey Shtylyov wrote:
> Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
> I started receiving the patches to review for it -- which I was unable to
> do, as I don't know this hardware and don't even have the manuals for it.
> Fortunately, Shimoda-san has volunteered to be a reviewer for this new
> driver, thus let's now split the single entry into 3 per-driver entries,
> each with its own reviewer...
> 
> Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
> 
> ---
> The patch is against the 'main' branch of the Netdev Group's 'net.git' repo...
> 
>  MAINTAINERS |   29 +++++++++++++++++++++++++----
>  1 file changed, 25 insertions(+), 4 deletions(-)
> 
> Index: net/MAINTAINERS
> ===================================================================
> --- net.orig/MAINTAINERS
> +++ net/MAINTAINERS
> @@ -18724,13 +18724,24 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>  F:	drivers/i2c/busses/i2c-emev2.c
>  
> -RENESAS ETHERNET DRIVERS
> +RENESAS ETHERNET AVB DRIVER
>  R:	Sergey Shtylyov <s.shtylyov@omp.ru>
>  L:	netdev@vger.kernel.org
>  L:	linux-renesas-soc@vger.kernel.org
> -F:	Documentation/devicetree/bindings/net/renesas,*.yaml
> -F:	drivers/net/ethernet/renesas/
> -F:	include/linux/sh_eth.h
> +F:	Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F:	drivers/net/ethernet/renesas/Kconfig
> +F:	drivers/net/ethernet/renesas/Makefile
> +F:	drivers/net/ethernet/renesas/ravb*
> +
> +RENESAS ETHERNET SWITCH DRIVER
> +R:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> +L:	netdev@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +F:	Documentation/devicetree/bindings/net/renesas,*ether-switch.yaml
> +F:	drivers/net/ethernet/renesas/Kconfig
> +F:	drivers/net/ethernet/renesas/Makefile
> +F:	drivers/net/ethernet/renesas/rcar_gen4*
> +F:	drivers/net/ethernet/renesas/rswitch*

@Shimoda-san, could you please ack the above? We can't appoint you to
something without your consent ;)

Thanks!

Paolo


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

* RE: [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry
  2024-03-26  9:38 ` Paolo Abeni
@ 2024-03-26 10:31   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2024-03-26 10:31 UTC (permalink / raw)
  To: Paolo Abeni, Sergey Shtylyov, netdev@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, David S. Miller, Eric Dumazet,
	Jakub Kicinski

Hi Paolo, Sergey,

> From: Paolo Abeni, Sent: Tuesday, March 26, 2024 6:38 PM
> 
> On Sun, 2024-03-24 at 23:40 +0300, Sergey Shtylyov wrote:
> > Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
> > I started receiving the patches to review for it -- which I was unable to
> > do, as I don't know this hardware and don't even have the manuals for it.
> > Fortunately, Shimoda-san has volunteered to be a reviewer for this new
> > driver, thus let's now split the single entry into 3 per-driver entries,
> > each with its own reviewer...
> >
> > Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>

Thank you for the patch!

> > ---
> > The patch is against the 'main' branch of the Netdev Group's 'net.git' repo...
> >
> >  MAINTAINERS |   29 +++++++++++++++++++++++++----
> >  1 file changed, 25 insertions(+), 4 deletions(-)
> >
> > Index: net/MAINTAINERS
> > ===================================================================
> > --- net.orig/MAINTAINERS
> > +++ net/MAINTAINERS
> > @@ -18724,13 +18724,24 @@ S:	Supported
> >  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> >  F:	drivers/i2c/busses/i2c-emev2.c
> >
> > -RENESAS ETHERNET DRIVERS
> > +RENESAS ETHERNET AVB DRIVER
> >  R:	Sergey Shtylyov <s.shtylyov@omp.ru>
> >  L:	netdev@vger.kernel.org
> >  L:	linux-renesas-soc@vger.kernel.org
> > -F:	Documentation/devicetree/bindings/net/renesas,*.yaml
> > -F:	drivers/net/ethernet/renesas/
> > -F:	include/linux/sh_eth.h
> > +F:	Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> > +F:	drivers/net/ethernet/renesas/Kconfig
> > +F:	drivers/net/ethernet/renesas/Makefile
> > +F:	drivers/net/ethernet/renesas/ravb*
> > +
> > +RENESAS ETHERNET SWITCH DRIVER
> > +R:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > +L:	netdev@vger.kernel.org
> > +L:	linux-renesas-soc@vger.kernel.org
> > +F:	Documentation/devicetree/bindings/net/renesas,*ether-switch.yaml
> > +F:	drivers/net/ethernet/renesas/Kconfig
> > +F:	drivers/net/ethernet/renesas/Makefile
> > +F:	drivers/net/ethernet/renesas/rcar_gen4*
> > +F:	drivers/net/ethernet/renesas/rswitch*
> 
> @Shimoda-san, could you please ack the above? We can't appoint you to
> something without your consent ;)

Thank you for this ping. This patch seems good to me. So,

Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda

> Thanks!
> 
> Paolo


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

* Re: [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry
  2024-03-24 20:40 [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry Sergey Shtylyov
  2024-03-25 10:30 ` Simon Horman
  2024-03-26  9:38 ` Paolo Abeni
@ 2024-03-26 11:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-03-26 11:00 UTC (permalink / raw)
  To: Sergey Shtylyov
  Cc: netdev, linux-renesas-soc, davem, edumazet, kuba, pabeni,
	yoshihiro.shimoda.uh

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sun, 24 Mar 2024 23:40:09 +0300 you wrote:
> Since the Renesas Ethernet Switch driver was added by Yoshihiro Shimoda,
> I started receiving the patches to review for it -- which I was unable to
> do, as I don't know this hardware and don't even have the manuals for it.
> Fortunately, Shimoda-san has volunteered to be a reviewer for this new
> driver, thus let's now split the single entry into 3 per-driver entries,
> each with its own reviewer...
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: split Renesas Ethernet drivers entry
    https://git.kernel.org/netdev/net/c/8c05813df270

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-03-26 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 20:40 [PATCH net] MAINTAINERS: split Renesas Ethernet drivers entry Sergey Shtylyov
2024-03-25 10:30 ` Simon Horman
2024-03-26  9:38 ` Paolo Abeni
2024-03-26 10:31   ` Yoshihiro Shimoda
2024-03-26 11:00 ` patchwork-bot+netdevbpf

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).