summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-2/+2
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+133
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-11/+30
2020-11-01rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel1-0/+50
2020-11-01rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel1-6/+83
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2-8/+21
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt1-6/+12
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-2/+2
2020-10-29sandbox: Fix up building for of-platdataSimon Glass1-0/+2
2020-10-27rtc: provide an emulated RTCHeinrich Schuchardt3-0/+92
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher1-0/+6
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+13
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes1-1/+2
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-41/+24
2020-07-09rtc: pcf2127: provide ->write methodRasmus Villemoes1-0/+7
2020-07-09rtc: pcf2127: provide ->read methodRasmus Villemoes1-3/+3
2020-07-09rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes1-6/+19
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes1-0/+19
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes1-0/+19
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass8-0/+8
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-13/+13
2020-05-19common: Drop log.h from common headerSimon Glass17-0/+17
2020-05-19Fix some checkpatch warnings in calls to debug()Simon Glass1-6/+6
2020-05-04rtc: pt7c4338: Add driver model supportBiwen Li1-0/+100
2020-05-04rtc: ds1337: Add driver model supportBiwen Li1-0/+128
2020-05-01rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes1-2/+2
2020-04-24rtc: ds1374: typo WatchdogHeinrich Schuchardt1-1/+1
2020-03-02rtc: m41t62: add compatible for m41st87Marek Vasut1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+4
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li1-0/+107
2020-01-28rtc: s35392a: encode command correctlyIan Ray1-11/+18
2020-01-10rtc: add support for DS3232 deviceHan Nandor3-0/+283
2019-12-27rtc: rx8010js: add compatible stringRobert Beckett1-0/+1
2019-12-27rtc: s35392a: add compatible stringsRobert Beckett1-0/+2
2019-12-27rtc: rx8010sj: fix DM initializationRobert Beckett1-1/+1
2019-12-07rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro3-101/+1
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-09-19rtc: ds3231/ds3232: fix coding styleBiwen Li1-1/+2
2019-08-27rtc: stm32: manage 2 digit limitation on yearPatrick Delaunay1-2/+7
2019-08-22rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han2-0/+23
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-29rtc, rx8025: add DM supportHeiko Schocher1-19/+135
2019-07-29rtc, rx8025: fix Coding StyleHeiko Schocher1-29/+29
2019-07-29rtc: move RTC_RX8025 to KconfigHeiko Schocher1-0/+5
2019-07-22rtc: Add rtc driver for stm32mp1Patrick Delaunay3-0/+330