diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-11-07 04:00:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:46 -0500 |
commit | 394b701ce4fbfde919a9bcbf84cb4820a7c6d47c (patch) | |
tree | a397fff4043a9810e753fb81224349bd36db45b8 /MAINTAINERS | |
parent | d217d5450f11d8c907c0458d175b0dc999b4d06d (diff) |
[PATCH] RapidIO support: core base
Adds a RapidIO subsystem to the kernel. RIO is a switched fabric interconnect
used in higher-end embedded applications. The curious can look at the specs
over at http://www.rapidio.org
The core code implements enumeration/discovery, management of
devices/resources, and interfaces for RIO drivers.
There's a lot more to do to take advantages of all the hardware features.
However, this should provide a good base for folks with RIO hardware to start
contributing.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4cba302c2754..3ccbfa96eeec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2071,6 +2071,12 @@ P: Matt Mackall | |||
2071 | M: mpm@selenic.com | 2071 | M: mpm@selenic.com |
2072 | S: Maintained | 2072 | S: Maintained |
2073 | 2073 | ||
2074 | RAPIDIO SUBSYSTEM | ||
2075 | P: Matt Porter | ||
2076 | M: mporter@kernel.crashing.org | ||
2077 | L: linux-kernel@vger.kernel.org | ||
2078 | S: Maintained | ||
2079 | |||
2074 | REAL TIME CLOCK DRIVER | 2080 | REAL TIME CLOCK DRIVER |
2075 | P: Paul Gortmaker | 2081 | P: Paul Gortmaker |
2076 | M: p_gortmaker@yahoo.com | 2082 | M: p_gortmaker@yahoo.com |