summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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 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...Tom 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
* | dm: Add a test for of-platdata parent informationSimon Glass2020-10-291-2/+2
* | sandbox: Fix up building for of-platdataSimon Glass2020-10-291-0/+2
|/
* rtc: provide an emulated RTCHeinrich Schuchardt2020-10-273-0/+92
* rtc: move pcf8563 to KconfigHeiko Schocher2020-10-221-0/+6
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+13
* rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes2020-07-091-1/+2
* rtc: sandbox-rtc: fix set methodRasmus Villemoes2020-07-091-41/+24
* rtc: pcf2127: provide ->write methodRasmus Villemoes2020-07-091-0/+7
* rtc: pcf2127: provide ->read methodRasmus Villemoes2020-07-091-3/+3
* rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes2020-07-091-6/+19
* rtc: add dm_rtc_write() helperRasmus Villemoes2020-07-091-0/+19
* rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes2020-07-091-0/+19
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-13/+13
* common: Drop log.h from common headerSimon Glass2020-05-1817-0/+17
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-6/+6
* rtc: pt7c4338: Add driver model supportBiwen Li2020-05-041-0/+100
* rtc: ds1337: Add driver model supportBiwen Li2020-05-041-0/+128
* rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes2020-05-011-2/+2
* rtc: ds1374: typo WatchdogHeinrich Schuchardt2020-04-241-1/+1
* rtc: m41t62: add compatible for m41st87Marek Vasut2020-03-011-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+4