]> git.baikalelectronics.ru Git - kernel.git/commit
eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 May 2022 03:13:45 +0000 (20:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2022 10:43:51 +0000 (11:43 +0100)
commit9cb6a9c59f2720f6996e1d7daf10622e985db408
treee0acc1541fd411306921fbf4a496ca9c6fa05eb8
parent353b34617be4080df9b4d4f189a7b99d0585e5e8
eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA

Looks like almost all changes to this driver had been tree-wide
refactoring since git era begun. There is one commit from Al
15 years ago which could potentially be fixing a real bug.

The driver is using virt_to_bus() and is a real magnet for pointless
cleanups. It seems unlikely to have real users. Let's try to shed
this maintenance burden.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/device_drivers/ethernet/dec/de4x5.rst [deleted file]
Documentation/networking/device_drivers/ethernet/index.rst
arch/mips/configs/mtx1_defconfig
arch/powerpc/configs/chrp32_defconfig
arch/powerpc/configs/ppc6xx_defconfig
drivers/net/ethernet/dec/tulip/Kconfig
drivers/net/ethernet/dec/tulip/Makefile
drivers/net/ethernet/dec/tulip/de4x5.c [deleted file]
drivers/net/ethernet/dec/tulip/de4x5.h [deleted file]