summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* rtc: ds3231/ds3232: fix coding styleBiwen Li2019-09-191-1/+2
* rtc: stm32: manage 2 digit limitation on yearPatrick Delaunay2019-08-271-2/+7
* rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han2019-08-222-0/+23
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* rtc, rx8025: add DM supportHeiko Schocher2019-07-291-19/+135
* rtc, rx8025: fix Coding StyleHeiko Schocher2019-07-291-29/+29
* rtc: move RTC_RX8025 to KconfigHeiko Schocher2019-07-291-0/+5
* rtc: Add rtc driver for stm32mp1Patrick Delaunay2019-07-223-0/+330
* rtc: Add DM support to ds3231Chuanhua Han2019-07-181-0/+107
* rtc: add Microcrystal RV-8803 driverMichael Walle2019-07-133-0/+178
* rtc: ds1307: add support for m41t11Heiko Schocher2019-07-131-0/+14
* rtc: pcf2127: Fixed bug with rtc settings and getting error timeChuanhua Han2019-07-091-9/+24
* rtc: export rtc_month_days()Heinrich Schuchardt2019-05-311-1/+1
* rtc: m41t62: add compatible for m41t82Simon Goldschmidt2019-04-251-0/+11
* 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