summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+13
* rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes2020-07-091-1/+2
* rtc: sandbox-rtc: fix set methodRasmus Villemoes2020-07-091-41/+24
* rtc: pcf2127: provide ->write methodRasmus Villemoes2020-07-091-0/+7
* rtc: pcf2127: provide ->read methodRasmus Villemoes2020-07-091-3/+3
* rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes2020-07-091-6/+19
* rtc: add dm_rtc_write() helperRasmus Villemoes2020-07-091-0/+19
* rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes2020-07-091-0/+19
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-13/+13
* common: Drop log.h from common headerSimon Glass2020-05-1817-0/+17
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-6/+6
* rtc: pt7c4338: Add driver model supportBiwen Li2020-05-041-0/+100
* rtc: ds1337: Add driver model supportBiwen Li2020-05-041-0/+128
* rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes2020-05-011-2/+2
* rtc: ds1374: typo WatchdogHeinrich Schuchardt2020-04-241-1/+1
* rtc: m41t62: add compatible for m41st87Marek Vasut2020-03-011-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+4
* rtc: pcf8563: Add driver model supportBiwen Li2020-02-041-0/+107
* rtc: s35392a: encode command correctlyIan Ray2020-01-271-11/+18
* rtc: add support for DS3232 deviceHan Nandor2020-01-103-0/+283
* rtc: rx8010js: add compatible stringRobert Beckett2019-12-271-0/+1
* rtc: s35392a: add compatible stringsRobert Beckett2019-12-271-0/+2
* rtc: rx8010sj: fix DM initializationRobert Beckett2019-12-271-1/+1
* rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro2019-12-063-101/+1
* 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
|\