]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: add basic support for ST M41T93 SPI RTC
authorVoss, Nikolaus <N.Voss@weinmann.de>
Thu, 26 May 2011 23:25:07 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2011 00:12:33 +0000 (17:12 -0700)
commitbfff9717628759286ec8e9e18cfc30f0518164c6
tree4019642f3e6fe78cda4b692eab52f8b189b2af96
parentb644c8359c82f4c02b4aa8234be2617210a44854
rtc: add basic support for ST M41T93 SPI RTC

Add basic support for ST m41t93 SPI RTCs.  Tested with factory-new and
with "run-in" species with and without backup batteries.

Signed-off-by: Nikolaus Voss <n.voss@weinmann.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-m41t93.c [new file with mode: 0644]