summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-07rtc: rx8025: remove redundant code in rtc_resetChris Packham1-17/+1
2018-04-07rtc: rs5c372: remove redundant code in rtc_resetChris Packham1-23/+1
2018-04-07rtc: mx27rtc: remove redundant code in rtc_resetChris Packham1-5/+1
2018-04-07rtc: ds1374: remove redundant code in rtc_resetChris Packham1-15/+0
2018-04-07rtc: ds1307: remove redundant code in rtc_resetChris Packham1-33/+0
2018-04-07rtc: rewrite isl1208 to support DMKlaus Goger2-55/+98
2018-02-04rtc: adding RX8010SJ rtc driverNandor Han3-0/+385
2017-11-20rtc: add support for s35392aNandor Han3-0/+372
2017-10-24rtc: mc146818: Correct alarm message for day alarmBin Meng1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-129/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher2-61/+0
2017-06-09rtc: ds1337: drop "SYS" from config variablesChris Packham1-8/+8
2017-06-01dm: sandbox: i2c_rtc: Drop fdtdec.h headerSimon Glass1-1/+0
2017-05-22Drop three-wire serial (TWS) supportSimon Glass2-102/+0
2017-05-08rtc: Add DM support to ds1307Chris Packham2-20/+196
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada2-122/+0
2017-04-10dm: rtc: Add 16-bit read/write supportBin Meng1-0/+30
2017-01-15rtc: pcf2127: Update Kconfig and code styleMeng Yi2-21/+27
2016-12-03rtc: Add RTC chip pcf2127 supportMeng Yi3-0/+114
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24drivers: squash lines for immediate returnMasahiro Yamada1-3/+1
2016-07-15rtc: Tidy up the code styleSimon Glass1-39/+32
2015-11-05rtc: Add MCP79411 support to DS1307 rtc driverAndy Fleming2-1/+35
2015-10-21dm: rtc: Correct rtc_read32() return valueSimon Glass1-1/+1
2015-10-21rtc: mc146818: Use probe() to set up the deviceSimon Glass1-2/+2
2015-10-21rtc: mc146818: Add a comment to the #endifSimon Glass1-1/+1
2015-09-02rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain1-0/+10
2015-08-13drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-07-15dm: rtc: Support mc146818 driver in driver modelBin Meng1-108/+204
2015-05-06dm: rtc: sandbox: Enable real-time clock supportSimon Glass1-2/+0
2015-05-06dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-06dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2-0/+237
2015-05-06dm: rtc: Add a uclass for real-time clocksSimon Glass3-0/+106
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass12-34/+23
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass12-13/+17
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass2-3/+8
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass1-48/+73
2015-01-05mpc8260: remove atc board supportMasahiro Yamada2-218/+0
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass2-5/+40
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese1-1/+1
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-08-14RTC: add support for DS1339 (using DS1307 driver)Markus Niebel2-1/+2
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-1/+1
2013-11-10Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+4