aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2023-07-25drivers: rtc: max313xx: provide read8/write8Chris Packham1-0/+12
2023-03-30drivers: rtc: add max313xx series rtc driverChris Packham3-0/+473
2023-03-30rtc: m41t62: implements read8/write8 operationsThomas Perrot1-0/+12
2023-03-02sandbox: Tidy up RTC optionsSimon Glass2-2/+20
2023-02-07rtc: Drop old and unused driversSimon Glass12-2114/+0
2023-01-11rtc: abx8xx: Add support for reading RAMSean Anderson1-17/+51
2023-01-02rtc: add ht1380 driverSergei Antonov3-0/+339
2022-12-23global: Migrate CONFIG_FTRTC010_PCLK to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_FTRTC010_EXTCLK to CFGTom Rini1-1/+1
2022-12-22malta: Rename CONFIG_MALTA to CONFIG_TARGET_MALTATom Rini1-1/+1
2022-12-05Convert CONFIG_RTC_DS1337 et al to KconfigTom Rini1-1/+41
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini11-43/+43
2022-12-05rtc: Remove unused driversTom Rini4-525/+0
2022-11-10rtc: Remove unused driversTom Rini5-669/+0
2022-11-10Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini1-1/+1
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún1-1/+1
2022-06-08test: Load mac address using RTCSean Anderson1-0/+10
2022-05-05rtc: rv8803: fix off-by-one in month countingOliver Graute1-2/+2
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+9
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini2-4/+8
2022-03-04drivers: rtc: fix null pointer access in armada38x_rtc_resetFrancois Berder1-1/+1
2022-02-17rtc: ds1307: Add bindings for microchip, mcp7940xPali Rohár1-0/+1
2022-02-01rtc: pcf2127: remove U-Boot specific compatible stringVladimir Oltean1-1/+0
2022-02-01rtc: pcf2127: sync with Linux compatible stringsVladimir Oltean1-0/+3
2021-11-11rtc: ds1337: fix compatible string typoClemens Gruber1-1/+1
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...WIP/20Oct2021Tom Rini1-0/+2
2021-10-12rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson1-52/+20
2021-10-07rtc: rv8803: add epson,rx8803 and epson,rx8900 compatibleHeiko Thiery1-0/+2
2021-10-03rtc: rx8025: revise single register write to use offsetMathew McBride1-4/+7
2021-10-03rtc: rx8025: set date in a single i2c transactionMathew McBride1-21/+23
2021-10-03rtc: rx8025: add support for EPSON RX8035.Mathew McBride1-5/+28
2021-10-03rtc: rx8025: drop non-DM supportMathew McBride2-75/+6
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-17Remove including timestamp.h in version.hPali Rohár1-1/+1
2021-09-01rtc: ds1307: Fix incorrect clock reset for DS13xxCallum Sinclair1-13/+56
2021-08-06rtc: zynqmp: Add support for ZynqMP RTCMichal Simek3-0/+166
2021-08-06dm: rtc: uclass: Add flag to control sequence numberingMichal Simek1-0/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-07-15rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang1-2/+2
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt2-78/+0
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi1-0/+10
2021-06-09rtc: davinci: add driver model supportDario Binacchi1-61/+367
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi1-0/+14
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi1-9/+36
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi1-16/+16
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi1-3/+8
2021-06-09rtc: davinci: enable compilation for omap architecturesDario Binacchi1-0/+7
2021-04-12rtc: add support for rv3028 rtcHeiko Schocher3-0/+215
2021-04-08rtc: add armada38x driverMarek Behún3-0/+192