diff options
| author | Alexandre Bounine <[email protected]> | 2011-11-02 13:39:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-11-02 16:07:01 -0700 |
| commit | 48618fb4e522d9d02e217ac05f52749545c1af20 (patch) | |
| tree | 4699179c3eacc0ec63d03ac631fae6822fa10969 /include/linux | |
| parent | e80dd9a7bca4057d5a09d1ba94a7ba0791e7426a (diff) | |
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 <[email protected]>
Signed-off-by: Chul Kim <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Li Yang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/rio_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rio_ids.h b/include/linux/rio_ids.h index 0cee0152aca9..b66d13d1bdc0 100644 --- a/include/linux/rio_ids.h +++ b/include/linux/rio_ids.h @@ -39,5 +39,6 @@ #define RIO_DID_IDTCPS1616 0x0379 #define RIO_DID_IDTVPS1616 0x0377 #define RIO_DID_IDTSPS1616 0x0378 +#define RIO_DID_TSI721 0x80ab #endif /* LINUX_RIO_IDS_H */ |