summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass
2020-05-04rtc: pt7c4338: Add driver model supportBiwen Li
2020-05-04rtc: ds1337: Add driver model supportBiwen Li
2020-05-01rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes
2020-04-24rtc: ds1374: typo WatchdogHeinrich Schuchardt
2020-03-01rtc: m41t62: add compatible for m41st87Marek Vasut
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li
2020-01-27rtc: s35392a: encode command correctlyIan Ray
2020-01-10rtc: add support for DS3232 deviceHan Nandor
2019-12-27rtc: rx8010js: add compatible stringRobert Beckett
2019-12-27rtc: s35392a: add compatible stringsRobert Beckett
2019-12-27rtc: rx8010sj: fix DM initializationRobert Beckett
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-09-19rtc: ds3231/ds3232: fix coding styleBiwen Li
2019-08-27rtc: stm32: manage 2 digit limitation on yearPatrick Delaunay
2019-08-22rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-29rtc, rx8025: add DM supportHeiko Schocher
2019-07-29rtc, rx8025: fix Coding StyleHeiko Schocher
2019-07-29rtc: move RTC_RX8025 to KconfigHeiko Schocher
2019-07-22rtc: Add rtc driver for stm32mp1Patrick Delaunay
2019-07-18rtc: Add DM support to ds3231Chuanhua Han
2019-07-13rtc: add Microcrystal RV-8803 driverMichael Walle
2019-07-13rtc: ds1307: add support for m41t11Heiko Schocher
2019-07-09rtc: pcf2127: Fixed bug with rtc settings and getting error timeChuanhua Han
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