diff mbox series

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

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

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 12 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest fail net-next-2025-04-17--21-00 (tests: 916)

Commit Message

Maxime Chevallier April 16, 2025, 12:54 p.m. UTC
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(+)

Comments

Andrew Lunn April 17, 2025, 5:26 p.m. UTC | #1
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
patchwork-bot+netdevbpf@kernel.org April 18, 2025, 2:10 a.m. UTC | #2
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 mbox series

Patch

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