aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMatt Porter <mporter@kernel.crashing.org>2005-11-07 04:00:15 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 10:53:46 -0500
commit394b701ce4fbfde919a9bcbf84cb4820a7c6d47c (patch)
treea397fff4043a9810e753fb81224349bd36db45b8 /MAINTAINERS
parentd217d5450f11d8c907c0458d175b0dc999b4d06d (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--MAINTAINERS6
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
2071M: mpm@selenic.com 2071M: mpm@selenic.com
2072S: Maintained 2072S: Maintained
2073 2073
2074RAPIDIO SUBSYSTEM
2075P: Matt Porter
2076M: mporter@kernel.crashing.org
2077L: linux-kernel@vger.kernel.org
2078S: Maintained
2079
2074REAL TIME CLOCK DRIVER 2080REAL TIME CLOCK DRIVER
2075P: Paul Gortmaker 2081P: Paul Gortmaker
2076M: p_gortmaker@yahoo.com 2082M: p_gortmaker@yahoo.com