[PATCH] RTC subsystem: class
authorAlessandro Zummo <a.zummo@towertech.it>
Mon, 27 Mar 2006 09:16:37 +0000 (01:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:51 +0000 (08:44 -0800)
commit0c86edc0d4970649f39748c4ce4f2895f728468f
treed4a4b0a45922fff8add243d14c8377eb902aa80a
parent4079c39aaab65022f4875609d76e62669ef94c29
[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>
CREDITS
MAINTAINERS
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/class.c [new file with mode: 0644]
drivers/rtc/hctosys.c [new file with mode: 0644]
drivers/rtc/interface.c [new file with mode: 0644]
include/linux/rtc.h