summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt1-0/+11
2018-12-03rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski1-0/+77
2018-12-03rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski1-12/+20
2018-12-03rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski1-1/+2
2018-12-03Kconfig: Migrate CONFIG_RTC_M41T62 define to KconfigLukasz Majewski1-0/+6
2018-12-02drivers: rtc: correctly convert seconds to time structureHeinrich Schuchardt1-1/+5
2018-12-01Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchipTom Rini2-137/+453
2018-11-30rtc: rv3029: update to support DM and sync with Linux 4.17Philipp Tomsich1-137/+443
2018-11-30rtc: rv3029: add to KconfigPhilipp Tomsich1-0/+10
2018-11-29rtc: Allow child driversSimon Glass1-0/+1
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2-1/+27
2018-10-09rtc: Allow use of RTC in SPL and TPLSimon Glass2-1/+19
2018-10-09Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass1-0/+8
2018-10-08rtc: Add read8 and write8 support to isl1208 driverTrent Piepho1-0/+20
2018-09-23rtc: pl031: convert the driver to driver modelAKASHI Takahiro1-46/+80
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini24-89/+0
2018-07-28drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt1-1/+2
2018-07-25rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt24-89/+0
2018-07-24rtc: compile date.c if DM_RTCAKASHI Takahiro1-1/+2
2018-07-20drivers: rtc: correct week day for mc146818Heinrich Schuchardt1-2/+6
2018-07-20drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt4-44/+77
2018-07-19ARM: qemu-arm: enable RTCHeinrich Schuchardt1-0/+7
2018-06-06drivers/rtc: convert mvrtc to DMChris Packham3-0/+68
2018-06-06drivers/rtc: prepare mvrtc for DM conversionChris Packham1-18/+39
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini39-79/+39
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