summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
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-12rtc: 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...Tom 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-02rtc: 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-16rtc: 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-13rtc: add support for rv3028 rtcHeiko Schocher3-0/+215
2021-04-08rtc: add armada38x driverMarek Behún3-0/+192
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-0/+2
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass1-0/+13
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass1-19/+0
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham1-0/+2
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass1-1/+1
2021-01-31sandbox: keep time offset when resettingHeinrich Schuchardt1-1/+3
2021-01-28rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)3-0/+563
2021-01-13rtc: stm32: migrate trace to log macroPatrick Delaunay1-0/+3
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass3-15/+15
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-6/+6
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-2/+2
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+133
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-11/+30
2020-11-01rtc: m41t62: add oscillator fail bit reset supportSebastian Reichel1-0/+50
2020-11-01rtc: m41t62: reset SQW in m41t62_rtc_resetSebastian Reichel1-6/+83
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2-8/+21
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt1-6/+12