Message ID | 20250416125453.306029-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 750d0ac001e85b754404178ee8ce01cbc76a03be |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver | expand |
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
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 16 Apr 2025 14:54:48 +0200 you 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. > > Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> > > [...] Here is the summary with links: - [net] MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver https://git.kernel.org/netdev/net/c/750d0ac001e8 You are awesome, thank you!
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
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(+)