]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/rtc: add Marvell Integrated RTC
authorJason Cooper <[u-boot@lakedaemon.net]>
Thu, 4 Aug 2011 15:56:16 +0000 (21:26 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 4 Aug 2011 17:00:34 +0000 (19:00 +0200)
commitb608b95753873a5073f550cca002c4bebf1a18f5
tree9df2ab2769ad40a8f354418eac97b3972eff6d00
parent26749582d5c168dba72e3b11e84873e252b6b567
drivers/rtc: add Marvell Integrated RTC

This driver can be used for kirkwood SoCs by enabling CONFIG_RTC_MV.  Tested on
Global Scale Technologies Dreamplug.

Signed-off-by: Jason Cooper <u-boot@lakedaemon.net>
arch/arm/include/asm/arch-kirkwood/kirkwood.h
drivers/rtc/Makefile
drivers/rtc/mvrtc.c [new file with mode: 0644]
drivers/rtc/mvrtc.h [new file with mode: 0644]