diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 04:16:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:51 -0500 |
commit | 0c86edc0d4970649f39748c4ce4f2895f728468f (patch) | |
tree | d4a4b0a45922fff8add243d14c8377eb902aa80a /MAINTAINERS | |
parent | 4079c39aaab65022f4875609d76e62669ef94c29 (diff) |
[PATCH] RTC subsystem: class
Add the basic RTC subsystem infrastructure to the kernel.
rtc/class.c - registration facilities for RTC drivers
rtc/interface.c - kernel/rtc interface functions
rtc/hctosys.c - snippet of code that copies hw clock to sw clock
at bootup, if configured to do so.
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
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 f27846734b06..e5b051f0e27e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2233,6 +2233,12 @@ M: p_gortmaker@yahoo.com | |||
2233 | L: linux-kernel@vger.kernel.org | 2233 | L: linux-kernel@vger.kernel.org |
2234 | S: Maintained | 2234 | S: Maintained |
2235 | 2235 | ||
2236 | REAL TIME CLOCK (RTC) SUBSYSTEM | ||
2237 | P: Alessandro Zummo | ||
2238 | M: a.zummo@towertech.it | ||
2239 | L: linux-kernel@vger.kernel.org | ||
2240 | S: Maintained | ||
2241 | |||
2236 | REISERFS FILE SYSTEM | 2242 | REISERFS FILE SYSTEM |
2237 | P: Hans Reiser | 2243 | P: Hans Reiser |
2238 | M: reiserfs-dev@namesys.com | 2244 | M: reiserfs-dev@namesys.com |