summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-2/+2
2020-10-29sandbox: Fix up building for of-platdataSimon Glass1-0/+2
2020-10-27rtc: provide an emulated RTCHeinrich Schuchardt3-0/+92
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher1-0/+6
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+13
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes1-1/+2
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-41/+24
2020-07-09rtc: pcf2127: provide ->write methodRasmus Villemoes1-0/+7
2020-07-09rtc: pcf2127: provide ->read methodRasmus Villemoes1-3/+3
2020-07-09rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes1-6/+19