1. 494ade7 rtc: ds1307: Fix wday settings for rx8130 by Nobuhiro Iwamatsu · 3 years, 8 months ago
  2. 0026f16 rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally by Bastian Krause · 4 years, 3 months ago
  3. 0874734 rtc: ds1307: consider aux-voltage-chargeable by Bastian Krause · 4 years, 3 months ago
  4. 95a74cb rtc: ds1307: store previous charge default per chip by Bastian Krause · 4 years, 3 months ago
  5. 1b5b6af rtc: ds1307: introduce requires_trickle_resistor per chip by Bastian Krause · 4 years, 3 months ago
  6. 462eb73 rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally by Bastian Krause · 4 years, 3 months ago
  7. f471b05 rtc: ds1307: Clear OSF flag on DS1388 when setting time by Chris Packham · 4 years, 4 months ago
  8. 59ed012 rtc: ds1307: Ensure oscillator is enabled for DS1388 by Chris Packham · 4 years, 5 months ago
  9. 9bf1306 rtc: ds1307: provide an indication that the watchdog has fired by Chris Packham · 4 years, 5 months ago
  10. 1821b79 rtc: ds1307: check for failed memory allocation on wdt by Colin Ian King · 4 years, 9 months ago
  11. fd90d48 rtc: ds1307: add support for watchdog timer on ds1388 by Chris Packham · 4 years, 9 months ago
  12. df11b32 rtc: ds1307: handle oscillator failure flags for ds1388 variant by Chris Packham · 5 years ago
  13. edafb6f Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 5 years ago
  14. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  15. b3a5016 rtc: ds1307: properly handle oscillator failure flags by Alexandre Belloni · 6 years ago
  16. 3f929ca rtc: ds1307: rx8130: Fix alarm handling by Uwe Kleine-König · 6 years ago
  17. 501f982 rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the time by Uwe Kleine-König · 6 years ago
  18. 3ffd4a2 rtc: ds1307: correct register offset for rx8130 by Uwe Kleine-König · 6 years ago
  19. d0e3f61 rtc: ds1307: forward declare chips array instead of a bunch of functions by Uwe Kleine-König · 6 years ago
  20. 92cbf12 rtc: ds1307: Move register definitions to start of file by Uwe Kleine-König · 6 years ago
  21. 7dceef7 rtc: ds1307: fix ds1339 wakealarm support by Soeren Moch · 6 years ago
  22. 6a5f2a1f rtc: ds1307: use rtc_add_group by Alexandre Belloni · 6 years ago
  23. b41c23e rtc: ds1307: add frequency_test_enable attribute on m41txx by Giulio Benetti · 6 years ago
  24. 79230ff rtc: ds1307: add offset sysfs for mt41txx chips. by Giulio Benetti · 6 years ago
  25. 6b583a6 rtc: ds1307: simplify hwmon config by Heiner Kallweit · 7 years ago
  26. 7e58076 rtc: ds1307: support m41t11 variant by Giulio Benetti · 7 years ago
  27. 146a552 rtc: ds1307: fix data pointer to m41t0 by Giulio Benetti · 7 years ago
  28. 51ed73eb rtc: ds1340: Add support for trickle charger. by Andrea Greco · 7 years ago
  29. 22652ba rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  30. 409baf1 rtc: ds1307: put struct nvmem_config on the stack by Alexandre Belloni · 7 years ago
  31. e9fb768 rtc: ds1307: call rtc_nvmem_register() by Alexandre Belloni · 7 years ago
  32. 47dd472 rtc: ds1307: add OF and ACPI entries for Epson RX8130 by Bastian Stender · 7 years ago
  33. 584ce30 rtc: ds1307: improve weekday handling by Heiner Kallweit · 7 years ago
  34. 561a8eb Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  35. b4be271 rtc: ds1307: use octal permissions by Alexandre Belloni · 7 years ago
  36. e69c056 rtc: ds1307: fix braces by Alexandre Belloni · 7 years ago
  37. 4057a66 rtc: ds1307: fix alignments and blank lines by Alexandre Belloni · 7 years ago
  38. eb4fd19 rtc: ds1307: use BIT by Alexandre Belloni · 7 years ago
  39. 57ec2d9 rtc: ds1307: use u32 by Alexandre Belloni · 7 years ago
  40. f2b4801 rtc: ds1307: use sizeof by Alexandre Belloni · 7 years ago
  41. 042fa8c rtc: ds1307: remove regs member by Alexandre Belloni · 7 years ago
  42. 0759c88 rtc: ds1307: add basic support for ds1341 chip by Nikita Yushchenko · 7 years ago
  43. 969fa07 rtc: ds1307: remove member nvram_offset from struct ds1307 by Heiner Kallweit · 7 years ago
  44. e553170 rtc: ds1307: factor out offset to struct chip_desc by Heiner Kallweit · 7 years ago
  45. 1efb98b rtc: ds1307: factor out rtc_ops to struct chip_desc by Heiner Kallweit · 7 years ago
  46. 4594712 rtc: ds1307: factor out irq_handler to struct chip_desc by Heiner Kallweit · 7 years ago
  47. 82e2d43 rtc: ds1307: improve irq setup by Heiner Kallweit · 7 years ago
  48. 7624df4 rtc: ds1307: constify struct chip_desc variables by Heiner Kallweit · 7 years ago
  49. d8490fd rtc: ds1307: improve trickle charger initialization by Heiner Kallweit · 7 years ago
  50. 0b6ee80 rtc: ds1307: factor out bbsqi bit to struct chip_desc by Heiner Kallweit · 7 years ago
  51. 340fd7b rtc: ds1307: remove member irq from struct ds1307 by Heiner Kallweit · 7 years ago
  52. 0361984 rtc: ds1307: fix regmap config by Heiner Kallweit · 7 years ago
  53. 11909f0 rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" property by Heiner Kallweit · 7 years ago
  54. bed8e28 rtc: ds1307: remove ds1307_remove by Alexandre Belloni · 7 years ago
  55. abc925f rtc: ds1307: use generic nvmem by Alexandre Belloni · 7 years ago
  56. 69b119a rtc: ds1307: switch to rtc_register_device by Alexandre Belloni · 7 years ago
  57. 300a773 rtc: ds1307: add ds1308 variant by Sean Nyekjaer · 8 years ago
  58. e48585d rtc: ds1307: factor out century bit handling by Heiner Kallweit · 8 years ago
  59. 078f3f6 rtc: ds1307: use regmap_update_bits where applicable by Heiner Kallweit · 8 years ago
  60. ee0981b rtc: ds1307: Add support for Epson RX8130CE by Marek Vasut · 8 years ago
  61. 4b9e2a0 rtc: ds1307: avoid using rtc-name by Alexandre Belloni · 8 years ago
  62. 8066360 rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ by David Lowe · 8 years ago
  63. 11e5890 rtc: ds1307: convert driver to regmap by Heiner Kallweit · 8 years ago
  64. db2f814 rtc: ds1307: Add m41t0 to OF device ID table by Alexandre Belloni · 8 years ago
  65. 8566f70 rtc: ds1307: support m41t0 variant by Stefan Agner · 8 years ago
  66. 7ef6d2c rtc: ds1307: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  67. 9c19b89 rtc: ds1307: Add ACPI support by Tin Huynh · 8 years ago
  68. 78aaa06 rtc: ds1307: add Intersil ISL12057 support by Alexandre Belloni · 8 years ago
  69. 50d6c0e rtc: ds1307: fix century bit support by Alexandre Belloni · 8 years ago
  70. 56d86a7 rtc: simplify implementations of read_alarm by Uwe Kleine-König · 9 years ago
  71. e29385f rtc: ds1307: Fix relying on reset value for weekday by Keerthy · 9 years ago
  72. 7457d5f rtc: ds1307: Remove CLK_IS_ROOT by Stephen Boyd · 9 years ago
  73. 5919fb9 rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is enabled by Nicolas Boullis · 9 years ago
  74. 1d87951 rtc: ds1307: fix ds1307_native_smbus_read_block_data function by Nicolas Boullis · 9 years ago
  75. 38a7a73 rtc: ds1307: Use irq when available for wakeup-source device by Nishanth Menon · 9 years ago
  76. 9a3dce6 rtc: ds1307: ds3231 temperature s16 overflow by Zhuang Yuyao · 9 years ago
  77. 6c6ff14 rtc: ds1307: add clock provider support for DS3231 by Akinobu Mita · 9 years ago
  78. 445c020 rtc: ds1307: add temperature sensor support for ds3231 by Akinobu Mita · 9 years ago
  79. 8bc2a40 rtc: ds1307: add support for the DT property 'wakeup-source' by Michael Lange · 9 years ago
  80. ff67abd rtc: use %ph for short hex dumps by Rasmus Villemoes · 9 years ago
  81. 3abb1ad rtc: ds1307: fix alarm reading at probe time by Simon Guinot · 9 years ago
  82. 51c4cfe rtc: ds1307: fix kernel splat due to wakeup irq handling by Felipe Balbi · 9 years ago
  83. 62c8c20 rtc: ds1307: Fix alarm programming for mcp794xx by Tero Kristo · 9 years ago
  84. ca7c14d rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write() by Vladimir Zapolskiy · 9 years ago
  85. b288454 rtc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  86. 7abea61 rtc: ds1307: Support optional wakeup interrupt source by Nishanth Menon · 10 years ago
  87. eac7237 rtc: ds1307: Sort the headers by Nishanth Menon · 10 years ago
  88. c598319 rtc: ds1307: Switch to managed irq allocation by Nishanth Menon · 10 years ago
  89. 2fb07a1 rtc: ds1307: Convert to threaded IRQ by Felipe Balbi · 10 years ago
  90. e3edd67 rtc: ds1307: Enable the mcp794xx alarm after programming time by Nishanth Menon · 10 years ago
  91. f4199f8 rtc: ds1307: add support for mcp7940x chips by Tomas Novotny · 10 years ago
  92. 33b04b7 rtc: ds1307: add trickle charger device tree binding by Matti Vaittinen · 10 years ago
  93. 1d1945d drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chips by Simon Guinot · 11 years ago
  94. 5ea7351 drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creation by Simon Guinot · 11 years ago
  95. 4071ea2 rtc: fix potential race condition by Alessandro Zummo · 11 years ago
  96. c8b18da drivers/rtc/rtc-ds1307.c: change variable type to bool by Peter Senna Tschudin · 11 years ago
  97. 01ce893 drivers/rtc/rtc-ds1307.c: use dev_get_platdata() by Jingoo Han · 11 years ago
  98. 50ccf04 drivers/rtc/rtc-ds1307.c: release irq on error by Sachin Kamat · 11 years ago
  99. edca66d rtc: rtc-ds1307: use devm_*() functions by Jingoo Han · 11 years ago
  100. b9c3570 drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignment by Steffen Trumtrar · 12 years ago