linux/drivers/rtc
Raphael Assenat 8e12ecc2b5 [PATCH] Add max6902 RTC support
Add support for the MAX6902 SPI RTC chip.  Tested on a pxa2xx cpu.

The compulab code comes from the kernel patch the produce for their
cn-x255 board. (inside a zip file on the
http://www.compulab.co.il/x255/html/x255-developer.htm)

The original file (drivers/char/max6902.c) was GPL, which is of course
an appropriate licence:

/*
 * max6902.c
 *
 * Driver for MAX6902 RTC
 *
 * Copyright (C) 2004 Compulab Ltd.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 *
 */

For reference, you can get the original file here:
http://raph.people.8d.com/misc/max6902.c

[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
..
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
Kconfig [PATCH] Add max6902 RTC support 2006-06-25 10:01:14 -07:00
Makefile [PATCH] Add max6902 RTC support 2006-06-25 10:01:14 -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-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