Linux ATA/IDE development
 help / color / mirror / Atom feed
* [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
@ 2024-11-04 11:05 Geert Uytterhoeven
  2024-11-04 11:40 ` Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-11-04 11:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Paul Barker, Niklas Söderlund,
	Claudiu Beznea, Yoshihiro Shimoda, James Bottomley, Arnd Bergmann,
	Sergei Shtylyov
  Cc: linux-renesas-soc, netdev, linux-ide, linux-sh, linux-kernel,
	Geert Uytterhoeven, Simon Horman, Niklas Cassel

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


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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 11:05 [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections Geert Uytterhoeven
@ 2024-11-04 11:40 ` Niklas Söderlund
  2024-11-04 13:33   ` Geert Uytterhoeven
  2024-11-04 11:53 ` Paul Barker
  2024-11-04 19:29 ` Sergey Shtylyov
  2 siblings, 1 reply; 7+ messages in thread
From: Niklas Söderlund @ 2024-11-04 11:40 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Greg Kroah-Hartman, Paul Barker, Claudiu Beznea,
	Yoshihiro Shimoda, James Bottomley, Arnd Bergmann,
	Sergei Shtylyov, linux-renesas-soc, netdev, linux-ide, linux-sh,
	linux-kernel, Simon Horman, Niklas Cassel

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
> 

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 11:05 [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections Geert Uytterhoeven
  2024-11-04 11:40 ` Niklas Söderlund
@ 2024-11-04 11:53 ` Paul Barker
  2024-11-04 19:29 ` Sergey Shtylyov
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Barker @ 2024-11-04 11:53 UTC (permalink / raw)
  To: Geert Uytterhoeven, Niklas Söderlund, Sergei Shtylyov
  Cc: Greg Kroah-Hartman, Claudiu Beznea, Arnd Bergmann,
	James Bottomley, Yoshihiro Shimoda, linux-renesas-soc, netdev,
	linux-ide, linux-sh, linux-kernel, Simon Horman, Niklas Cassel


[-- Attachment #1.1.1: Type: text/plain, Size: 2297 bytes --]

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,

-- 
Paul Barker

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3577 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 11:40 ` Niklas Söderlund
@ 2024-11-04 13:33   ` Geert Uytterhoeven
  2024-11-04 13:52     ` Niklas Söderlund
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-11-04 13:33 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Greg Kroah-Hartman, Paul Barker, Claudiu Beznea,
	Yoshihiro Shimoda, James Bottomley, Arnd Bergmann,
	Sergei Shtylyov, linux-renesas-soc, netdev, linux-ide, linux-sh,
	linux-kernel, Simon Horman, Niklas Cassel

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

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

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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 13:33   ` Geert Uytterhoeven
@ 2024-11-04 13:52     ` Niklas Söderlund
  0 siblings, 0 replies; 7+ messages in thread
From: Niklas Söderlund @ 2024-11-04 13:52 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Greg Kroah-Hartman, Paul Barker, Claudiu Beznea,
	Yoshihiro Shimoda, James Bottomley, Arnd Bergmann,
	Sergei Shtylyov, linux-renesas-soc, netdev, linux-ide, linux-sh,
	linux-kernel, Simon Horman, Niklas Cassel

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

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 11:05 [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections Geert Uytterhoeven
  2024-11-04 11:40 ` Niklas Söderlund
  2024-11-04 11:53 ` Paul Barker
@ 2024-11-04 19:29 ` Sergey Shtylyov
  2024-11-04 19:59   ` Paul Barker
  2 siblings, 1 reply; 7+ messages in thread
From: Sergey Shtylyov @ 2024-11-04 19:29 UTC (permalink / raw)
  To: Geert Uytterhoeven, Greg Kroah-Hartman, Paul Barker,
	Niklas Söderlund, Claudiu Beznea, Yoshihiro Shimoda,
	James Bottomley, Arnd Bergmann
  Cc: linux-renesas-soc, netdev, linux-ide, linux-sh, linux-kernel,
	Simon Horman, Niklas Cassel

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


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

* Re: [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
  2024-11-04 19:29 ` Sergey Shtylyov
@ 2024-11-04 19:59   ` Paul Barker
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Barker @ 2024-11-04 19:59 UTC (permalink / raw)
  To: Sergey Shtylyov, Geert Uytterhoeven, Greg Kroah-Hartman,
	Niklas Söderlund, Claudiu Beznea, Yoshihiro Shimoda,
	James Bottomley, Arnd Bergmann
  Cc: linux-renesas-soc, netdev, linux-ide, linux-sh, linux-kernel,
	Simon Horman, Niklas Cassel


[-- Attachment #1.1.1: Type: text/plain, Size: 3126 bytes --]

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,

-- 
Paul Barker

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3577 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

end of thread, other threads:[~2024-11-04 19:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 11:05 [PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections Geert Uytterhoeven
2024-11-04 11:40 ` Niklas Söderlund
2024-11-04 13:33   ` Geert Uytterhoeven
2024-11-04 13:52     ` Niklas Söderlund
2024-11-04 11:53 ` Paul Barker
2024-11-04 19:29 ` Sergey Shtylyov
2024-11-04 19:59   ` Paul Barker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox