aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Kinard2015-02-16 18:00:26 -0600
committerLinus Torvalds2015-02-16 19:56:05 -0600
commitaaaf5fbf56f16c81a653713cc333b18ad6e25ea9 (patch)
tree5416188285df8877c1e069f3db9a24541c2b057f /MAINTAINERS
parentbefeb596a7224119b60499eb20c7545f7a73f104 (diff)
downloadkernel-aaaf5fbf56f16c81a653713cc333b18ad6e25ea9.tar.gz
kernel-aaaf5fbf56f16c81a653713cc333b18ad6e25ea9.tar.xz
kernel-aaaf5fbf56f16c81a653713cc333b18ad6e25ea9.zip
rtc: add driver for DS1685 family of real time clocks
This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287, DS17485/DS17487, and DS17885/DS17887 RTC chips. These chips are commonly found in SGI O2 and SGI Octane systems. It was originally derived from a driver patch submitted by Matthias Fuchs many years ago for use in EPPC-405-UC modules, which also used these RTCs. In addition to the time-keeping functions, this RTC also handles the shutdown mechanism of the O2 and Octane and acts as a partial NVRAM for the boot PROMS in these systems. Verified on both an SGI O2 and an SGI Octane. Signed-off-by: Joshua Kinard <kumba@gentoo.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6f2c849e6da3..d5ff4c3cdbac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2963,6 +2963,12 @@ S: Supported
2963F: drivers/input/touchscreen/cyttsp* 2963F: drivers/input/touchscreen/cyttsp*
2964F: include/linux/input/cyttsp.h 2964F: include/linux/input/cyttsp.h
2965 2965
2966DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
2967M: Joshua Kinard <kumba@gentoo.org>
2968S: Maintained
2969F: drivers/rtc/rtc-ds1685.c
2970F: include/linux/rtc/ds1685.h
2971
2966DAMA SLAVE for AX.25 2972DAMA SLAVE for AX.25
2967M: Joerg Reuter <jreuter@yaina.de> 2973M: Joerg Reuter <jreuter@yaina.de>
2968W: http://yaina.de/jreuter/ 2974W: http://yaina.de/jreuter/