Skip to content

Commit e350cd1

Browse files
Alexandre Bouninetorvalds
authored andcommitted
rapidio/switches: remove tsi500 driver
Remove the driver for Tsi500 Parallel RapidIO switch because this device has not been available for several years. Since the first introduction of Tsi500, the parallel RapidIO interface was replaced by the serial RapidIO (sRIO) and therefore there is no value in keeping this driver. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Cc: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent dd04b45 commit e350cd1

File tree

3 files changed

+0
-86
lines changed

3 files changed

+0
-86
lines changed

drivers/rapidio/switches/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,3 @@ config RAPIDIO_CPS_GEN2
2626
default n
2727
---help---
2828
Includes support for ITD CPS Gen.2 serial RapidIO switches.
29-
30-
config RAPIDIO_TSI500
31-
bool "Tsi500 Parallel RapidIO switch support"
32-
depends on RAPIDIO
33-
default n
34-
---help---
35-
Includes support for IDT Tsi500 parallel RapidIO switch.

drivers/rapidio/switches/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
66
obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
77
obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
8-
obj-$(CONFIG_RAPIDIO_TSI500) += tsi500.o
98
obj-$(CONFIG_RAPIDIO_CPS_GEN2) += idt_gen2.o

drivers/rapidio/switches/tsi500.c

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

0 commit comments

Comments
 (0)