]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rtc-dm355evm driver
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 4 Feb 2009 23:12:01 +0000 (15:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Feb 2009 20:56:46 +0000 (12:56 -0800)
commita1061a5772f73bf9f9239936bac903697ed5a1fd
tree1f494035691b04175ed21ed3703593ce37957925
parent3889c4a4c19358b81642fe77f1466eef45ea009b
rtc: rtc-dm355evm driver

Simple RTC driver for the MSP430 firmware on the DM355 EVM board.  Other
than not supporting atomic reads/writes of all four bytes, this is
reasonable as a basic no-alarm RTC.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
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-dm355evm.c [new file with mode: 0644]