aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt
2021-01-27rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)
2021-01-13rtc: stm32: migrate trace to log macroPatrick Delaunay
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-11-01rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel
2020-11-01rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass
2020-10-29sandbox: Fix up building for of-platdataSimon Glass
2020-10-27rtc: provide an emulated RTCHeinrich Schuchardt
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-17acpi: Support generation of I2C descriptorSimon Glass
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes
2020-07-09rtc: pcf2127: provide ->write methodRasmus Villemoes
2020-07-09rtc: pcf2127: provide ->read methodRasmus Villemoes
2020-07-09rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes
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