1. edd6d79 rtc: mc13xxx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  2. eee86de rtc: mc13xxx: use .set_time by Alexandre Belloni · 6 years ago
  3. e4ae702 rtc: mc13xxx: set range by Alexandre Belloni · 6 years ago
  4. 3b6bddd rtc: ds1685: use threaded interrupt by Thomas Bogendoerfer · 6 years ago
  5. e330c3d rtc: ds1685: remove dead code by Thomas Bogendoerfer · 6 years ago
  6. 692802d rtc: ds1685: fix crash caused by referencing wrong device struct by Thomas Bogendoerfer · 6 years ago
  7. 7342e2a rtc: lpc32xx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  8. 34b21c9 rtc: lpc32xx: use .set_time by Alexandre Belloni · 6 years ago
  9. f04dd34 rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  10. ba4a84f rtc: lpc32xx: simplify IRQ setup by Alexandre Belloni · 6 years ago
  11. 3a13426 rtc: lpc32xx: set range by Alexandre Belloni · 6 years ago
  12. 6bbad58 rtc: lpc32xx: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  13. fbc5ee9 rtc: mxc_v2: use dev_pm_set_wake_irq() to simplify code by Anson Huang · 6 years ago
  14. bc0e731 rtc: mxc: use dev_pm_set_wake_irq() to simplify code by Anson Huang · 6 years ago
  15. 862cac1 rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm() by Andy Shevchenko · 6 years ago
  16. 153a917 rtc: sirfsoc: Make sysrtc_regmap_config static by YueHaibing · 6 years ago
  17. ac2ae48ef rtc: ab3100: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  18. 0dca027b rtc: ab3100: use .set_time by Alexandre Belloni · 6 years ago
  19. 386b594 rtc: ab3100: set range by Alexandre Belloni · 6 years ago
  20. 56573ca rtc: pcf85363: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  21. b21a841 rtc: pcf85363: remove useless forward declaration by Alexandre Belloni · 6 years ago
  22. 176a5ee rtc: pcf85363: remove bogus i2c functionality check by Alexandre Belloni · 6 years ago
  23. c0ec831 rtc: pcf85363: set range by Alexandre Belloni · 6 years ago
  24. 8f7b1d7 rtc: pcf85363: remove unused struct pcf85363 member by Alexandre Belloni · 6 years ago
  25. 838d2d9 rtc: stmp3xxx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  26. 622eb9b rtc: stmp3xxx: use .set_time by Alexandre Belloni · 6 years ago
  27. a659a08 rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  28. 0d823ab rtc: stmp3xxx: set range by Alexandre Belloni · 6 years ago
  29. b683827 rtc: tegra: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  30. 34ea0ac rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  31. e108980 rtc: tegra: set range by Alexandre Belloni · 6 years ago
  32. 7d624621 rtc: coh901331: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  33. febad79 rtc: coh901331: use .set_time by Alexandre Belloni · 6 years ago
  34. 9cf2f9b rtc: coh901331: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  35. 06cfd66 rtc: coh901331: set range by Alexandre Belloni · 6 years ago
  36. e3a7691 rtc: ds1672: switch debug message to %ptR by Alexandre Belloni · 6 years ago
  37. 6946832 rtc: ds1672: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  38. 219219d rtc: ds1672: use .set_time by Alexandre Belloni · 6 years ago
  39. 520d651 rtc: ds1672: use rtc_time64_to_tm by Alexandre Belloni · 6 years ago
  40. 7a5670c rtc: ds1672: remove useless indirection by Alexandre Belloni · 6 years ago
  41. c346065 rtc: ds1672: remove sysfs debug interface by Alexandre Belloni · 6 years ago
  42. 10e3efc rtc: ds1672: move oscillator handling to .read_time by Alexandre Belloni · 6 years ago
  43. d1fbe69 rtc: ds1672: set range by Alexandre Belloni · 6 years ago
  44. 43dae50 rtc: test: use .set_time by Alexandre Belloni · 6 years ago
  45. 73f28f7 rtc: lib: check whether tm->tm_year in int32 range by Xuefeng Wang · 6 years ago
  46. c48cadf rtc: don't reference bogus function pointer in kdoc by Wolfram Sang · 6 years ago
  47. 169680d rtc: remove unnecessary Kconfig dependencies by Alexandre Belloni · 6 years ago
  48. 27ff836 rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support by Alexandre Belloni · 6 years ago
  49. 85370d3 rtc: pcf85063: add offset correction support by Alexandre Belloni · 6 years ago
  50. fadfd09 rtc: pcf85063: add nvram support by Alexandre Belloni · 6 years ago
  51. 5b3a3ad rtc: pcf85063: add Micro Crystal RV8263 support by Alexandre Belloni · 6 years ago
  52. 05cb3a5 rtc: pcf85063: add alarm support by Alexandre Belloni · 6 years ago
  53. 0e2e877 rtc: pcf85063: differentiate pcf85063a and pcf85063tp by Alexandre Belloni · 6 years ago
  54. e89b60d rtc: pcf85063: switch to regmap by Alexandre Belloni · 6 years ago
  55. 802a779 rtc: pcf85063: set range by Alexandre Belloni · 6 years ago
  56. 3555a34 rtc: pcf85063: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  57. 191c0da rtc: pcf85063: remove bogus i2c functionality check by Alexandre Belloni · 6 years ago
  58. de311aa rtc: pcf85063: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  59. 0f21700 rtc: pcf85063: switch to probe_new by Alexandre Belloni · 6 years ago
  60. 0c46b07 rtc: snvs: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  61. cf37fa7 rtc: mxc: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  62. e7afddb rtc: snvs: use dev_pm_set_wake_irq() to simplify code by Anson Huang · 6 years ago
  63. 184a182 rtc: Add ASPEED RTC driver by Joel Stanley · 6 years ago
  64. e3b3711 dt-bindings: rtc: Add on-chip ASPEED RTC documentation by Joel Stanley · 6 years ago
  65. 9a8f2d1 rtc: brcmstb-waketimer: switch to rtc_time64_to_tm by Alexandre Belloni · 6 years ago
  66. 24db953 rtc: mt6397: Don't call irq_dispose_mapping. by Pi-Hsun Shih · 6 years ago
  67. fd86b2d rtc: opal: Make opal_tpo_alarm_irq_enable static by YueHaibing · 6 years ago
  68. d3062d1 rtc: Fix timestamp value for RTC_TIMESTAMP_BEGIN_1900 by Geert Uytterhoeven · 6 years ago
  69. e07fa83 rtc: wm831x: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  70. 2399244 rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  71. d315bc1 rtc: wm831x: remove unnecessary goto by Alexandre Belloni · 6 years ago
  72. b9a1d80 rtc: wm831x: set range by Alexandre Belloni · 6 years ago
  73. b599db3 rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  74. 5ff404d rtc: da9063: set range by Alexandre Belloni · 6 years ago
  75. 64bef02 rtc: sun4v: switch to SPDX identifier by Alexandre Belloni · 6 years ago
  76. 3ec99d6 rtc: sun4v: set range by Alexandre Belloni · 6 years ago
  77. 65c6f63 rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  78. 58c9299 rtc: omap: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  79. 28c6852 rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  80. 72dd89c rtc: ps3: set range by Alexandre Belloni · 6 years ago
  81. 0b5e47b rtc: ps3: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  82. e85b930 rtc: ps3: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  83. 70c805c rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  84. be8bf98 rtc: at91sam9: correct trivial checkpatch warnings by Alexandre Belloni · 6 years ago
  85. bc40072 rtc: at91sam9: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  86. 8af760a rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  87. 255c43c rtc: at91sam9: set range by Alexandre Belloni · 6 years ago
  88. 6c7293e rtc: at91sam9: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  89. 1a76a77 rtc: at91sam9: drop platform_data support by Alexandre Belloni · 6 years ago
  90. beee05d rtc: sh: set range by Alexandre Belloni · 6 years ago
  91. 1097998 rtc: sh: fix possible race condition by Alexandre Belloni · 6 years ago
  92. 9852023 rtc: sh: stop resetting time to epoch by Alexandre Belloni · 6 years ago
  93. c157649 rtc: dm355evm: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  94. c5655ad rtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  95. 4bc85a3 rtc: dm355evm: set range by Alexandre Belloni · 6 years ago
  96. c50fd69 rtc: dm355evm: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  97. 2be7f1b rtc: goldfish: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  98. b509306 rtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  99. 6a6ec8c rtc: goldfish: allow building on more than MIPS by Alexandre Belloni · 6 years ago
  100. bd01386 rtc: goldfish: sort headers by Alexandre Belloni · 6 years ago