linux/drivers/rtc
Raphael Assenat 362600fe60 [PATCH] Add v3020 RTC support
This patch adds support for the v3020 RTC from EM Microelectronic.

The v3020 RTC is designed to be connected on a bus using only one data bit.
 Since any data bit may be used, it is necessary to specify this to the
driver by passing a struct v3020_platform_data pointer (see
include/linux/rtc-v3020.h) to the driver.

Part of the following code comes from the kernel patchs produced by
Compulab for their products.  The original file (available here:
http://raph.people.8d.com/misc/emv3020.c) was released under the terms of
the GPL license.

[akpm@osdl.org: cleanups]
Signed-off-by: Raphael Assenat <raph@raphnet.net>
Cc: 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:14 -07:00
..
Kconfig [PATCH] Add v3020 RTC support 2006-06-25 10:01:14 -07:00
Makefile [PATCH] Add v3020 RTC support 2006-06-25 10:01:14 -07:00
class.c [PATCH] rtc subsystem: add capability checks 2006-06-25 10:01:14 -07:00
hctosys.c [PATCH] RTC subsystem: class 2006-03-27 08:44:51 -08:00
interface.c [PATCH] rtc subsystem, fix capability checks in kernel interface 2006-06-25 10:01:13 -07:00
rtc-dev.c [PATCH] rtc subsystem: add capability checks 2006-06-25 10:01:14 -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-max6902.c [PATCH] Add max6902 RTC support 2006-06-25 10:01:14 -07:00
rtc-pcf8563.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00
rtc-pcf8583.c [PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystem 2006-06-25 10:01:13 -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: add capability checks 2006-06-25 10:01:14 -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-v3020.c [PATCH] Add v3020 RTC support 2006-06-25 10:01:14 -07:00
rtc-vr41xx.c [PATCH] rtc subsystem: add capability checks 2006-06-25 10:01:14 -07:00
rtc-x1205.c [PATCH] RTC subsystem: compact error messages 2006-04-11 06:18:47 -07:00