1. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  2. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  3. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  4. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 3 months ago
  5. a3e3652 rtc: i2c_rtc_emul: catch any write to the "reset" register by Rasmus Villemoes · 4 years, 4 months ago
  6. 9fb6a41 rtc: sandbox-rtc: fix set method by Rasmus Villemoes · 4 years, 4 months ago
  7. 29f965a rtc: pcf2127: provide ->write method by Rasmus Villemoes · 4 years, 4 months ago
  8. a518dd6 rtc: pcf2127: provide ->read method by Rasmus Villemoes · 4 years, 4 months ago
  9. 5113f0b rtc: fall back to ->{read, write} if ->{read, write}8 are not provided by Rasmus Villemoes · 4 years, 4 months ago
  10. 0938182 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 4 months ago
  11. d8be088 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 4 months ago
  12. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago WIP/2020-05-18-reduce-size-of-common.h
  13. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  14. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 5 months ago
  15. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  16. 3c7dded Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 5 months ago
  17. 22e0a84 rtc: pt7c4338: Add driver model support by Biwen Li · 4 years, 6 months ago
  18. 3bebb4f rtc: ds1337: Add driver model support by Biwen Li · 4 years, 6 months ago
  19. b8a42e0 rtc: pcf2127: don't add/subtract 1 to tm_mon by Rasmus Villemoes · 4 years, 6 months ago
  20. 691132e rtc: ds1374: typo Watchdog by Heinrich Schuchardt · 4 years, 6 months ago
  21. b371acc rtc: m41t62: add compatible for m41st87 by Marek Vasut · 4 years, 8 months ago
  22. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  23. 42cd5cb rtc: pcf8563: Add driver model support by Biwen Li · 4 years, 10 months ago
  24. e1d26a7 rtc: s35392a: encode command correctly by Ian Ray · 4 years, 9 months ago
  25. 0b326fc rtc: add support for DS3232 device by Han Nandor · 5 years ago
  26. fff7b33 rtc: rx8010js: add compatible string by Robert Beckett · 5 years ago
  27. 0ba1216 rtc: s35392a: add compatible strings by Robert Beckett · 5 years ago
  28. a00b1f9 rtc: rx8010sj: fix DM initialization by Robert Beckett · 5 years ago
  29. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 5 years ago
  30. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago WIP/2019-12-02-master-imports
  31. d64e01f rtc: ds3231/ds3232: fix coding style by Biwen Li · 5 years ago
  32. fed5157 rtc: stm32: manage 2 digit limitation on year by Patrick Delaunay · 5 years ago
  33. db07c44 rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module by Chuanhua Han · 5 years ago
  34. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  35. 0c4e81e rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
  36. f91fb72 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
  37. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  38. 1f99eaf rtc: Add rtc driver for stm32mp1 by Patrick Delaunay · 5 years ago
  39. 55f2bc7 rtc: Add DM support to ds3231 by Chuanhua Han · 5 years ago
  40. fb9a1ff rtc: add Microcrystal RV-8803 driver by Michael Walle · 5 years ago
  41. 8dd6803 rtc: ds1307: add support for m41t11 by Heiko Schocher · 5 years ago
  42. ef6c26d rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
  43. 3c1889e rtc: export rtc_month_days() by Heinrich Schuchardt · 5 years ago
  44. 4e829e9 rtc: m41t62: add compatible for m41t82 by Simon Goldschmidt · 6 years ago
  45. c8c0242 rtc: m41t62: Convert the RTC driver to support the driver model (DM) by Lukasz Majewski · 6 years ago
  46. 7afc415 rtc: m41t62: Extract common RTC handling code to facilitate DM conversion by Lukasz Majewski · 6 years ago
  47. 4d3df95 rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning by Lukasz Majewski · 6 years ago
  48. d27db67 Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig by Lukasz Majewski · 6 years ago
  49. 9520613 drivers: rtc: correctly convert seconds to time structure by Heinrich Schuchardt · 6 years ago WIP-01Dec2018
  50. c1d6e0b Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  51. a73610d rtc: rv3029: update to support DM and sync with Linux 4.17 by Philipp Tomsich · 6 years ago
  52. a3716b5 rtc: rv3029: add to Kconfig by Philipp Tomsich · 6 years ago
  53. 68c81fb rtc: Allow child drivers by Simon Glass · 6 years ago
  54. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago WIP-10Oct2018
  55. 380d4f7 rtc: Allow use of RTC in SPL and TPL by Simon Glass · 6 years ago
  56. 1076107 Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
  57. 4a09472 rtc: Add read8 and write8 support to isl1208 driver by Trent Piepho · 6 years ago
  58. a370e42 rtc: pl031: convert the driver to driver model by AKASHI Takahiro · 6 years ago
  59. 406fd7e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  60. c5b53ba drivers: rtc: correctly set week day for mc146818 by Heinrich Schuchardt · 6 years ago
  61. 5d88902 rtc: remove CONFIG_CMD_DATE dependency by Heinrich Schuchardt · 6 years ago
  62. 8cffb50 rtc: compile date.c if DM_RTC by AKASHI Takahiro · 6 years ago
  63. af95a3e drivers: rtc: correct week day for mc146818 by Heinrich Schuchardt · 6 years ago
  64. 992c1db drivers: rtc: resolve year 2038 problem in rtc_to_tm by Heinrich Schuchardt · 6 years ago WIP-19Jul2018
  65. b19886b ARM: qemu-arm: enable RTC by Heinrich Schuchardt · 6 years ago
  66. d3671df drivers/rtc: convert mvrtc to DM by Chris Packham · 6 years ago
  67. 942bb6e drivers/rtc: prepare mvrtc for DM conversion by Chris Packham · 6 years ago
  68. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  69. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  70. 402c8fd rtc: rx8025: remove redundant code in rtc_reset by Chris Packham · 7 years ago
  71. 05d63d8 rtc: rs5c372: remove redundant code in rtc_reset by Chris Packham · 7 years ago
  72. fbd8179 rtc: mx27rtc: remove redundant code in rtc_reset by Chris Packham · 7 years ago
  73. a6bf689 rtc: ds1374: remove redundant code in rtc_reset by Chris Packham · 7 years ago
  74. c1a2afa rtc: ds1307: remove redundant code in rtc_reset by Chris Packham · 7 years ago
  75. 5228031 rtc: rewrite isl1208 to support DM by Klaus Goger · 7 years ago
  76. 958a210 rtc: adding RX8010SJ rtc driver by Nandor Han · 7 years ago
  77. da5337a rtc: add support for s35392a by Nandor Han · 7 years ago
  78. 6087be2 rtc: mc146818: Correct alarm message for day alarm by Bin Meng · 7 years ago
  79. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  80. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  81. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  82. 2bd3cab rtc: ds1337: drop "SYS" from config variables by Chris Packham · 7 years ago
  83. 2ceb648 dm: sandbox: i2c_rtc: Drop fdtdec.h header by Simon Glass · 7 years ago
  84. ab3c4fb Drop three-wire serial (TWS) support by Simon Glass · 7 years ago
  85. d425d60 rtc: Add DM support to ds1307 by Chris Packham · 7 years ago
  86. 90d6500 drivers: remove Blackfin specific drivers by Masahiro Yamada · 8 years ago
  87. d24c7fb dm: rtc: Add 16-bit read/write support by Bin Meng · 8 years ago
  88. 45a0194 rtc: pcf2127: Update Kconfig and code style by Meng Yi · 8 years ago
  89. 8f3a842 rtc: Add RTC chip pcf2127 support by Meng Yi · 8 years ago
  90. 3f14f81 rtc: Use CONFIG_X86 instead of __I386__ by Simon Glass · 8 years ago
  91. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  92. a4ca379 drivers: squash lines for immediate return by Masahiro Yamada · 8 years ago
  93. 36b898b rtc: Tidy up the code style by Simon Glass · 8 years ago
  94. c79e1c1 rtc: Add MCP79411 support to DS1307 rtc driver by Andy Fleming · 9 years ago
  95. 9a4eb59 dm: rtc: Correct rtc_read32() return value by Simon Glass · 9 years ago
  96. b26eb88 rtc: mc146818: Use probe() to set up the device by Simon Glass · 9 years ago
  97. 1bcb5c3 rtc: mc146818: Add a comment to the #endif by Simon Glass · 9 years ago
  98. c340941 rtc:ds3232/ds3231: Add support to generate 32KHz output by Priyanka Jain · 9 years ago
  99. 0b11dbf drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  100. ed2ac0d dm: rtc: Support mc146818 driver in driver model by Bin Meng · 9 years ago