summaryrefslogtreecommitdiff
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sandbox: keep time offset when resettingHeinrich Schuchardt2021-01-301-1/+3
* rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)2021-01-273-0/+563
* rtc: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-0/+3
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-5/+5
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-133-15/+15
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-135-6/+6
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-11-061-2/+2
|\
| * x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-051-2/+2
* | Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-11-051-6/+133
|\ \ | |/ |/|
| * rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel2020-11-011-0/+50
| * rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel2020-11-011-6/+83
* | Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini2020-11-012-11/+30
|\ \ | |/ |/|
| * rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2020-10-302-8/+21
| * rtc: use probe() to initialize emulated RTCHeinrich Schuchardt2020-10-301-6/+12