Skip to content

Commit d9fefce

Browse files
mpemaddy-kerneldev
authored andcommitted
net: spider_net: Remove powerpc Cell driver
This driver can no longer be built since support for IBM Cell Blades was removed, in particular PPC_IBM_CELL_BLADE. Remove the driver and the documentation. Remove the MAINTAINERS entry, and add Ishizaki and Geoff to CREDITS. Reviewed-by: Arnd Bergmann <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 1647938 commit d9fefce

File tree

9 files changed

+8
-3428
lines changed

9 files changed

+8
-3428
lines changed

CREDITS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,6 +2187,10 @@ D: Various ACPI fixes, keeping correct battery state through suspend
21872187
D: various lockdep annotations, autofs and other random bugfixes
21882188
S: Prague, Czech Republic
21892189

2190+
N: Ishizaki Kou
2191+
2192+
D: Spidernet driver for PowerPC Cell platforms
2193+
21902194
N: Gene Kozin
21912195
21922196
W: https://www.sangoma.com
@@ -2392,6 +2396,10 @@ S: ICP vortex GmbH
23922396
S: Neckarsulm
23932397
S: Germany
23942398

2399+
N: Geoff Levand
2400+
2401+
D: Spidernet driver for PowerPC Cell platforms
2402+
23952403
N: Phil Lewis
23962404
23972405
D: Promised to send money if I would put his name in the source tree.

Documentation/networking/device_drivers/ethernet/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Contents:
5555
ti/cpsw_switchdev
5656
ti/am65_nuss_cpsw_switchdev
5757
ti/tlan
58-
toshiba/spider_net
5958
wangxun/txgbe
6059
wangxun/ngbe
6160

Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst

Lines changed: 0 additions & 202 deletions
This file was deleted.

MAINTAINERS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22351,15 +22351,6 @@ F: include/linux/spi/
2235122351
F: include/uapi/linux/spi/
2235222352
F: tools/spi/
2235322353

22354-
SPIDERNET NETWORK DRIVER for CELL
22355-
M: Ishizaki Kou <[email protected]>
22356-
M: Geoff Levand <[email protected]>
22357-
22358-
22359-
S: Maintained
22360-
F: Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst
22361-
F: drivers/net/ethernet/toshiba/spider_net*
22362-
2236322354
SPMI SUBSYSTEM
2236422355
M: Stephen Boyd <[email protected]>
2236522356

drivers/net/ethernet/toshiba/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ config GELIC_WIRELESS
3939
the driver automatically distinguishes the models, you can
4040
safely enable this option even if you have a wireless-less model.
4141

42-
config SPIDER_NET
43-
tristate "Spider Gigabit Ethernet driver"
44-
depends on PCI && PPC_IBM_CELL_BLADE
45-
select FW_LOADER
46-
select SUNGEM_PHY
47-
help
48-
This driver supports the Gigabit Ethernet chips present on the
49-
Cell Processor-Based Blades from IBM.
50-
5142
config TC35815
5243
tristate "TOSHIBA TC35815 Ethernet support"
5344
depends on PCI && MIPS

drivers/net/ethernet/toshiba/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
obj-$(CONFIG_GELIC_NET) += ps3_gelic.o
77
gelic_wireless-$(CONFIG_GELIC_WIRELESS) += ps3_gelic_wireless.o
88
ps3_gelic-objs += ps3_gelic_net.o $(gelic_wireless-y)
9-
spidernet-y += spider_net.o spider_net_ethtool.o
10-
obj-$(CONFIG_SPIDER_NET) += spidernet.o
119
obj-$(CONFIG_TC35815) += tc35815.o

0 commit comments

Comments
 (0)