mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
1abb0dc92d
This is an "RTC-framework" driver for DS1307 and similar RTC chips, It should be a full replacement for the existing ds1337.c driver (using the older RTC glue), giving a net increase in the number of RTC chips that work out-of-the-box. There's a whole cluster of RTCs that are very similar, but the 1337 driver was a bit too picky to work with most of them. Still no support for RTC alarm IRQs (on chips that support them). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-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 |