1. 3a00be1 Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  2. f4b82d3 rtc: st-lpc: make it robust against y2038/2106 bug by Benjamin Gaignard · 7 years ago
  3. bed8e28 rtc: ds1307: remove ds1307_remove by Alexandre Belloni · 7 years ago
  4. abc925f rtc: ds1307: use generic nvmem by Alexandre Belloni · 7 years ago
  5. 69b119a rtc: ds1307: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  6. 2a52482 rtc: rv8803: remove rv8803_remove by Alexandre Belloni · 7 years ago
  7. 16d70a7 rtc: rv8803: use generic nvmem support by Alexandre Belloni · 7 years ago
  8. 7133eca rtc: rv8803: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  9. 697e5a4 rtc: add generic nvmem support by Alexandre Belloni · 7 years ago
  10. 735ae20 rtc: at91rm9200: remove race condition by Alexandre Belloni · 7 years ago
  11. 3068a25 rtc: introduce new registration method by Alexandre Belloni · 7 years ago
  12. b91336d rtc: class separate id allocation from registration by Alexandre Belloni · 7 years ago
  13. d1bec20 rtc: class separate device allocation from registration by Alexandre Belloni · 7 years ago
  14. 9a6757e rtc: stm32: add STM32H7 RTC support by Amelie Delaunay · 7 years ago
  15. 300a773 rtc: ds1307: add ds1308 variant by Sean Nyekjaer · 7 years ago
  16. c35c419 rtc: ds3232: add temperature support by Kirill Esipov · 7 years ago
  17. d0a67c3 rtc: rtc-nuc900: fix loop timeout test by Dan Carpenter · 7 years ago
  18. 1d61d25 rtc: gemini/ftrtc010: rename driver and symbols by Linus Walleij · 7 years ago
  19. ac05fba rtc: gemini: Add optional clock handling by Linus Walleij · 7 years ago
  20. e48585d rtc: ds1307: factor out century bit handling by Heiner Kallweit · 7 years ago
  21. 078f3f6 rtc: ds1307: use regmap_update_bits where applicable by Heiner Kallweit · 7 years ago
  22. c4f07ec rtc: brcmstb-waketimer: Add Broadcom STB wake-timer by Brian Norris · 7 years ago
  23. ee0981b rtc: ds1307: Add support for Epson RX8130CE by Marek Vasut · 7 years ago
  24. 498bcf3 rtc: s3c: Handle clock enable failures by Krzysztof Kozlowski · 7 years ago
  25. 9903f68 rtc: s3c: Handle clock prepare failures in probe by Krzysztof Kozlowski · 7 years ago
  26. 6b72086 rtc: s3c: Do not remove const from rodata memory by Krzysztof Kozlowski · 7 years ago
  27. 21df6fe rtc: s3c: Drop unneeded cast to void pointer by Krzysztof Kozlowski · 7 years ago
  28. fc1afe6 rtc: s3c: Minor white-space cleanups by Krzysztof Kozlowski · 7 years ago
  29. 8768e7b rtc: s3c: Jump to central exit point on getting src clock error by Krzysztof Kozlowski · 7 years ago
  30. fe6d94f rtc: mxc: remove unused variable by Diaz de Grenu, Jose · 8 years ago
  31. 0ec7769 rtc: opal: Implement rtc_class_ops.alarm_irq_enable callback by Vaibhav Jain · 7 years ago
  32. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 7 years ago
  33. 5c82a6a rtc: remove rtc_device.name by Alexandre Belloni · 7 years ago
  34. 4b9e2a0 rtc: ds1307: avoid using rtc-name by Alexandre Belloni · 7 years ago
  35. f09e706 rtc: pcf8563: avoid using rtc->name by Alexandre Belloni · 7 years ago
  36. 9f86065 rtc: dev: remove rtc->name from debug message by Alexandre Belloni · 7 years ago
  37. 77a73f3 rtc: sysfs: make name uniform by Alexandre Belloni · 7 years ago
  38. da96aea rtc: interface: Validate alarm-time before handling rollover by Vaibhav Jain · 8 years ago
  39. 6dc1cf6 rtc: opal: Handle disabled TPO in opal_get_tpo_time() by Vaibhav Jain · 8 years ago
  40. 1373e77 rtc: m41t80: add clock provider support by Gary Bisson · 8 years ago
  41. 17e296e rtc: m41t80: remove sqw sysfs entry by Gary Bisson · 8 years ago
  42. 0f546b0 rtc: m41t80: fix SQW dividers override when setting a date by Gary Bisson · 8 years ago
  43. 2de9261 rtc: m41t80: fix SQWE override when setting an alarm by Gary Bisson · 8 years ago
  44. 8066360 rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ by David Lowe · 8 years ago
  45. 11e5890 rtc: ds1307: convert driver to regmap by Heiner Kallweit · 8 years ago
  46. bb47e96 Merge branches 'pm-sleep' and 'powercap' by Rafael J. Wysocki · 8 years ago
  47. 967b08c RTC: rtc-cmos: Fix wakeup from suspend-to-idle by Rafael J. Wysocki · 8 years ago
  48. 556d994 Merge tag 'rtc-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  49. 332e0d1 rtc: gemini: add return value validation by Pan Bian · 8 years ago
  50. 7589290 rtc: snvs: fix an incorrect check of return value by Pan Bian · 8 years ago
  51. 538c08f rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVAL by Moritz Fischer · 8 years ago
  52. 453d074 rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticks by Moritz Fischer · 8 years ago
  53. 5d05e81 rtc: sh: mark PM functions as unused by Arnd Bergmann · 8 years ago
  54. e73ef75 rtc: hid-sensor-time: remove some dead code by Dan Carpenter · 8 years ago
  55. a897bf1 rtc: m41t80: Add proper compatible for rv4162 by Alexandre Belloni · 8 years ago
  56. db2f814 rtc: ds1307: Add m41t0 to OF device ID table by Alexandre Belloni · 8 years ago
  57. 8566f70 rtc: ds1307: support m41t0 variant by Stefan Agner · 8 years ago
  58. 03a32da rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq by Tony Lindgren · 8 years ago
  59. a1e23a4 rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs by Hans de Goede · 8 years ago
  60. dab5aec rtc: sh: add support for rza series by Chris Brandt · 8 years ago
  61. d5ed917 rtc: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  62. 65e9e65 rtc: cpcap: kfreeing devm allocated memory by Dan Carpenter · 8 years ago
  63. 7a8128e2 rtc: wm8350: Remove unused to_wm8350_from_rtc_dev by Nobuhiro Iwamatsu · 8 years ago
  64. dd3bf50 rtc: cpcap: new rtc driver by Sebastian Reichel · 8 years ago
  65. 0c749ea rtc: omap: mark PM methods as __maybe_unused by Dmitry Torokhov · 8 years ago
  66. b9de1a1 rtc: omap: remove incorrect __exit markups by Dmitry Torokhov · 8 years ago
  67. ff764b8 rtc: rs5c372: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  68. eb235c5 rtc: m41t80: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  69. ffbecfb rtc: rx8581: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  70. 21f2743 rtc: s35390a: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  71. 0383550 rtc: isl1208: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  72. abac12e rtc: ds1374: Set .of_match_table to OF device ID table by Javier Martinez Canillas · 8 years ago
  73. 23194ac rtc: rtc-ds1672: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  74. 4dfbd13 rtc: ds3232: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  75. 81b779c rtc: rx8010: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  76. 7ef6d2c rtc: ds1307: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  77. 36138c7 rtc: bq32k: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  78. e696a1d rtc: rv3029: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  79. 740ad8f rtc: rv8803: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  80. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  81. 5782fd1 Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  82. d4f6c6f rtc: ds3232: Call device_init_wakeup before device_register by Phil Reid · 8 years ago
  83. 3769a37 rtc: pcf2127: bulk read only date and time registers. by Sean Nyekjaer · 8 years ago
  84. 5ab3566 Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  85. 34f54f5 rtc: armada38x: Add support for Armada 7K/8K by Gregory CLEMENT · 8 years ago
  86. 75faea9 rtc: armada38x: Prepare driver to manage different versions by Gregory CLEMENT · 8 years ago
  87. 082edf0 rtc: ds3232: Add regmap max_register definition. by Phil Reid · 8 years ago
  88. ca4b0a6 rtc: ds3232: Cleanup whitespace around register and bit definitions. by Phil Reid · 8 years ago
  89. 0500ce5 rtc: m48t86: remove unused platform_data by H Hartley Sweeten · 8 years ago
  90. 3ea0712 rtc: m48t86: verify that the RTC is actually present by H Hartley Sweeten · 8 years ago
  91. b180cf8 rtc: m48t86: add NVRAM support by H Hartley Sweeten · 8 years ago
  92. 8057c86 rtc: m48t86: allow driver to manage its resources by H Hartley Sweeten · 8 years ago
  93. 68b54f4 rtc: m48t86: shorten register name defines by H Hartley Sweeten · 8 years ago
  94. aaa65a9 rtc: sun6i: Fix return value check in sun6i_rtc_clk_init() by Wei Yongjun · 8 years ago
  95. 93946c4 rtc: sun6i: extend test coverage by Alexandre Belloni · 8 years ago
  96. 15829cf rtc: sun6i: Fix compatibility with old DT binding by Chen-Yu Tsai · 8 years ago
  97. 7bb633b rtc: snvs: add a missing write sync by Guy Shapiro · 8 years ago
  98. 4c46687 rtc: bq32000: add support to enable disable the trickle charge FET bypass by Enric Balletbo i Serra · 8 years ago
  99. 5dff3a3 rtc: sun6i: Switch to devm_rtc_device_register by Maxime Ripard · 8 years ago
  100. 3855c2c rtc: sun6i: Expose the 32kHz oscillator by Maxime Ripard · 8 years ago