rtc: basic implementation of Epson RX-8581 I2C Real Time Clock
authorMartyn Welch <martyn.welch@gefanuc.com>
Wed, 12 Nov 2008 21:27:06 +0000 (13:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Nov 2008 01:17:18 +0000 (17:17 -0800)
commita7fa9851b6dd18824320c4129f26947b3cdb63d8
treea701d636c9c3da4b5ea8a18a6aaa1a81632139c8
parent077eaf5b40ecb2c345d82f02275c20e965dfa3e5
rtc: basic implementation of Epson RX-8581 I2C Real Time Clock

Provide the basic "get" and "set" functionality for the Epson RX-8581 I2C
RTC.  It currently does not support the RTC's Alarm or Fixed-cycle timer.

[akpm@linux-foundation.org: need log2.h for ilog2(), remove unneeded initialisation]
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Cc: Jean Delvare <khali@linux-fr.org>
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-rx8581.c [new file with mode: 0644]