mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
RapidIO: add mport driver for Tsi721 bridge
Add RapidIO mport driver for IDT TSI721 PCI Express-to-SRIO bridge device. The driver provides full set of callback functions defined for mport devices in RapidIO subsystem. It also is compatible with current version of RIONET driver (Ethernet over RapidIO messaging services). This patch is applicable to kernel versions starting from 2.6.39. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Chul Kim <chul.kim@idt.com> Cc: Kumar Gala <galak@kernel.crashing.org> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e80dd9a7bc
commit
48618fb4e5
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# RapidIO master port configuration
|
||||
#
|
||||
|
||||
config RAPIDIO_TSI721
|
||||
bool "IDT Tsi721 PCI Express SRIO Controller support"
|
||||
depends on RAPIDIO && PCIEPORTBUS
|
||||
default "n"
|
||||
---help---
|
||||
Include support for IDT Tsi721 PCI Express Serial RapidIO controller.
|
||||
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# Makefile for RapidIO devices
|
||||
#
|
||||
|
||||
obj-$(CONFIG_RAPIDIO_TSI721) += tsi721.o
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user