1. f4a2f78 Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years ago
  2. 71ac134 rtc: pcf2127: only use watchdog when explicitly available by Uwe Kleine-König · 4 years ago
  3. f70cc33 rtc: fix RTC removal by Alexandre Belloni · 4 years, 1 month ago
  4. 69eca25 ntp: Make the RTC sync offset less obscure by Thomas Gleixner · 4 years, 1 month ago
  5. 33e62e8 ntp, rtc: Move rtc_set_ntp_time() to ntp code by Thomas Gleixner · 4 years, 1 month ago
  6. 354c796 rtc: core: Make the sync offset default more realistic by Thomas Gleixner · 4 years, 1 month ago
  7. b0ecd8e rtc: cmos: Make rtc_cmos sync offset correct by Thomas Gleixner · 4 years, 1 month ago
  8. dcf257e rtc: mc146818: Reduce spinlock section in mc146818_set_time() by Thomas Gleixner · 4 years, 1 month ago
  9. 05a0302 rtc: mc146818: Prevent reading garbage by Thomas Gleixner · 4 years, 1 month ago
  10. ce9af893 rtc: s3c: Remove dead code related to periodic tick handling by Marek Szyprowski · 4 years, 1 month ago
  11. 31b16d9 rtc: s3c: Disable all enable (RTC, tick) bits in the probe by Marek Szyprowski · 4 years, 1 month ago
  12. 00c3348 rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time by Nikita Shubin · 4 years, 1 month ago
  13. 1ae20eb rtc: test: remove debug message by Alexandre Belloni · 4 years, 1 month ago
  14. 0020868 rtc: mxc{,_v2}: enable COMPILE_TEST by Alexandre Belloni · 4 years, 1 month ago
  15. 9c79579 rtc: enable RTC framework on ARCH=um by Johannes Berg · 4 years, 1 month ago
  16. 673536cc rtc: pcf8523: use BIT by Alexandre Belloni · 4 years, 1 month ago
  17. 219cc0f rtc: pcf8523: set range by Alexandre Belloni · 4 years, 1 month ago
  18. 8861440 rtc: pcf8523: switch to devm_rtc_allocate_device by Alexandre Belloni · 4 years, 1 month ago
  19. 0d6d7a3 rtc: destroy mutex when releasing the device by Bartosz Golaszewski · 4 years, 2 months ago
  20. 1bfc485 rtc: shrink devm_rtc_allocate_device() by Bartosz Golaszewski · 4 years, 2 months ago
  21. fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 2 months ago
  22. 6746bc0 rtc: nvmem: emit an error message when nvmem registration fails by Bartosz Golaszewski · 4 years, 2 months ago
  23. 3a905c2d rtc: add devm_ prefix to rtc_nvmem_register() by Bartosz Golaszewski · 4 years, 2 months ago
  24. 25ece30 rtc: nvmem: remove nvram ABI by Alexandre Belloni · 4 years, 2 months ago
  25. 7c45c97 rtc: omap: use devm_pinctrl_register() by Bartosz Golaszewski · 4 years, 2 months ago
  26. 7d9d486 rtc: sc27xx: Always read normal alarm by Alexandre Belloni · 4 years, 1 month ago
  27. ba7aa63 rtc: mxc: use of_device_get_match_data by Alexandre Belloni · 4 years, 1 month ago
  28. 42882a8 rtc: mxc: Convert the driver to DT-only by Fabio Estevam · 4 years, 1 month ago
  29. afa819c rtc: rx6110: add i2c support by Claudius Heine · 4 years, 1 month ago
  30. 7e6066ca rtc: Kconfig: Fix typo in help message of rx 6110 by Claudius Heine · 4 years, 1 month ago
  31. 698fffc rtc: ds1307: Drop of_match_ptr and CONFIG_OF protections by Andy Shevchenko · 4 years, 1 month ago
  32. 227ec12 rtc: ds1307: Make use of device properties by Andy Shevchenko · 4 years, 1 month ago
  33. a311111 rtc: ds1307: Remove non-valid ACPI IDs by Andy Shevchenko · 4 years, 1 month ago
  34. bfca1c9 rtc: at91rm9200: Add sam9x60 compatible by Alexandre Belloni · 4 years, 1 month ago
  35. f6a46f8 rtc: at91rm9200: add correction support by Alexandre Belloni · 4 years, 2 months ago
  36. 767fbb7 rtc: rv3032: fix nvram nvmem priv pointer by Alexandre Belloni · 4 years, 2 months ago
  37. 5022cfc rtc: goldfish: Remove GOLDFISH dependency by Jiaxun Yang · 4 years, 2 months ago
  38. 081e250 rtc: snvs: Remove NULL pointer check before clk_* by Xu Wang · 4 years, 2 months ago
  39. 910d002 rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepare by Xu Wang · 4 years, 2 months ago
  40. 1eab0fe rtc: pl031: fix resource leak in pl031_probe by Zheng Liang · 4 years, 2 months ago
  41. bc06cfc rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handler by Tian Tao · 4 years, 2 months ago
  42. c56ac7a rtc: hym8563: enable wakeup when applicable by Guillaume Tucker · 4 years, 2 months ago
  43. a48c622 rtc: da9063: Simplify bool comparison by Kaixu Xia · 4 years, 2 months ago
  44. 825156a rtc: sc27xx: Remove unnecessary conversion to bool by Kaixu Xia · 4 years, 2 months ago
  45. 28d2119 rtc: sun6i: Fix memleak in sun6i_rtc_clk_init by Dinghao Liu · 4 years, 2 months ago
  46. ba1c30b rtc: pcf2127: fix pcf2127_nvmem_read/write() returns by Dan Carpenter · 4 years, 2 months ago
  47. 5d78533 rtc: pcf2127: move watchdog initialisation to a separate function by Uwe Kleine-König · 4 years, 3 months ago
  48. b7769c4 Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 2 months ago
  49. 35331b5 rtc: r9701: set range by Alexandre Belloni · 4 years, 3 months ago
  50. dfe13cf rtc: r9701: convert to devm_rtc_allocate_device by Alexandre Belloni · 4 years, 3 months ago
  51. 8b34134 rtc: r9701: stop setting RWKCNT by Alexandre Belloni · 4 years, 3 months ago
  52. 2a8f338 rtc: r9701: remove useless memset by Alexandre Belloni · 4 years, 3 months ago
  53. 7390bec rtc: r9701: stop setting a default time by Alexandre Belloni · 4 years, 3 months ago
  54. 92c6dcf rtc: r9701: remove leftover comment by Alexandre Belloni · 4 years, 3 months ago
  55. 2eeaa53 rtc: rv3032: Add a driver for Microcrystal RV-3032 by Alexandre Belloni · 4 years, 3 months ago
  56. 024e6f3 rtc: rv3028: ensure ram configuration registers are saved by Alexandre Belloni · 4 years, 3 months ago
  57. de0ad60 rtc: rv3028: factorize EERD bit handling by Alexandre Belloni · 4 years, 3 months ago
  58. c1efae1 rtc: rv3028: fix trickle resistor values by Alexandre Belloni · 4 years, 3 months ago
  59. 00e8e87 rtc: rv3028: fix clock output support by Alexandre Belloni · 4 years, 3 months ago
  60. 770c03e rtc: mt6397: Remove unused member dev by Fei Shao · 4 years, 3 months ago
  61. 179b4bc rtc: rv8803: simplify the return expression of rv8803_nvram_write by Liu Shixin · 4 years, 3 months ago
  62. 9ce42e8 rtc: meson: simplify the return expression of meson_vrtc_probe by Liu Shixin · 4 years, 3 months ago
  63. ba1bcaf rtc: rx8010: rename rx8010_init_client() to rx8010_init() by Bartosz Golaszewski · 4 years, 3 months ago
  64. 0026f16 rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally by Bastian Krause · 4 years, 3 months ago
  65. 0874734 rtc: ds1307: consider aux-voltage-chargeable by Bastian Krause · 4 years, 3 months ago
  66. 95a74cb rtc: ds1307: store previous charge default per chip by Bastian Krause · 4 years, 3 months ago
  67. 1b5b6af rtc: ds1307: introduce requires_trickle_resistor per chip by Bastian Krause · 4 years, 3 months ago
  68. 462eb73 rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally by Bastian Krause · 4 years, 3 months ago
  69. 35425ba rtc: pcf2127: fix a bug when not specify interrupts property by Biwen Li · 4 years, 4 months ago
  70. 9f8010e rtc: ds1685: Fix bank switching to avoid endless loop by Thomas Bogendoerfer · 4 years, 4 months ago
  71. d0a3b65 rtc: st-lpc: Constify st_rtc_ops by Rikard Falkeborn · 4 years, 4 months ago
  72. 2fc1af3 rtc: rx8010: use range checking provided by core RTC code by Bartosz Golaszewski · 4 years, 4 months ago
  73. 9868bc1 rtc: rx8010: convert to using regmap by Bartosz Golaszewski · 4 years, 4 months ago
  74. cee015d rtc: rx8010: switch to using the preferred i2c API by Bartosz Golaszewski · 4 years, 4 months ago
  75. 0ce6277 rtc: rx8010: switch to using the preferred RTC API by Bartosz Golaszewski · 4 years, 4 months ago
  76. 666f214 rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val) by Bartosz Golaszewski · 4 years, 4 months ago
  77. 955a123 rtc: rx8010: use a helper variable for client->dev in probe() by Bartosz Golaszewski · 4 years, 4 months ago
  78. b3ff7fd rtc: rx8010: drop unnecessary initialization by Bartosz Golaszewski · 4 years, 4 months ago
  79. f702699 rtc: rx8010: don't use magic values for time buffer length by Bartosz Golaszewski · 4 years, 4 months ago
  80. 13952c9 rtc: rx8010: rename ret to err in rx8010_set_time() by Bartosz Golaszewski · 4 years, 4 months ago
  81. e9e4c2d rtc: rx8010: use tabs instead of spaces for code formatting by Bartosz Golaszewski · 4 years, 4 months ago
  82. 7567797 rtc: rx8010: consolidate local variables of the same type by Bartosz Golaszewski · 4 years, 4 months ago
  83. 28c86f3 rtc: rx8010: remove unnecessary brackets by Bartosz Golaszewski · 4 years, 4 months ago
  84. 2e0ce56 rtc: rx8010: remove a stray newline by Bartosz Golaszewski · 4 years, 4 months ago
  85. d3b1429 rtc: rx8010: don't modify the global rtc ops by Bartosz Golaszewski · 4 years, 4 months ago
  86. c52d270 rtc: s3c: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  87. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  88. 0d982de rtc: fsl-ftm-alarm: update acpi device id by Peng Ma · 4 years, 4 months ago
  89. f471b05 rtc: ds1307: Clear OSF flag on DS1388 when setting time by Chris Packham · 4 years, 4 months ago
  90. 59ed012 rtc: ds1307: Ensure oscillator is enabled for DS1388 by Chris Packham · 4 years, 5 months ago
  91. 163a512 rtc: rtc-rs5c313: Convert to module_platform_driver() by Geert Uytterhoeven · 4 years, 5 months ago
  92. f65e727 rtc: rtc-rs5c313: Fix late hardware init by Geert Uytterhoeven · 4 years, 5 months ago
  93. fc9656a rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() call by Geert Uytterhoeven · 4 years, 5 months ago
  94. c254bcd rtc: cmos: zero-init wkalrm when reading from CMOS by Victor Ding · 4 years, 5 months ago
  95. dc06fe5 Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 5 months ago
  96. 2700641 rtc: pcf2127: fix alarm handling by Alexandre Belloni · 4 years, 5 months ago
  97. 8a914ba rtc: pcf2127: add alarm support by Liam Beguin · 4 years, 6 months ago
  98. 985b30d rtc: pcf2127: add pca2129 device id by Liam Beguin · 4 years, 6 months ago
  99. 16c2480 rtc: max77686: Fix wake-ups for max77620 by Jon Hunter · 4 years, 5 months ago
  100. 9bf1306 rtc: ds1307: provide an indication that the watchdog has fired by Chris Packham · 4 years, 5 months ago