1. 557fbf4 rtc: imxdi: remove unused variable by Anders Roxell · 6 years ago
  2. a01ab06 rtc: drop set_mms and set_mmss64 by Alexandre Belloni · 6 years ago
  3. f5fae39 rtc: pcap: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  4. c8b599e rtc: pcap: use .set_time by Alexandre Belloni · 6 years ago
  5. 03745d1 rtc: pcap: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  6. d1403c4 rtc: pcap: set range by Alexandre Belloni · 6 years ago
  7. 77c13d9 rtc: digicolor: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  8. 72ef256 rtc: digicolor: use .set_time by Alexandre Belloni · 6 years ago
  9. e5fe3c3 rtc: digicolor: set range by Alexandre Belloni · 6 years ago
  10. 060711f rtc: digicolor: fix possible race condition by Alexandre Belloni · 6 years ago
  11. 86836d6 rtc: jz4740: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  12. 7fe8fce rtc: jz4740: rework invalid time detection by Alexandre Belloni · 6 years ago
  13. 3b2dc19 rtc: jz4740: use dev_pm_set_wake_irq() to simplify code by Alexandre Belloni · 6 years ago
  14. e72746e rtc: jz4740: use .set_time by Alexandre Belloni · 6 years ago
  15. d10dcc95 rtc: jz4740: remove useless check by Alexandre Belloni · 6 years ago
  16. be8dce9 rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  17. a7ab6be rtc: jz4740: set range by Alexandre Belloni · 6 years ago
  18. f22b1ba rtc: 88pm860x: prevent use-after-free on device remove by Sven Van Asbroeck · 6 years ago
  19. 527bd75 rtc: Use dev_get_drvdata() by Kefeng Wang · 6 years ago
  20. c8889bb rtc: imxdi: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  21. 629d488 rtc: imxdi: remove unnecessary check by Alexandre Belloni · 6 years ago
  22. d231d32 rtc: imxdi: use .set_time by Alexandre Belloni · 6 years ago
  23. 9305979 rtc: imxdi: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  24. 21c9dfd rtc: imxdi: set range by Alexandre Belloni · 6 years ago
  25. 02bc723 rtc: mxc: use .set_time by Alexandre Belloni · 6 years ago
  26. 83888df rtc: mxc: set range by Alexandre Belloni · 6 years ago
  27. ebc2ec4e rtc: mxc: fix possible race condition by Alexandre Belloni · 6 years ago
  28. cf612c5 rtc: stm32: manage the get_irq probe defer case by Fabien Dessenne · 6 years ago
  29. f9bf089 rtc: rx6110: declare missing of table by Daniel Gomez · 6 years ago
  30. 498ce4e rtc: wm831x: use .set_time by Alexandre Belloni · 6 years ago
  31. d9aa5ca rtc: ds2404: simplify .probe and remove .remove by Alexandre Belloni · 6 years ago
  32. c7ac260 rtc: ds2404: remove ds2404_chip_ops by Alexandre Belloni · 6 years ago
  33. 14556f0 rtc: ds2404: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  34. be2b043 rtc: ds2404: use .set_time by Alexandre Belloni · 6 years ago
  35. 5352321 rtc: ds2404: switch to rtc_time64_to_tm by Alexandre Belloni · 6 years ago
  36. 13bfa94 rtc: ds2404: set range by Alexandre Belloni · 6 years ago
  37. d71c771 rtc: ep93xx: fix checkpatch issues by Alexandre Belloni · 6 years ago
  38. 4fdf4d2 rtc: ep93xx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  39. ef9440a rtc: ep93xx: use .set_time by Alexandre Belloni · 6 years ago
  40. 886a77e rtc: ep93xx: switch to rtc_time64_to_tm by Alexandre Belloni · 6 years ago
  41. 2d4fc6d rtc: ep93xx: set range by Alexandre Belloni · 6 years ago
  42. 09cd030 rtc: ep93xx: use rtc_add_group by Alexandre Belloni · 6 years ago
  43. bac68b3 rtc: ep93xx: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  44. b809d19 rtc: ep93xx: stop setting platform_data by Alexandre Belloni · 6 years ago
  45. 9eec31f rtc: ds3232: get SRAM access using NVMEM Framework by Han Nandor · 6 years ago
  46. 9fc0fd5 rtc: mc13xxx: fix style issue by Alexandre Belloni · 6 years ago
  47. edd6d79 rtc: mc13xxx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  48. eee86de rtc: mc13xxx: use .set_time by Alexandre Belloni · 6 years ago
  49. e4ae702 rtc: mc13xxx: set range by Alexandre Belloni · 6 years ago
  50. 3b6bddd rtc: ds1685: use threaded interrupt by Thomas Bogendoerfer · 6 years ago
  51. e330c3d rtc: ds1685: remove dead code by Thomas Bogendoerfer · 6 years ago
  52. 692802d rtc: ds1685: fix crash caused by referencing wrong device struct by Thomas Bogendoerfer · 6 years ago
  53. 7342e2a rtc: lpc32xx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  54. 34b21c9 rtc: lpc32xx: use .set_time by Alexandre Belloni · 6 years ago
  55. f04dd34 rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  56. ba4a84f rtc: lpc32xx: simplify IRQ setup by Alexandre Belloni · 6 years ago
  57. 3a13426 rtc: lpc32xx: set range by Alexandre Belloni · 6 years ago
  58. 6bbad58 rtc: lpc32xx: convert to devm_rtc_allocate_device by Alexandre Belloni · 6 years ago
  59. fbc5ee9 rtc: mxc_v2: use dev_pm_set_wake_irq() to simplify code by Anson Huang · 6 years ago
  60. bc0e731 rtc: mxc: use dev_pm_set_wake_irq() to simplify code by Anson Huang · 6 years ago
  61. 862cac1 rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm() by Andy Shevchenko · 6 years ago
  62. 153a917 rtc: sirfsoc: Make sysrtc_regmap_config static by YueHaibing · 6 years ago
  63. ac2ae48ef rtc: ab3100: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  64. 0dca027b rtc: ab3100: use .set_time by Alexandre Belloni · 6 years ago
  65. 386b594 rtc: ab3100: set range by Alexandre Belloni · 6 years ago
  66. 56573ca rtc: pcf85363: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  67. b21a841 rtc: pcf85363: remove useless forward declaration by Alexandre Belloni · 6 years ago
  68. 176a5ee rtc: pcf85363: remove bogus i2c functionality check by Alexandre Belloni · 6 years ago
  69. c0ec831 rtc: pcf85363: set range by Alexandre Belloni · 6 years ago
  70. 8f7b1d7 rtc: pcf85363: remove unused struct pcf85363 member by Alexandre Belloni · 6 years ago
  71. 838d2d9 rtc: stmp3xxx: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  72. 622eb9b rtc: stmp3xxx: use .set_time by Alexandre Belloni · 6 years ago
  73. a659a08 rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  74. 0d823ab rtc: stmp3xxx: set range by Alexandre Belloni · 6 years ago
  75. b683827 rtc: tegra: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  76. 34ea0ac rtc: tegra: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  77. e108980 rtc: tegra: set range by Alexandre Belloni · 6 years ago
  78. 7d62462 rtc: coh901331: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  79. febad79 rtc: coh901331: use .set_time by Alexandre Belloni · 6 years ago
  80. 9cf2f9b rtc: coh901331: switch to rtc_time64_to_tm/rtc_tm_to_time64 by Alexandre Belloni · 6 years ago
  81. 06cfd66 rtc: coh901331: set range by Alexandre Belloni · 6 years ago
  82. e3a7691 rtc: ds1672: switch debug message to %ptR by Alexandre Belloni · 6 years ago
  83. 6946832 rtc: ds1672: convert to SPDX identifier by Alexandre Belloni · 6 years ago
  84. 219219d rtc: ds1672: use .set_time by Alexandre Belloni · 6 years ago
  85. 520d651 rtc: ds1672: use rtc_time64_to_tm by Alexandre Belloni · 6 years ago
  86. 7a5670c rtc: ds1672: remove useless indirection by Alexandre Belloni · 6 years ago
  87. c346065 rtc: ds1672: remove sysfs debug interface by Alexandre Belloni · 6 years ago
  88. 10e3efc rtc: ds1672: move oscillator handling to .read_time by Alexandre Belloni · 6 years ago
  89. d1fbe69 rtc: ds1672: set range by Alexandre Belloni · 6 years ago
  90. 43dae50 rtc: test: use .set_time by Alexandre Belloni · 6 years ago
  91. 73f28f7 rtc: lib: check whether tm->tm_year in int32 range by Xuefeng Wang · 6 years ago
  92. c48cadf rtc: don't reference bogus function pointer in kdoc by Wolfram Sang · 6 years ago
  93. 169680d rtc: remove unnecessary Kconfig dependencies by Alexandre Belloni · 6 years ago
  94. 27ff836 rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support by Alexandre Belloni · 6 years ago
  95. 85370d3 rtc: pcf85063: add offset correction support by Alexandre Belloni · 6 years ago
  96. fadfd09 rtc: pcf85063: add nvram support by Alexandre Belloni · 6 years ago
  97. 5b3a3ad rtc: pcf85063: add Micro Crystal RV8263 support by Alexandre Belloni · 6 years ago
  98. 05cb3a5 rtc: pcf85063: add alarm support by Alexandre Belloni · 6 years ago
  99. 0e2e877 rtc: pcf85063: differentiate pcf85063a and pcf85063tp by Alexandre Belloni · 6 years ago
  100. e89b60d rtc: pcf85063: switch to regmap by Alexandre Belloni · 6 years ago