summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: m41t62: Convert the RTC driver to support the driver model (DM)Lukasz Majewski2018-12-031-0/+77
* rtc: m41t62: Extract common RTC handling code to facilitate DM conversionLukasz Majewski2018-12-031-12/+20
* rtc: m41t62: Break i2c_write() arguments to fix checkpatch warningLukasz Majewski2018-12-031-1/+2
* Kconfig: Migrate CONFIG_RTC_M41T62 define to KconfigLukasz Majewski2018-12-031-0/+6
* drivers: rtc: correctly convert seconds to time structureHeinrich Schuchardt2018-12-011-1/+5
* Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-012-137/+453
|\
| * rtc: rv3029: update to support DM and sync with Linux 4.17Philipp Tomsich2018-11-301-137/+443
| * rtc: rv3029: add to KconfigPhilipp Tomsich2018-11-301-0/+10
* | rtc: Allow child driversSimon Glass2018-11-291-0/+1
|/
* Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2018-10-102-1/+27
|\
| * rtc: Allow use of RTC in SPL and TPLSimon Glass2018-10-092-1/+19
| * Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass2018-10-091-0/+8
* | rtc: Add read8 and write8 support to isl1208 driverTrent Piepho2018-10-081-0/+20
|/
* rtc: pl031: convert the driver to driver modelAKASHI Takahiro2018-09-231-46/+80
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-3024-89/+0
|\
| * rtc: remove CONFIG_CMD_DATE dependencyHeinrich Schuchardt2018-07-2524-89/+0
* | drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt2018-07-281-1/+2
* | rtc: compile date.c if DM_RTCAKASHI Takahiro2018-07-241-1/+2
|/
* drivers: rtc: correct week day for mc146818Heinrich Schuchardt2018-07-201-2/+6
* drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt2018-07-194-44/+77
* ARM: qemu-arm: enable RTCHeinrich Schuchardt2018-07-191-0/+7
* drivers/rtc: convert mvrtc to DMChris Packham2018-06-053-0/+68
* drivers/rtc: prepare mvrtc for DM conversionChris Packham2018-06-051-18/+39
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0739-79/+39
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* rtc: rx8025: remove redundant code in rtc_resetChris Packham2018-04-061-17/+1
* rtc: rs5c372: remove redundant code in rtc_resetChris Packham2018-04-061-23/+1
* rtc: mx27rtc: remove redundant code in rtc_resetChris Packham2018-04-061-5/+1
* rtc: ds1374: remove redundant code in rtc_resetChris Packham2018-04-061-15/+0
* rtc: ds1307: remove redundant code in rtc_resetChris Packham2018-04-061-33/+0
* rtc: rewrite isl1208 to support DMKlaus Goger2018-04-062-55/+98
* rtc: adding RX8010SJ rtc driverNandor Han2018-02-043-0/+385
* rtc: add support for s35392aNandor Han2017-11-203-0/+372
* rtc: mc146818: Correct alarm message for day alarmBin Meng2017-10-231-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-129/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-122-61/+0
* rtc: ds1337: drop "SYS" from config variablesChris Packham2017-06-091-8/+8
* dm: sandbox: i2c_rtc: Drop fdtdec.h headerSimon Glass2017-06-011-1/+0
* Drop three-wire serial (TWS) supportSimon Glass2017-05-222-102/+0
* rtc: Add DM support to ds1307Chris Packham2017-05-082-20/+196
* drivers: remove Blackfin specific driversMasahiro Yamada2017-04-182-122/+0
* dm: rtc: Add 16-bit read/write supportBin Meng2017-04-101-0/+30
* rtc: pcf2127: Update Kconfig and code styleMeng Yi2017-01-142-21/+27
* rtc: Add RTC chip pcf2127 supportMeng Yi2016-12-023-0/+114
* rtc: Use CONFIG_X86 instead of __I386__Simon Glass2016-10-111-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* drivers: squash lines for immediate returnMasahiro Yamada2016-09-231-3/+1
* rtc: Tidy up the code styleSimon Glass2016-07-141-39/+32
* rtc: Add MCP79411 support to DS1307 rtc driverAndy Fleming2015-11-042-1/+35