MAINTAINERS: Add self for the 3c509 network driver

Maciej W. Rozycki posted 1 patch 1 month, 2 weeks ago
MAINTAINERS |    6 ++++++
1 file changed, 6 insertions(+)
MAINTAINERS: Add self for the 3c509 network driver
Posted by Maciej W. Rozycki 1 month, 2 weeks ago
It appears there's a need for a maintainer for the 3Com EtherLink III 
family of Ethernet network adapters.  There is documentation available 
and the driver is very mature so the task ought to be of little hassle, 
so I think I should be able to squeeze in any issues to be addressed.

Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
---
 MAINTAINERS |    6 ++++++
 1 file changed, 6 insertions(+)

linux-maintainers-3c509.diff
Index: linux-macro/MAINTAINERS
===================================================================
--- linux-macro.orig/MAINTAINERS
+++ linux-macro/MAINTAINERS
@@ -67,6 +67,12 @@ Maintainers List
           first. When adding to this list, please keep the entries in
           alphabetical order.
 
+3C509 NETWORK DRIVER
+M:	"Maciej W. Rozycki" <macro@orcam.me.uk>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/ethernet/3com/3c509.c
+
 3C59X NETWORK DRIVER
 M:	Steffen Klassert <klassert@kernel.org>
 L:	netdev@vger.kernel.org
Re: MAINTAINERS: Add self for the 3c509 network driver
Posted by Andrew Lunn 1 month, 2 weeks ago
On Mon, Apr 27, 2026 at 11:23:17AM +0100, Maciej W. Rozycki wrote:
> It appears there's a need for a maintainer for the 3Com EtherLink III 
> family of Ethernet network adapters.  There is documentation available 
> and the driver is very mature so the task ought to be of little hassle, 
> so I think I should be able to squeeze in any issues to be addressed.
> 
> Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>

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

    Andrew