aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: zynqmp: allow on Versal architecturesVincent Fazio2025-01-141-1/+1
* rtc: CONFIGS_RTC_PL031 must depend on CONFIGS_DM_RTCHeinrich Schuchardt2024-12-061-0/+1
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-111-3/+3
|\
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-3/+3
* | rtc: rv3028: add support to manage VDD regulatorWIP/02Oct2024-nextArturo Buzarra2024-10-021-0/+32
|/
* drivers: rtc: Remove duplicate newlinesMarek Vasut2024-07-225-19/+0
* rtc: fix the description of the Goldfish RTC driverHeinrich Schuchardt2024-07-141-1/+3
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2030-31/+9
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1930-9/+31
* rtc: Remove <common.h> and add needed includesTom Rini2024-05-0730-30/+9
* global: Audit usage of <eeprom.h>Tom Rini2024-05-061-1/+0
* rtc: goldfish_rtc_probe should be staticHeinrich Schuchardt2024-04-101-1/+1
* treewide: Remove clk_freeSean Anderson2024-01-291-12/+4
* rtc: driver for Goldfish RTCHeinrich Schuchardt2024-01-173-0/+113
* drivers: rtc: max313xx: provide read8/write8Chris Packham2023-07-251-0/+12
* drivers: rtc: add max313xx series rtc driverChris Packham2023-03-303-0/+473
* rtc: m41t62: implements read8/write8 operationsThomas Perrot2023-03-301-0/+12
* sandbox: Tidy up RTC optionsSimon Glass2023-03-022-2/+20
* rtc: Drop old and unused driversSimon Glass2023-02-0712-2114/+0
* rtc: abx8xx: Add support for reading RAMSean Anderson2023-01-111-17/+51
* rtc: add ht1380 driverSergei Antonov2023-01-023-0/+339
* global: Migrate CONFIG_FTRTC010_PCLK to CFGTom Rini2022-12-231-1/+1
* global: Migrate CONFIG_FTRTC010_EXTCLK to CFGTom Rini2022-12-231-1/+1
* malta: Rename CONFIG_MALTA to CONFIG_TARGET_MALTATom Rini2022-12-221-1/+1
* Convert CONFIG_RTC_DS1337 et al to KconfigTom Rini2022-12-051-1/+41
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-0511-43/+43
* rtc: Remove unused driversTom Rini2022-12-054-525/+0
* rtc: Remove unused driversTom Rini2022-11-105-669/+0
* Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini2022-11-101-1/+1
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-211-1/+1
* test: Load mac address using RTCSean Anderson2022-06-081-0/+10
* rtc: rv8803: fix off-by-one in month countingOliver Graute2022-05-051-2/+2
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+9
* Convert CONFIG_MCFRTC et al to KconfigTom Rini2022-04-012-4/+8
* drivers: rtc: fix null pointer access in armada38x_rtc_resetFrancois Berder2022-03-041-1/+1
* rtc: ds1307: Add bindings for microchip, mcp7940xPali Rohár2022-02-171-0/+1
* rtc: pcf2127: remove U-Boot specific compatible stringVladimir Oltean2022-02-011-1/+0
* rtc: pcf2127: sync with Linux compatible stringsVladimir Oltean2022-02-011-0/+3
* rtc: ds1337: fix compatible string typoClemens Gruber2021-11-111-1/+1
* Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...WIP/20Oct2021Tom Rini2021-10-201-0/+2
|\
| * rtc: rv8803: add epson,rx8803 and epson,rx8900 compatibleHeiko Thiery2021-10-071-0/+2
* | rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson2021-10-121-52/+20
|/
* rtc: rx8025: revise single register write to use offsetMathew McBride2021-10-031-4/+7
* rtc: rx8025: set date in a single i2c transactionMathew McBride2021-10-031-21/+23
* rtc: rx8025: add support for EPSON RX8035.Mathew McBride2021-10-031-5/+28
* rtc: rx8025: drop non-DM supportMathew McBride2021-10-032-75/+6
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-251-1/+1
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-1/+1
* rtc: ds1307: Fix incorrect clock reset for DS13xxCallum Sinclair2021-09-011-13/+56
* rtc: zynqmp: Add support for ZynqMP RTCMichal Simek2021-08-063-0/+166