1. 6f84e80 rtc: ds1337: fix compatible string typo by Clemens Gruber · 2 years, 11 months ago
  2. 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years ago
  3. 07c6524 rtc: ds1307: Handle oscillator-stop bit correctly by Mark Tomlinson · 3 years ago
  4. e1918ce rtc: rv8803: add epson,rx8803 and epson,rx8900 compatible by Heiko Thiery · 3 years ago
  5. 701c04f rtc: rx8025: revise single register write to use offset by Mathew McBride · 3 years ago
  6. 771fc0c rtc: rx8025: set date in a single i2c transaction by Mathew McBride · 3 years ago
  7. 9ca4ae2 rtc: rx8025: add support for EPSON RX8035. by Mathew McBride · 3 years ago
  8. 152ef91 rtc: rx8025: drop non-DM support by Mathew McBride · 3 years ago
  9. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  10. 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 2 months ago
  11. 223c449 rtc: ds1307: Fix incorrect clock reset for DS13xx by Callum Sinclair · 3 years, 1 month ago
  12. 1f065e8 rtc: zynqmp: Add support for ZynqMP RTC by Michal Simek · 3 years, 2 months ago
  13. 23a3287 dm: rtc: uclass: Add flag to control sequence numbering by Michal Simek · 3 years, 2 months ago
  14. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  15. 92cf458 rtc: m41t62: fix wrong register use for set/reset ST bit by Max Yang · 3 years, 5 months ago
  16. e94ef57 lib: move rtc-lib.c to lib by Heinrich Schuchardt · 3 years, 3 months ago
  17. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  18. 08ea87a rtc: davinci: fix date loaded on reset by Dario Binacchi · 3 years, 4 months ago
  19. 9ec8b8b rtc: davinci: add driver model support by Dario Binacchi · 3 years, 4 months ago
  20. c7c7c8d rtc: davinci: use unlock/lock mechanism by Dario Binacchi · 3 years, 4 months ago
  21. 79250ef rtc: davinci: check BUSY bit before set TC registers by Dario Binacchi · 3 years, 4 months ago
  22. 82a456a rtc: davinci: replace 32bit access with 8bit access by Dario Binacchi · 3 years, 4 months ago
  23. 6acee20 rtc: davinci: fix compiler errors by Dario Binacchi · 3 years, 4 months ago
  24. 73c3d8e rtc: davinci: enable compilation for omap architectures by Dario Binacchi · 3 years, 4 months ago
  25. 05a0776 rtc: add support for rv3028 rtc by Heiko Schocher · 3 years, 7 months ago
  26. aefbc2c rtc: add armada38x driver by Marek Behún · 3 years, 7 months ago
  27. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago
  28. 728d04c sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 6 months ago
  29. e62ad9c sandbox: i2c: Move platdata structs to header files by Simon Glass · 3 years, 6 months ago
  30. f65774e rtc: ds1307: Add ds1339 compatible by Chris Packham · 3 years, 7 months ago
  31. c4085d7 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · 3 years, 8 months ago
  32. 43db075 sandbox: keep time offset when resetting by Heinrich Schuchardt · 3 years, 9 months ago
  33. 8d612cc rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc by Ying-Chun Liu (PaulLiu) · 3 years, 8 months ago
  34. 33d797a rtc: stm32: migrate trace to log macro by Patrick Delaunay · 3 years, 11 months ago
  35. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  36. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  37. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  38. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  39. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  40. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  41. d062c13 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 11 months ago
  42. 7716c32 Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 11 months ago
  43. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years ago
  44. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 11 months ago
  45. 9bbe210 rtc: m41t62: add oscillator fail bit reset support by Sebastian Reichel · 4 years, 1 month ago
  46. 8691198 rtc: m41t62: reset SQW in m41t62_rtc_reset by Sebastian Reichel · 4 years, 1 month ago
  47. fb71c3f rtc: initialize emulated RTC from environment variable by Heinrich Schuchardt · 3 years, 11 months ago
  48. 0ca4b55 rtc: use probe() to initialize emulated RTC by Heinrich Schuchardt · 3 years, 11 months ago
  49. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years ago
  50. 67507e4 sandbox: Fix up building for of-platdata by Simon Glass · 4 years ago
  51. 87e9963 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years ago
  52. dddfde5 rtc: move pcf8563 to Kconfig by Heiko Schocher · 4 years ago
  53. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  54. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  55. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  56. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 3 months ago
  57. a3e3652 rtc: i2c_rtc_emul: catch any write to the "reset" register by Rasmus Villemoes · 4 years, 3 months ago
  58. 9fb6a41 rtc: sandbox-rtc: fix set method by Rasmus Villemoes · 4 years, 3 months ago
  59. 29f965a rtc: pcf2127: provide ->write method by Rasmus Villemoes · 4 years, 3 months ago
  60. a518dd6 rtc: pcf2127: provide ->read method by Rasmus Villemoes · 4 years, 3 months ago
  61. 5113f0b rtc: fall back to ->{read, write} if ->{read, write}8 are not provided by Rasmus Villemoes · 4 years, 3 months ago
  62. 0938182 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 3 months ago
  63. d8be088 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 3 months ago
  64. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  65. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  66. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 4 months ago
  67. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  68. 3c7dded Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 4 months ago
  69. 22e0a84 rtc: pt7c4338: Add driver model support by Biwen Li · 4 years, 5 months ago
  70. 3bebb4f rtc: ds1337: Add driver model support by Biwen Li · 4 years, 5 months ago
  71. b8a42e0 rtc: pcf2127: don't add/subtract 1 to tm_mon by Rasmus Villemoes · 4 years, 5 months ago
  72. 691132e rtc: ds1374: typo Watchdog by Heinrich Schuchardt · 4 years, 5 months ago
  73. b371acc rtc: m41t62: add compatible for m41st87 by Marek Vasut · 4 years, 7 months ago
  74. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  75. 42cd5cb rtc: pcf8563: Add driver model support by Biwen Li · 4 years, 9 months ago
  76. e1d26a7 rtc: s35392a: encode command correctly by Ian Ray · 4 years, 8 months ago
  77. 0b326fc rtc: add support for DS3232 device by Han Nandor · 4 years, 11 months ago
  78. fff7b33 rtc: rx8010js: add compatible string by Robert Beckett · 5 years ago
  79. 0ba1216 rtc: s35392a: add compatible strings by Robert Beckett · 5 years ago
  80. a00b1f9 rtc: rx8010sj: fix DM initialization by Robert Beckett · 5 years ago
  81. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 4 years, 10 months ago
  82. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 10 months ago
  83. d64e01f rtc: ds3231/ds3232: fix coding style by Biwen Li · 5 years ago
  84. fed5157 rtc: stm32: manage 2 digit limitation on year by Patrick Delaunay · 5 years ago
  85. db07c44 rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module by Chuanhua Han · 5 years ago
  86. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  87. 0c4e81e rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
  88. f91fb72 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
  89. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  90. 1f99eaf rtc: Add rtc driver for stm32mp1 by Patrick Delaunay · 5 years ago
  91. 55f2bc7 rtc: Add DM support to ds3231 by Chuanhua Han · 5 years ago
  92. fb9a1ff rtc: add Microcrystal RV-8803 driver by Michael Walle · 5 years ago
  93. 8dd6803 rtc: ds1307: add support for m41t11 by Heiko Schocher · 5 years ago
  94. ef6c26d rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
  95. 3c1889e rtc: export rtc_month_days() by Heinrich Schuchardt · 5 years ago
  96. 4e829e9 rtc: m41t62: add compatible for m41t82 by Simon Goldschmidt · 5 years ago
  97. c8c0242 rtc: m41t62: Convert the RTC driver to support the driver model (DM) by Lukasz Majewski · 6 years ago
  98. 7afc415 rtc: m41t62: Extract common RTC handling code to facilitate DM conversion by Lukasz Majewski · 6 years ago
  99. 4d3df95 rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning by Lukasz Majewski · 6 years ago
  100. d27db67 Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig by Lukasz Majewski · 6 years ago