aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rv3029.c
AgeCommit message (Collapse)AuthorFilesLines
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-11-07drivers/rtc/rv3029.c: fix GCC 4.6 build warningsWolfgang Denk1-16/+11
Fix: rv3029.c: In function 'rtc_set': rv3029.c:98:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] rv3029.c: In function 'set_eere_bit': rv3029.c:131:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] rv3029.c: In function 'wait_eebusy': rv3029.c:149:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] rv3029.c: In function 'rtc_reset': rv3029.c:165:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de>
2011-04-26rtc, rv3029: add trickle charger support.Heiko Schocher1-0/+87
Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>
2011-01-18rtc: add support for Micro Crystal RV-3029-C2 RTCHeiko Schocher1-0/+124
Signed-off-by: Heiko Schocher <hs@denx.de>