[PATCH] MAINTAINERS: drop obsolete 3C509 NETWORK DRIVER section

Lukas Bulwahn posted 1 patch 3 weeks, 1 day ago
MAINTAINERS | 6 ------
1 file changed, 6 deletions(-)
[PATCH] MAINTAINERS: drop obsolete 3C509 NETWORK DRIVER section
Posted by Lukas Bulwahn 3 weeks, 1 day ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 91f3a27ae9f66 ("drivers: net: 3com: 3c509: Remove this driver")
removes the 3c509 network driver, but misses to also remove the MAINTAINERS
section 3C509 NETWORK DRIVER.

Simply drop the obsolete 3C509 NETWORK DRIVER section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3dd58a16f06a..f986eb688ae4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -68,12 +68,6 @@ 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
-- 
2.54.0
Re: [PATCH] MAINTAINERS: drop obsolete 3C509 NETWORK DRIVER section
Posted by Francois Romieu 3 weeks ago
Lukas Bulwahn <lbulwahn@redhat.com> :
[...]
> Commit 91f3a27ae9f66 ("drivers: net: 3com: 3c509: Remove this driver")
> removes the 3c509 network driver, but misses to also remove the MAINTAINERS
> section 3C509 NETWORK DRIVER.
> 
> Simply drop the obsolete 3C509 NETWORK DRIVER section.

Actually, the maintainer section was recently added.

See:
https://lore.kernel.org/netdev/alpine.DEB.2.21.2604271056460.28583@angie.orcam.me.uk/

-- 
Ueimor
Re: [PATCH] MAINTAINERS: drop obsolete 3C509 NETWORK DRIVER section
Posted by Jakub Kicinski 3 weeks ago
On Tue, 19 May 2026 16:23:45 +0200 Francois Romieu wrote:
> Lukas Bulwahn <lbulwahn@redhat.com> :
> > Commit 91f3a27ae9f66 ("drivers: net: 3com: 3c509: Remove this driver")
> > removes the 3c509 network driver, but misses to also remove the MAINTAINERS
> > section 3C509 NETWORK DRIVER.
> > 
> > Simply drop the obsolete 3C509 NETWORK DRIVER section.  
> 
> Actually, the maintainer section was recently added.

Yes, the driver is coming back.