index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sandbox: keep time offset when resetting
Heinrich Schuchardt
2021-01-30
1
-1
/
+3
*
rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc
Ying-Chun Liu (PaulLiu)
2021-01-27
3
-0
/
+563
*
rtc: stm32: migrate trace to log macro
Patrick Delaunay
2021-01-13
1
-0
/
+3
*
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-5
/
+5
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
2
-4
/
+4
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
3
-15
/
+15
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
3
-3
/
+3
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
5
-6
/
+6
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-11-06
1
-2
/
+2
|
\
|
*
x86: Fix up driver names to avoid dtoc warnings
Simon Glass
2020-11-05
1
-2
/
+2
*
|
Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-11-05
1
-6
/
+133
|
\
\
|
|
/
|
/
|
|
*
rtc: m41t62: add oscillator fail bit reset support
Sebastian Reichel
2020-11-01
1
-0
/
+50
|
*
rtc: m41t62: reset SQW in m41t62_rtc_reset
Sebastian Reichel
2020-11-01
1
-6
/
+83
*
|
Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-11-01
2
-11
/
+30
|
\
\
|
|
/
|
/
|
|
*
rtc: initialize emulated RTC from environment variable
Heinrich Schuchardt
2020-10-30
2
-8
/
+21
|
*
rtc: use probe() to initialize emulated RTC
Heinrich Schuchardt
2020-10-30
1
-6
/
+12
*
|
dm: Add a test for of-platdata parent information
Simon Glass
2020-10-29
1
-2
/
+2
*
|
sandbox: Fix up building for of-platdata
Simon Glass
2020-10-29
1
-0
/
+2
|
/
*
rtc: provide an emulated RTC
Heinrich Schuchardt
2020-10-27
3
-0
/
+92
*
rtc: move pcf8563 to Kconfig
Heiko Schocher
2020-10-22
1
-0
/
+6
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
1
-1
/
+1
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-1
/
+1
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
1
-1
/
+1
*
acpi: Support generation of I2C descriptor
Simon Glass
2020-07-17
1
-0
/
+13
*
rtc: i2c_rtc_emul: catch any write to the "reset" register
Rasmus Villemoes
2020-07-09
1
-1
/
+2
*
rtc: sandbox-rtc: fix set method
Rasmus Villemoes
2020-07-09
1
-41
/
+24
*
rtc: pcf2127: provide ->write method
Rasmus Villemoes
2020-07-09
1
-0
/
+7
*
rtc: pcf2127: provide ->read method
Rasmus Villemoes
2020-07-09
1
-3
/
+3
*
rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
Rasmus Villemoes
2020-07-09
1
-6
/
+19
*
rtc: add dm_rtc_write() helper
Rasmus Villemoes
2020-07-09
1
-0
/
+19
*
rtc: add dm_rtc_read helper and ->read method
Rasmus Villemoes
2020-07-09
1
-0
/
+19
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
5
-0
/
+5
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
8
-0
/
+8
*
Fix some checkpatch warnings in calls to udelay()
Simon Glass
2020-05-18
1
-13
/
+13
*
common: Drop log.h from common header
Simon Glass
2020-05-18
17
-0
/
+17
*
Fix some checkpatch warnings in calls to debug()
Simon Glass
2020-05-18
1
-6
/
+6
*
rtc: pt7c4338: Add driver model support
Biwen Li
2020-05-04
1
-0
/
+100
*
rtc: ds1337: Add driver model support
Biwen Li
2020-05-04
1
-0
/
+128
*
rtc: pcf2127: don't add/subtract 1 to tm_mon
Rasmus Villemoes
2020-05-01
1
-2
/
+2
*
rtc: ds1374: typo Watchdog
Heinrich Schuchardt
2020-04-24
1
-1
/
+1
*
rtc: m41t62: add compatible for m41st87
Marek Vasut
2020-03-01
1
-0
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
3
-0
/
+4
*
rtc: pcf8563: Add driver model support
Biwen Li
2020-02-04
1
-0
/
+107
*
rtc: s35392a: encode command correctly
Ian Ray
2020-01-27
1
-11
/
+18
*
rtc: add support for DS3232 device
Han Nandor
2020-01-10
3
-0
/
+283
*
rtc: rx8010js: add compatible string
Robert Beckett
2019-12-27
1
-0
/
+1
*
rtc: s35392a: add compatible strings
Robert Beckett
2019-12-27
1
-0
/
+2
*
rtc: rx8010sj: fix DM initialization
Robert Beckett
2019-12-27
1
-1
/
+1
*
rtc: move date.c from drivers/rtc/ to lib/
AKASHI Takahiro
2019-12-06
3
-101
/
+1
[next]