rtc: add real-time clock driver for NVIDIA Tegra
authorAndrew Chew <achew@nvidia.com>
Tue, 22 Mar 2011 23:34:55 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:16 +0000 (17:44 -0700)
commitff859ba6d166202d6fd8d6344a41be54e4c8a2b6
tree9a38c5e9645ab970ae3a8b0495b4d07d91e7cbff
parent49d50fb1c28738ef6bad0c2b87d5355a1653fed5
rtc: add real-time clock driver for NVIDIA Tegra

This is a platform driver that supports the built-in real-time clock on
Tegra SOCs.

Signed-off-by: Andrew Chew <achew@nvidia.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
Acked-by: Jon Mayo <jmayo@nvidia.com>
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-tegra.c [new file with mode: 0644]