summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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...Tom 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
* dm: rtc: uclass: Add flag to control sequence numberingMichal Simek2021-08-061-0/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang2021-07-151-2/+2
* lib: move rtc-lib.c to libHeinrich Schuchardt2021-07-142-78/+0
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* rtc: davinci: fix date loaded on resetDario Binacchi2021-06-091-0/+10
* rtc: davinci: add driver model supportDario Binacchi2021-06-091-61/+367
* rtc: davinci: use unlock/lock mechanismDario Binacchi2021-06-091-0/+14
* rtc: davinci: check BUSY bit before set TC registersDario Binacchi2021-06-091-9/+36
* rtc: davinci: replace 32bit access with 8bit accessDario Binacchi2021-06-091-16/+16
* rtc: davinci: fix compiler errorsDario Binacchi2021-06-091-3/+8
* rtc: davinci: enable compilation for omap architecturesDario Binacchi2021-06-091-0/+7
* rtc: add support for rv3028 rtcHeiko Schocher2021-04-123-0/+215
* rtc: add armada38x driverMarek Behún2021-04-083-0/+192
* Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini2021-03-291-0/+2
|\
| * rtc: ds1307: Add ds1339 compatibleChris Packham2021-03-231-0/+2
* | sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2021-03-261-0/+13
* | sandbox: i2c: Move platdata structs to header filesSimon Glass2021-03-261-19/+0
* | sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2021-03-221-1/+1
|/