summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2019-05-31rtc: export rtc_month_days()Heinrich Schuchardt
2019-04-25rtc: m41t62: add compatible for m41t82Simon Goldschmidt
2018-12-03rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski
2018-12-03rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski
2018-12-03rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski
2018-12-03Kconfig: Migrate CONFIG_RTC_M41T62 define to KconfigLukasz Majewski
2018-12-01drivers: rtc: correctly convert seconds to time structureHeinrich Schuchardt
2018-12-01Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchipTom Rini
2018-11-30rtc: rv3029: update to support DM and sync with Linux 4.17Philipp Tomsich
2018-11-30rtc: rv3029: add to KconfigPhilipp Tomsich
2018-11-29rtc: Allow child driversSimon Glass
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini
2018-10-09rtc: Allow use of RTC in SPL and TPLSimon Glass
2018-10-09Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass
2018-10-08rtc: Add read8 and write8 support to isl1208 driverTrent Piepho
2018-09-23rtc: pl031: convert the driver to driver modelAKASHI Takahiro
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-07-28drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt
2018-07-25rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt
2018-07-24rtc: compile date.c if DM_RTCAKASHI Takahiro
2018-07-20drivers: rtc: correct week day for mc146818Heinrich Schuchardt
2018-07-19drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt
2018-07-19ARM: qemu-arm: enable RTCHeinrich Schuchardt
2018-06-05drivers/rtc: convert mvrtc to DMChris Packham
2018-06-05drivers/rtc: prepare mvrtc for DM conversionChris Packham
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06rtc: rx8025: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: rs5c372: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: mx27rtc: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: ds1374: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: ds1307: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: rewrite isl1208 to support DMKlaus Goger
2018-02-04rtc: adding RX8010SJ rtc driverNandor Han
2017-11-20rtc: add support for s35392aNandor Han
2017-10-23rtc: mc146818: Correct alarm message for day alarmBin Meng
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-09rtc: ds1337: drop "SYS" from config variablesChris Packham
2017-06-01dm: sandbox: i2c_rtc: Drop fdtdec.h headerSimon Glass
2017-05-22Drop three-wire serial (TWS) supportSimon Glass
2017-05-08rtc: Add DM support to ds1307Chris Packham
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada
2017-04-10dm: rtc: Add 16-bit read/write supportBin Meng
2017-01-14rtc: pcf2127: Update Kconfig and code styleMeng Yi
2016-12-02rtc: Add RTC chip pcf2127 supportMeng Yi
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada