MAINTAINERS: Add self for the DEC LANCE 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 DEC LANCE network driver
Posted by Maciej W. Rozycki 1 month, 2 weeks ago
Like with the rest of DECstation and TURBOchannel hardware I have been 
handling the DEC LANCE network driver for some 25 years now anyway.

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

linux-maintainers-declance.diff
Index: linux-macro/MAINTAINERS
===================================================================
--- linux-macro.orig/MAINTAINERS
+++ linux-macro/MAINTAINERS
@@ -6986,6 +6986,12 @@ T:	git git://git.kernel.org/pub/scm/linu
 F:	include/linux/debugobjects.h
 F:	lib/debugobjects.c
 
+DEC LANCE NETWORK DRIVER
+M:	"Maciej W. Rozycki" <macro@orcam.me.uk>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/ethernet/amd/declance.c
+
 DECSTATION PLATFORM SUPPORT
 M:	"Maciej W. Rozycki" <macro@orcam.me.uk>
 L:	linux-mips@vger.kernel.org
Re: MAINTAINERS: Add self for the DEC LANCE network driver
Posted by Andrew Lunn 1 month, 2 weeks ago
On Mon, Apr 27, 2026 at 11:23:35AM +0100, Maciej W. Rozycki wrote:
> Like with the rest of DECstation and TURBOchannel hardware I have been 
> handling the DEC LANCE network driver for some 25 years now anyway.
> 
> Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>

Thanks for taking over these two drivers.

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

    Andrew