]> git.ipfire.org Git - thirdparty/linux.git/commit
w5100: remove MMIO support
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 May 2026 18:04:57 +0000 (20:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 May 2026 02:18:45 +0000 (19:18 -0700)
commit5e138e0ec32b12d99f639947fc77b4bebda8f6e9
tree52a920f1ea4a5d24698b4dc65cefaadc2850a9c9
parentb6de642b9c24f5f857732e5d696fe47e43b1729a
w5100: remove MMIO support

This driver supports both SPI and MMIO based register access, but only
the former has devicetree support. While MMIO mode would have worked
with old-style board files, those have never defined such a device
upstream.

Remove the MMIO mode, leaving SPI as the only way to use this driver,
but leave it in two loadable modules. More cleanups can be done by
combining the two into one file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260505180459.1247690-1-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/wiznet/Kconfig
drivers/net/ethernet/wiznet/Makefile
drivers/net/ethernet/wiznet/w5100.c
include/linux/platform_data/wiznet.h [deleted file]