RTC: DaVinci RTC driver
authorMiguel Aguilar <miguel.aguilar@ridgerun.com>
Thu, 5 Nov 2009 14:51:34 +0000 (08:51 -0600)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 6 May 2010 22:02:03 +0000 (15:02 -0700)
commit8ecf6c54d44c535b2296319aa58567ea9a1db026
tree29866b4867cda21d8a3ed42ed4e77d4f6f53d78f
parenta7e05065f562ae347db36b0ef644525cd1e89ecd
RTC: DaVinci RTC driver

This driver features:

* Alarm support.
* Periodic interrupt by using a timer include into the RTC module.
* The update interrupt is not supported by this RTC module.

This driver was tested on a DM365 EVM by using the rtc-test application
from the Documentation/rtc.txt.

Signed-off-by: Miguel Aguilar <miguel.aguilar@ridgerun.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-davinci.c [new file with mode: 0644]