[PATCH] RTC subsystem: sysfs interface
authorAlessandro Zummo <a.zummo@towertech.it>
Mon, 27 Mar 2006 09:16:39 +0000 (01:16 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:51 +0000 (08:44 -0800)
commitc5c3e19225217536d90515c494e55e642a21e4fa
tree64e0f52ca0056b3f3167e59dcfcb950d8e1f3249
parentf7f3682fb2f8bc8a9c912baeea15454416ca1972
[PATCH] RTC subsystem: sysfs interface

This patch adds the sysfs interface to the RTC subsystem.

Each RTC client will have his own entry under /sys/classs/rtc/rtcN .

Within this entry some attributes are exported by the subsystem, like date and
time.

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>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-sysfs.c [new file with mode: 0644]