diff mbox series

[PATCH/RFC,v2] MAINTAINERS: Re-add cancelled Renesas driver sections

Message ID 90447fa332b6f73bffcb486ccfe2515c59546253.1730717649.git.geert+renesas@glider.be (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series [PATCH/RFC,v2] MAINTAINERS: Re-add cancelled Renesas driver sections | expand

Commit Message

Geert Uytterhoeven Nov. 4, 2024, 11:05 a.m. UTC
Removing full driver sections also removed mailing list entries, causing
submitters of future patches to forget CCing these mailing lists.

Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
SuperH Ethernet drivers.  Add people who volunteered to maintain these
drivers (thanks a lot!).

Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Acked-by: Niklas Cassel <cassel@kernel.org>
---
To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
better solution is found.

v2:
  - Add Acked-by, Reviewed-by,
  - Add M:-entries.
---
 MAINTAINERS | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Comments

Niklas Söderlund Nov. 4, 2024, 11:40 a.m. UTC | #1
Hi Geert,

Thanks for sorting this out.

On 2024-11-04 12:05:07 +0100, Geert Uytterhoeven wrote:
> Removing full driver sections also removed mailing list entries, causing
> submitters of future patches to forget CCing these mailing lists.
> 
> Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> SuperH Ethernet drivers.  Add people who volunteered to maintain these
> drivers (thanks a lot!).
> 
> Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Simon Horman <horms@kernel.org>
> Acked-by: Niklas Cassel <cassel@kernel.org>
> ---
> To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
> better solution is found.
> 
> v2:
>   - Add Acked-by, Reviewed-by,
>   - Add M:-entries.
> ---
>  MAINTAINERS | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 13f4c23281f89332..b04d678240e80ec9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19578,6 +19578,16 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>  F:	drivers/i2c/busses/i2c-emev2.c
>  
> +RENESAS ETHERNET AVB DRIVER
> +M:	Paul Barker <paul.barker.ct@bp.renesas.com>
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

I'm happy to look after the RAVB driver together with Paul. However 
please don't add my +renesas tag email for new entries in the 
MAINTAINERS file.

With this fixed for RAVB and SUPERH ETHERNET,

Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> +L:	netdev@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +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
> @@ -19627,6 +19637,14 @@ F:	Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
>  F:	drivers/i2c/busses/i2c-rcar.c
>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>  
> +RENESAS R-CAR SATA DRIVER
> +M:	Geert Uytterhoeven <geert+renesas@glider.be>
> +L:	linux-ide@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +S:	Supported
> +F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F:	drivers/ata/sata_rcar.c
> +
>  RENESAS R-CAR THERMAL DRIVERS
>  M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
>  L:	linux-renesas-soc@vger.kernel.org
> @@ -19702,6 +19720,16 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
>  F:	drivers/i2c/busses/i2c-rzv2m.c
>  
> +RENESAS SUPERH ETHERNET DRIVER
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> +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
> -- 
> 2.34.1
>
Paul Barker Nov. 4, 2024, 11:53 a.m. UTC | #2
On 04/11/2024 11:05, Geert Uytterhoeven wrote:
> Removing full driver sections also removed mailing list entries, causing
> submitters of future patches to forget CCing these mailing lists.
> 
> Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> SuperH Ethernet drivers.  Add people who volunteered to maintain these
> drivers (thanks a lot!).
> 
> Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Simon Horman <horms@kernel.org>
> Acked-by: Niklas Cassel <cassel@kernel.org>
> ---
> To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
> better solution is found.
> 
> v2:
>   - Add Acked-by, Reviewed-by,
>   - Add M:-entries.
> ---
>  MAINTAINERS | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 13f4c23281f89332..b04d678240e80ec9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19578,6 +19578,16 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>  F:	drivers/i2c/busses/i2c-emev2.c
>  
> +RENESAS ETHERNET AVB DRIVER
> +M:	Paul Barker <paul.barker.ct@bp.renesas.com>
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> +L:	netdev@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +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*

This driver should be marked as "S: Supported".

[snip]

> +RENESAS SUPERH ETHERNET DRIVER
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> +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

This should also be marked as "S: Supported".

With those added,

Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>

Thanks,
Geert Uytterhoeven Nov. 4, 2024, 1:33 p.m. UTC | #3
Hi Niklas,

On Mon, Nov 4, 2024 at 12:40 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> On 2024-11-04 12:05:07 +0100, Geert Uytterhoeven wrote:
> > Removing full driver sections also removed mailing list entries, causing
> > submitters of future patches to forget CCing these mailing lists.
> >
> > Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> > SuperH Ethernet drivers.  Add people who volunteered to maintain these
> > drivers (thanks a lot!).
> >
> > Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Reviewed-by: Simon Horman <horms@kernel.org>
> > Acked-by: Niklas Cassel <cassel@kernel.org>
> > ---
> > To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
> > better solution is found.
> >
> > v2:
> >   - Add Acked-by, Reviewed-by,
> >   - Add M:-entries.
> > ---
> >  MAINTAINERS | 28 ++++++++++++++++++++++++++++
> >  1 file changed, 28 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 13f4c23281f89332..b04d678240e80ec9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -19578,6 +19578,16 @@ S:   Supported
> >  F:   Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> >  F:   drivers/i2c/busses/i2c-emev2.c
> >
> > +RENESAS ETHERNET AVB DRIVER
> > +M:   Paul Barker <paul.barker.ct@bp.renesas.com>
> > +M:   Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
> I'm happy to look after the RAVB driver together with Paul. However
> please don't add my +renesas tag email for new entries in the
> MAINTAINERS file.
>
> With this fixed for RAVB and SUPERH ETHERNET,
>
> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Thank you, I will make that change.
Are you OK with marking both entries "S: Supported"?

Gr{oetje,eeting}s,

                        Geert
Niklas Söderlund Nov. 4, 2024, 1:52 p.m. UTC | #4
Hi Geert,

On 2024-11-04 14:33:59 +0100, Geert Uytterhoeven wrote:
> Hi Niklas,
> 
> On Mon, Nov 4, 2024 at 12:40 PM Niklas Söderlund
> <niklas.soderlund+renesas@ragnatech.se> wrote:
> > On 2024-11-04 12:05:07 +0100, Geert Uytterhoeven wrote:
> > > Removing full driver sections also removed mailing list entries, causing
> > > submitters of future patches to forget CCing these mailing lists.
> > >
> > > Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> > > SuperH Ethernet drivers.  Add people who volunteered to maintain these
> > > drivers (thanks a lot!).
> > >
> > > Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > Reviewed-by: Simon Horman <horms@kernel.org>
> > > Acked-by: Niklas Cassel <cassel@kernel.org>
> > > ---
> > > To be applied to renesas-fixes for v6.12 after v6.12-rc7, unless a
> > > better solution is found.
> > >
> > > v2:
> > >   - Add Acked-by, Reviewed-by,
> > >   - Add M:-entries.
> > > ---
> > >  MAINTAINERS | 28 ++++++++++++++++++++++++++++
> > >  1 file changed, 28 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 13f4c23281f89332..b04d678240e80ec9 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -19578,6 +19578,16 @@ S:   Supported
> > >  F:   Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> > >  F:   drivers/i2c/busses/i2c-emev2.c
> > >
> > > +RENESAS ETHERNET AVB DRIVER
> > > +M:   Paul Barker <paul.barker.ct@bp.renesas.com>
> > > +M:   Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> >
> > I'm happy to look after the RAVB driver together with Paul. However
> > please don't add my +renesas tag email for new entries in the
> > MAINTAINERS file.
> >
> > With this fixed for RAVB and SUPERH ETHERNET,
> >
> > Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Thank you, I will make that change.
> Are you OK with marking both entries "S: Supported"?

Sure, no problem.

> 
> 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
Sergey Shtylyov Nov. 4, 2024, 7:29 p.m. UTC | #5
On 11/4/24 2:05 PM, Geert Uytterhoeven wrote:

> Removing full driver sections also removed mailing list entries, causing
> submitters of future patches to forget CCing these mailing lists.
> 
> Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
> SuperH Ethernet drivers.  Add people who volunteered to maintain these
> drivers (thanks a lot!).
> 
> Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Simon Horman <horms@kernel.org>
> Acked-by: Niklas Cassel <cassel@kernel.org>
[...]

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 13f4c23281f89332..b04d678240e80ec9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19578,6 +19578,16 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>  F:	drivers/i2c/busses/i2c-emev2.c
>  
> +RENESAS ETHERNET AVB DRIVER
> +M:	Paul Barker <paul.barker.ct@bp.renesas.com>
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

   M:, not R:?

[...]
> @@ -19627,6 +19637,14 @@ F:	Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
>  F:	drivers/i2c/busses/i2c-rcar.c
>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>  
> +RENESAS R-CAR SATA DRIVER
> +M:	Geert Uytterhoeven <geert+renesas@glider.be>

   M:, not R:?

> +L:	linux-ide@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +S:	Supported
> +F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F:	drivers/ata/sata_rcar.c
> +
>  RENESAS R-CAR THERMAL DRIVERS
>  M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
>  L:	linux-renesas-soc@vger.kernel.org
> @@ -19702,6 +19720,16 @@ S:	Supported
>  F:	Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
>  F:	drivers/i2c/busses/i2c-rzv2m.c
>  
> +RENESAS SUPERH ETHERNET DRIVER
> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

   M:, not R:?

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

   Niklas, Paul, I hope you won't mind me re-joining the sh_eth/ravb
entries as a reviewer when the fog clears a bit?
   (Besides, I'm still on vacation -- till 11/11...)

MBR, Sergey
Paul Barker Nov. 4, 2024, 7:59 p.m. UTC | #6
On 04/11/2024 19:29, Sergey Shtylyov wrote:
> On 11/4/24 2:05 PM, Geert Uytterhoeven wrote:
> 
>> Removing full driver sections also removed mailing list entries, causing
>> submitters of future patches to forget CCing these mailing lists.
>>
>> Hence re-add the sections for the Renesas Ethernet AVB, R-Car SATA, and
>> SuperH Ethernet drivers.  Add people who volunteered to maintain these
>> drivers (thanks a lot!).
>>
>> Fixes: 6e90b675cf942e50 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> Reviewed-by: Simon Horman <horms@kernel.org>
>> Acked-by: Niklas Cassel <cassel@kernel.org>
> [...]
> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 13f4c23281f89332..b04d678240e80ec9 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -19578,6 +19578,16 @@ S:	Supported
>>  F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>>  F:	drivers/i2c/busses/i2c-emev2.c
>>  
>> +RENESAS ETHERNET AVB DRIVER
>> +M:	Paul Barker <paul.barker.ct@bp.renesas.com>
>> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
>    M:, not R:?

I would prefer these to be M: regardless of which of us is listed
(always send patches to this person, not just should "should be Cc'd",
as explained at the top of the file).

> 
> [...]
>> @@ -19627,6 +19637,14 @@ F:	Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
>>  F:	drivers/i2c/busses/i2c-rcar.c
>>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>>  
>> +RENESAS R-CAR SATA DRIVER
>> +M:	Geert Uytterhoeven <geert+renesas@glider.be>
> 
>    M:, not R:?
> 
>> +L:	linux-ide@vger.kernel.org
>> +L:	linux-renesas-soc@vger.kernel.org
>> +S:	Supported
>> +F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
>> +F:	drivers/ata/sata_rcar.c
>> +
>>  RENESAS R-CAR THERMAL DRIVERS
>>  M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
>>  L:	linux-renesas-soc@vger.kernel.org
>> @@ -19702,6 +19720,16 @@ S:	Supported
>>  F:	Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
>>  F:	drivers/i2c/busses/i2c-rzv2m.c
>>  
>> +RENESAS SUPERH ETHERNET DRIVER
>> +M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
>    M:, not R:?
> 
>> +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
> 
>    Niklas, Paul, I hope you won't mind me re-joining the sh_eth/ravb
> entries as a reviewer when the fog clears a bit?
>    (Besides, I'm still on vacation -- till 11/11...)

I don't mind at all, I hope things get cleared up soon so that you can
be re-added. And, enjoy the rest of your vacation!

Thanks,
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 13f4c23281f89332..b04d678240e80ec9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19578,6 +19578,16 @@  S:	Supported
 F:	Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
 F:	drivers/i2c/busses/i2c-emev2.c
 
+RENESAS ETHERNET AVB DRIVER
+M:	Paul Barker <paul.barker.ct@bp.renesas.com>
+M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
+L:	netdev@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+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
@@ -19627,6 +19637,14 @@  F:	Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
 F:	drivers/i2c/busses/i2c-rcar.c
 F:	drivers/i2c/busses/i2c-sh_mobile.c
 
+RENESAS R-CAR SATA DRIVER
+M:	Geert Uytterhoeven <geert+renesas@glider.be>
+L:	linux-ide@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+S:	Supported
+F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
+F:	drivers/ata/sata_rcar.c
+
 RENESAS R-CAR THERMAL DRIVERS
 M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
 L:	linux-renesas-soc@vger.kernel.org
@@ -19702,6 +19720,16 @@  S:	Supported
 F:	Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
 F:	drivers/i2c/busses/i2c-rzv2m.c
 
+RENESAS SUPERH ETHERNET DRIVER
+M:	Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
+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