]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: cs89x0: remove ISA bus probing
authorArnd Bergmann <arnd@arndb.de>
Wed, 29 Apr 2026 14:55:45 +0000 (16:55 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 1 May 2026 23:46:53 +0000 (16:46 -0700)
commit93cda0c120acdfd717a66edfaf031942450d4908
treea468315d31da4a9f47f59fcf5108fdcf964b0857
parentfa11b40480132077de3787cf2122646b0c8ecc41
net: cs89x0: remove ISA bus probing

The cs89x0 driver is really two in one, and they are mutually exclusive:

 - the ISA driver was used on 486-era PCs. It likely has no remaining
   users, like the other ethernet drivers that got removed in
   linux-7.1. The DMA support in here is the last device driver use of
   the deprecated isa_bus_to_virt() interface, all other users are either
   x86 specific or or got converted to the normal dma-mapping interface.
   The driver was maintained by Andrew Morton at the time, based on
   the linux-2.2 vendor driver from Cirrus Logic.

 - the platform_driver instance was used on some embedded Arm boards
   around the same time, such as the EP7211 Development Kit. This
   is the same chip, but uses modern devicetree based probing and no DMA.
   This was added by Alexander Shiyan.

Remove the ISA driver as a cleanup, including all of the outdated
documentation referring to its configuration.

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260429145624.2948432-1-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst [deleted file]
Documentation/networking/device_drivers/ethernet/index.rst
drivers/net/Space.c
drivers/net/ethernet/cirrus/Kconfig
drivers/net/ethernet/cirrus/cs89x0.c
include/net/Space.h