summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-01rtc: ds1307: Fix incorrect clock reset for DS13xxCallum Sinclair
2021-08-06rtc: zynqmp: Add support for ZynqMP RTCMichal Simek
2021-08-06dm: rtc: uclass: Add flag to control sequence numberingMichal Simek
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-15rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi
2021-06-09rtc: davinci: add driver model supportDario Binacchi
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi
2021-06-09rtc: davinci: enable compilation for omap architecturesDario Binacchi
2021-04-12rtc: add support for rv3028 rtcHeiko Schocher
2021-04-08rtc: add armada38x driverMarek Behún
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass
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