aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2024-07-22drivers: rtc: Remove duplicate newlinesMarek Vasut
2024-07-14rtc: fix the description of the Goldfish RTC driverHeinrich Schuchardt
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07rtc: Remove <common.h> and add needed includesTom Rini
2024-05-06global: Audit usage of <eeprom.h>Tom Rini
2024-04-10rtc: goldfish_rtc_probe should be staticHeinrich Schuchardt
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-17rtc: driver for Goldfish RTCHeinrich Schuchardt
2023-07-25drivers: rtc: max313xx: provide read8/write8Chris Packham
2023-03-30drivers: rtc: add max313xx series rtc driverChris Packham
2023-03-30rtc: m41t62: implements read8/write8 operationsThomas Perrot
2023-03-02sandbox: Tidy up RTC optionsSimon Glass
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