Searched hist:"7 d9f99eccc8f94ace31030a2a7ff73cf5f8c12a0" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-core.h | diff 7d9f99eccc8f94ace31030a2a7ff73cf5f8c12a0 Tue May 08 09:33:38 CEST 2007 David Brownell <david-b@pacbell.net> rtc: simplified /proc/driver/rtc handling
This simplifies the RTC procfs support by removing the class_interface that hooks it into the rtc core. If it's configured, then sysfs support is now part of the RTC core, and is never a separate module.
It also removes the class_interface hook, now that its last remaining user is gone. (That API is usable only with a "struct class_device".)
It's another step towards being able to remove "struct class_device".
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Acked-By: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | class.c | diff 7d9f99eccc8f94ace31030a2a7ff73cf5f8c12a0 Tue May 08 09:33:38 CEST 2007 David Brownell <david-b@pacbell.net> rtc: simplified /proc/driver/rtc handling
This simplifies the RTC procfs support by removing the class_interface that hooks it into the rtc core. If it's configured, then sysfs support is now part of the RTC core, and is never a separate module.
It also removes the class_interface hook, now that its last remaining user is gone. (That API is usable only with a "struct class_device".)
It's another step towards being able to remove "struct class_device".
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Acked-By: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | Makefile | diff 7d9f99eccc8f94ace31030a2a7ff73cf5f8c12a0 Tue May 08 09:33:38 CEST 2007 David Brownell <david-b@pacbell.net> rtc: simplified /proc/driver/rtc handling
This simplifies the RTC procfs support by removing the class_interface that hooks it into the rtc core. If it's configured, then sysfs support is now part of the RTC core, and is never a separate module.
It also removes the class_interface hook, now that its last remaining user is gone. (That API is usable only with a "struct class_device".)
It's another step towards being able to remove "struct class_device".
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Acked-By: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | Kconfig | diff 7d9f99eccc8f94ace31030a2a7ff73cf5f8c12a0 Tue May 08 09:33:38 CEST 2007 David Brownell <david-b@pacbell.net> rtc: simplified /proc/driver/rtc handling
This simplifies the RTC procfs support by removing the class_interface that hooks it into the rtc core. If it's configured, then sysfs support is now part of the RTC core, and is never a separate module.
It also removes the class_interface hook, now that its last remaining user is gone. (That API is usable only with a "struct class_device".)
It's another step towards being able to remove "struct class_device".
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Acked-By: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|