aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/davinci.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-01am33xx, davinci: Create and use <asm/davinci_rtc.h>Tom Rini1-1/+1
Create a common header file for the RTC IP block that is shared between davinci and am33xx. Signed-off-by: Tom Rini <trini@ti.com>
2013-11-01drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directlyTom Rini1-3/+3
We shouldn't rely on a define to hide this cast for us. Signed-off-by: Tom Rini <trini@ti.com>
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
2011-12-06arm, davinci: move davinci_rtc struct to hardware.hHeiko Schocher1-26/+0
move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h and add RTC_KICK0R_WE, RTC_KICK1R_WE defines, so they are global useable. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Sandeep Paulraj <s-paulraj@ti.com>
2011-09-30rtc, davinci: add support for davinci internal RTCHeiko Schocher1-0/+125
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Paulraj Sandeep <s-paulraj@ti.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>