summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2023-02-07rtc: Drop old and unused driversSimon Glass
2023-01-11rtc: abx8xx: Add support for reading RAMSean Anderson
2023-01-02rtc: add ht1380 driverSergei Antonov
2022-12-23global: Migrate CONFIG_FTRTC010_PCLK to CFGTom Rini
2022-12-23global: Migrate CONFIG_FTRTC010_EXTCLK to CFGTom Rini
2022-12-22malta: Rename CONFIG_MALTA to CONFIG_TARGET_MALTATom Rini
2022-12-05Convert CONFIG_RTC_DS1337 et al to KconfigTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05rtc: Remove unused driversTom Rini
2022-11-10rtc: Remove unused driversTom Rini
2022-11-10Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-06-08test: Load mac address using RTCSean Anderson
2022-05-05rtc: rv8803: fix off-by-one in month countingOliver Graute
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
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