Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/rtc
David Brownell 1abb0dc92d [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips
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>
2006-06-25 10:01:13 -07:00
..
class.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
hctosys.c [PATCH] RTC subsystem: class 2006-03-27 08:44:51 -08:00
interface.c [PATCH] RTC subsystem: class 2006-03-27 08:44:51 -08:00
Kconfig [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips 2006-06-25 10:01:13 -07:00
Makefile [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips 2006-06-25 10:01:13 -07:00
rtc-dev.c [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate 2006-05-21 12:59:21 -07:00
rtc-ds1307.c [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips 2006-06-25 10:01:13 -07:00
rtc-ds1672.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
rtc-ep93xx.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
rtc-lib.c [PATCH] RTC Subsystem: library functions 2006-03-27 08:44:50 -08:00
rtc-m48t86.c [PATCH] m48t86: ia64 build fix 2006-06-05 12:29:17 -07:00
rtc-pcf8563.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
rtc-pl031.c [PATCH] Add driver for ARM AMBA PL031 RTC 2006-06-25 10:01:05 -07:00
rtc-proc.c [PATCH] RTC subsystem: fix proc output 2006-04-11 06:18:47 -07:00
rtc-rs5c372.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
rtc-sa1100.c [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate 2006-05-21 12:59:21 -07:00
rtc-sysfs.c [PATCH] RTC subsystem: sysfs interface 2006-03-27 08:44:51 -08:00
rtc-test.c [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate 2006-05-21 12:59:21 -07:00
rtc-vr41xx.c [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate 2006-05-21 12:59:21 -07:00
rtc-x1205.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00