Skip to content

Commit

Permalink
rapidio/switches: remove tsi500 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Jul 3, 2013
1 parent dd04b45 commit e350cd1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
7 changes: 0 additions & 7 deletions drivers/rapidio/switches/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ config RAPIDIO_CPS_GEN2
default n
---help---
Includes support for ITD CPS Gen.2 serial RapidIO switches.

config RAPIDIO_TSI500
bool "Tsi500 Parallel RapidIO switch support"
depends on RAPIDIO
default n
---help---
Includes support for IDT Tsi500 parallel RapidIO switch.
1 change: 0 additions & 1 deletion drivers/rapidio/switches/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
obj-$(CONFIG_RAPIDIO_TSI500) += tsi500.o
obj-$(CONFIG_RAPIDIO_CPS_GEN2) += idt_gen2.o
78 changes: 0 additions & 78 deletions drivers/rapidio/switches/tsi500.c

This file was deleted.

0 comments on commit e350cd1

Please sign in to comment.