[PATCH net] MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver

Maxime Chevallier posted 1 patch 8 months ago
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH net] MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver
Posted by Maxime Chevallier 8 months ago
Socfpga's DWMAC glue comes in a variety of flavours with multiple
options when it comes to physical interfaces, making it not so easy to
test. Having access to a Cyclone5 with RGMII as well as Lynx PCS
variants, add myself as a maintainer to help with reviews and testing.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
---
Hopefully I'll get the chance to convert the binding to .yaml at some
point, but I don't have the bandwith for that yet...

 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c409f504e94b..50524d16abff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3191,6 +3191,12 @@ M:	Dinh Nguyen <dinguyen@kernel.org>
 S:	Maintained
 F:	drivers/clk/socfpga/
 
+ARM/SOCFPGA DWMAC GLUE LAYER
+M:	Maxime Chevallier <maxime.chevallier@bootlin.com>
+S:	Maintained
+F:	Documentation/devicetree/bindings/net/socfpga-dwmac.txt
+F:	drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c
+
 ARM/SOCFPGA EDAC BINDINGS
 M:	Matthew Gerlach <matthew.gerlach@altera.com>
 S:	Maintained
-- 
2.49.0
Re: [PATCH net] MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver
Posted by Andrew Lunn 8 months ago
On Wed, Apr 16, 2025 at 02:54:48PM +0200, Maxime Chevallier wrote:
> Socfpga's DWMAC glue comes in a variety of flavours with multiple
> options when it comes to physical interfaces, making it not so easy to
> test. Having access to a Cyclone5 with RGMII as well as Lynx PCS
> variants, add myself as a maintainer to help with reviews and testing.

Thanks for signing up to maintain this, and helping out Russell with
testing. We need more developers to take ownership of the stmmac glue
files.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew