summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini
2022-03-04drivers: rtc: fix null pointer access in armada38x_rtc_resetFrancois Berder
2022-02-17rtc: ds1307: Add bindings for microchip, mcp7940xPali Rohár
2022-02-01rtc: pcf2127: remove U-Boot specific compatible stringVladimir Oltean
2022-02-01rtc: pcf2127: sync with Linux compatible stringsVladimir Oltean
2021-11-11rtc: ds1337: fix compatible string typoClemens Gruber
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-10-12rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson
2021-10-07rtc: rv8803: add epson,rx8803 and epson,rx8900 compatibleHeiko Thiery
2021-10-03rtc: rx8025: revise single register write to use offsetMathew McBride
2021-10-03rtc: rx8025: set date in a single i2c transactionMathew McBride
2021-10-03rtc: rx8025: add support for EPSON RX8035.Mathew McBride
2021-10-03rtc: rx8025: drop non-DM supportMathew McBride
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