mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 11:08:06 +00:00
Import genrtc's RTC UIE emulation (CONFIG_GEN_RTC_X) to rtc-dev driver with slight adjustments/refinements. This makes UIE-less rtc drivers work better with programs doing read/poll on /dev/rtc, such as hwclock. This emulation should not harm rtc drivers with UIE support, since rtc_dev_ioctl() calls underlaying rtc driver's ioctl() first. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| class.c | ||
| hctosys.c | ||
| interface.c | ||
| Kconfig | ||
| Makefile | ||
| rtc-dev.c | ||
| rtc-ds1307.c | ||
| rtc-ds1672.c | ||
| rtc-ep93xx.c | ||
| rtc-lib.c | ||
| rtc-m48t86.c | ||
| rtc-pcf8563.c | ||
| rtc-pl031.c | ||
| rtc-proc.c | ||
| rtc-rs5c372.c | ||
| rtc-sa1100.c | ||
| rtc-sysfs.c | ||
| rtc-test.c | ||
| rtc-vr41xx.c | ||
| rtc-x1205.c | ||