Netdev List
 help / color / mirror / Atom feed
* [PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii
@ 2026-08-13  0:55 Dinh Nguyen
  2026-08-16 20:21 ` Maxime Chevallier
  0 siblings, 1 reply; 2+ messages in thread
From: Dinh Nguyen @ 2026-08-13  0:55 UTC (permalink / raw)
  To: maxime.chevallier, andrew+netdev, davem, edumazet, kuba
  Cc: dinguyen, netdev, devicetree, linux-kernel, robh, krzk+dt,
	conor+dt

Matthew Gerlach is no longer at Altera, so remove his entry as a
maintainer for the SoCFPGA DWMAC ethernet glue layer and the GMII/SGMII
dt-bindings files.

Maxime Chevallier has volunteered to maintain the dt-bindings YAML files
as well.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
v2: include Maxime Chevallier in message
    s/Mathew/Matthew
    s/Chevalier/Chevallier
---
 .../devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml   | 2 +-
 .../devicetree/bindings/net/altr,socfpga-stmmac.yaml      | 2 +-
 MAINTAINERS                                               | 8 ++------
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml b/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
index aafb6447b6c22..cfb53080dba26 100644
--- a/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
+++ b/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Altera GMII to SGMII Converter
 
 maintainers:
-  - Matthew Gerlach <matthew.gerlach@altera.com>
+  - Maxime Chevallier <maxime.chevallier@bootlin.com>
 
 description:
   This binding describes the Altera GMII to SGMII converter.
diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
index fc445ad5a1f1a..8f5d63bb2187a 100644
--- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
+++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Altera SOCFPGA SoC DWMAC controller
 
 maintainers:
-  - Matthew Gerlach <matthew.gerlach@altera.com>
+  - Maxime Chevallier <maxime.chevallier@bootlin.com>
 
 description:
   This binding describes the Altera SOCFPGA SoC implementation of the
diff --git a/MAINTAINERS b/MAINTAINERS
index 8014b9f8253ed..e5ac94395670c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3588,15 +3588,11 @@ M:	Dinh Nguyen <dinguyen@kernel.org>
 S:	Maintained
 F:	drivers/clk/socfpga/
 
-ARM/SOCFPGA DWMAC GLUE LAYER BINDINGS
-M:	Matthew Gerlach <matthew.gerlach@altera.com>
-S:	Maintained
-F:	Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
-F:	Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
-
 ARM/SOCFPGA DWMAC GLUE LAYER
 M:	Maxime Chevallier <maxime.chevallier@bootlin.com>
 S:	Maintained
+F:	Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
+F:	Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
 F:	drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
 
 ARM/SOCFPGA EDAC BINDINGS
-- 
2.42.0.411.g813d9a9188


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

* Re: [PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii
  2026-08-13  0:55 [PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii Dinh Nguyen
@ 2026-08-16 20:21 ` Maxime Chevallier
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Chevallier @ 2026-08-16 20:21 UTC (permalink / raw)
  To: Dinh Nguyen, andrew+netdev, davem, edumazet, kuba
  Cc: netdev, devicetree, linux-kernel, robh, krzk+dt, conor+dt

Hi,

On 8/13/26 02:55, Dinh Nguyen wrote:
> Matthew Gerlach is no longer at Altera, so remove his entry as a
> maintainer for the SoCFPGA DWMAC ethernet glue layer and the GMII/SGMII
> dt-bindings files.
> 
> Maxime Chevallier has volunteered to maintain the dt-bindings YAML files
> as well.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

Acked-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Maxime

> ---
> v2: include Maxime Chevallier in message
>     s/Mathew/Matthew
>     s/Chevalier/Chevallier
> ---
>  .../devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml   | 2 +-
>  .../devicetree/bindings/net/altr,socfpga-stmmac.yaml      | 2 +-
>  MAINTAINERS                                               | 8 ++------
>  3 files changed, 4 insertions(+), 8 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml b/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
> index aafb6447b6c22..cfb53080dba26 100644
> --- a/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
> +++ b/Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
> @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Altera GMII to SGMII Converter
>  
>  maintainers:
> -  - Matthew Gerlach <matthew.gerlach@altera.com>
> +  - Maxime Chevallier <maxime.chevallier@bootlin.com>
>  
>  description:
>    This binding describes the Altera GMII to SGMII converter.
> diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> index fc445ad5a1f1a..8f5d63bb2187a 100644
> --- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> +++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Altera SOCFPGA SoC DWMAC controller
>  
>  maintainers:
> -  - Matthew Gerlach <matthew.gerlach@altera.com>
> +  - Maxime Chevallier <maxime.chevallier@bootlin.com>
>  
>  description:
>    This binding describes the Altera SOCFPGA SoC implementation of the
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8014b9f8253ed..e5ac94395670c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3588,15 +3588,11 @@ M:	Dinh Nguyen <dinguyen@kernel.org>
>  S:	Maintained
>  F:	drivers/clk/socfpga/
>  
> -ARM/SOCFPGA DWMAC GLUE LAYER BINDINGS
> -M:	Matthew Gerlach <matthew.gerlach@altera.com>
> -S:	Maintained
> -F:	Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
> -F:	Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> -
>  ARM/SOCFPGA DWMAC GLUE LAYER
>  M:	Maxime Chevallier <maxime.chevallier@bootlin.com>
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml
> +F:	Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
>  F:	drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
>  
>  ARM/SOCFPGA EDAC BINDINGS


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

end of thread, other threads:[~2026-08-16 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13  0:55 [PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii Dinh Nguyen
2026-08-16 20:21 ` Maxime Chevallier

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