1. 78aaa06 rtc: ds1307: add Intersil ISL12057 support by Alexandre Belloni · 8 years ago
  2. 50d6c0e rtc: ds1307: fix century bit support by Alexandre Belloni · 8 years ago
  3. 56d86a7 rtc: simplify implementations of read_alarm by Uwe Kleine-König · 8 years ago
  4. e29385f rtc: ds1307: Fix relying on reset value for weekday by Keerthy · 8 years ago
  5. 7457d5f rtc: ds1307: Remove CLK_IS_ROOT by Stephen Boyd · 8 years ago
  6. 5919fb9 rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is enabled by Nicolas Boullis · 8 years ago
  7. 1d87951 rtc: ds1307: fix ds1307_native_smbus_read_block_data function by Nicolas Boullis · 8 years ago
  8. 38a7a73 rtc: ds1307: Use irq when available for wakeup-source device by Nishanth Menon · 8 years ago
  9. 9a3dce6 rtc: ds1307: ds3231 temperature s16 overflow by Zhuang Yuyao · 8 years ago
  10. 6c6ff14 rtc: ds1307: add clock provider support for DS3231 by Akinobu Mita · 8 years ago
  11. 445c020 rtc: ds1307: add temperature sensor support for ds3231 by Akinobu Mita · 8 years ago
  12. 8bc2a40 rtc: ds1307: add support for the DT property 'wakeup-source' by Michael Lange · 8 years ago
  13. ff67abd rtc: use %ph for short hex dumps by Rasmus Villemoes · 9 years ago
  14. 3abb1ad rtc: ds1307: fix alarm reading at probe time by Simon Guinot · 8 years ago
  15. 51c4cfe rtc: ds1307: fix kernel splat due to wakeup irq handling by Felipe Balbi · 9 years ago
  16. 62c8c20 rtc: ds1307: Fix alarm programming for mcp794xx by Tero Kristo · 9 years ago
  17. ca7c14d rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write() by Vladimir Zapolskiy · 9 years ago
  18. b288454 rtc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  19. 7abea61 rtc: ds1307: Support optional wakeup interrupt source by Nishanth Menon · 9 years ago
  20. eac7237 rtc: ds1307: Sort the headers by Nishanth Menon · 9 years ago
  21. c598319 rtc: ds1307: Switch to managed irq allocation by Nishanth Menon · 9 years ago
  22. 2fb07a1 rtc: ds1307: Convert to threaded IRQ by Felipe Balbi · 9 years ago
  23. e3edd67 rtc: ds1307: Enable the mcp794xx alarm after programming time by Nishanth Menon · 9 years ago
  24. f4199f8 rtc: ds1307: add support for mcp7940x chips by Tomas Novotny · 9 years ago
  25. 33b04b7 rtc: ds1307: add trickle charger device tree binding by Matti Vaittinen · 10 years ago
  26. 1d1945d drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chips by Simon Guinot · 10 years ago
  27. 5ea7351 drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creation by Simon Guinot · 10 years ago
  28. 4071ea2 rtc: fix potential race condition by Alessandro Zummo · 10 years ago
  29. c8b18da drivers/rtc/rtc-ds1307.c: change variable type to bool by Peter Senna Tschudin · 11 years ago
  30. 01ce893 drivers/rtc/rtc-ds1307.c: use dev_get_platdata() by Jingoo Han · 11 years ago
  31. 50ccf04 drivers/rtc/rtc-ds1307.c: release irq on error by Sachin Kamat · 11 years ago
  32. edca66d rtc: rtc-ds1307: use devm_*() functions by Jingoo Han · 11 years ago
  33. b9c3570 drivers/rtc/rtc-ds1307.c: change sysfs function pointer assignment by Steffen Trumtrar · 11 years ago
  34. 6df80e2 rtc: rtc-ds1307: use dev_dbg() instead of pr_debug() by Jingoo Han · 11 years ago
  35. bc48b90 drivers/rtc/rtc-ds1307.c: long block operations bugfix by Bertrand Achard · 11 years ago
  36. 01a4ca1 drivers/rtc: dump small buffers via %*ph by Andy Shevchenko · 11 years ago
  37. 5a167f4 Drivers: rtc: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  38. eb86c30 rtc: ds1307: add trickle charger support by Wolfram Sang · 12 years ago
  39. f8ae970 rtc: ds1307: remove superfluous initialization by Wolfram Sang · 12 years ago
  40. 3f5ec5e drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabled by Anatolij Gustschin · 12 years ago
  41. 9eab0a7 rtc: ds1307: generalise ram size and offset by Austin Boyle · 12 years ago
  42. 40ce972 rtc: ds1307: comment and format cleanup by David Anders · 12 years ago
  43. b24a726 rtc: ds1307: simplify irq setup code by Wolfram Sang · 12 years ago
  44. 32d322b rtc: ds1307: refactor chip_desc table by Wolfram Sang · 12 years ago
  45. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  46. 43fcb81 rtc: add initial support for mcp7941x parts by David Anders · 13 years ago
  47. 31c1771 drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338 by Priyanka Jain · 13 years ago
  48. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 13 years ago
  49. 0cc43a1 i2c: Constify i2c_client where possible by Jean Delvare · 13 years ago
  50. 96fc3a4 rtc: fix ds1388 time corruption by Joakim Tjernlund · 14 years ago
  51. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  52. 26b3c01 rtc: set wakeup capability for I2C and SPI RTC drivers by Anton Vorontsov · 14 years ago
  53. 43d15bc rtc: ds1307 make it possible to share an irq by Dmitry Eremin-Solenikov · 14 years ago
  54. 72445af drivers/rtc: correct error-handling code by Julia Lawall · 15 years ago
  55. e6229bec rtc: make rtc_update_irq callable with irqs enabled by Atsushi Nemoto · 15 years ago
  56. 97f902b rtc: rtc-ds1307 add ds3231 by Wolfram Sang · 15 years ago
  57. 33df2ee rtc: rtc-ds1307 add ds1388 by Joakim Tjernlund · 15 years ago
  58. a216685 rtc: add EPSON RX8025 support to DS1307 RTC driver by Matthias Fuchs · 15 years ago
  59. 30e7b03 rtc-ds1307: true SMBus compatibility by Ed Swierk · 15 years ago
  60. 74d88eb rtc-ds1307: remove legacy probe() checks by Jüri Reitel · 15 years ago
  61. fed40b7 rtc-ds1307: SMBus compatibility by BARRE Sebastien · 15 years ago
  62. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  63. fe20ba7 drivers/rtc/: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  64. cb49a5e rtc-ds1307: alarm support for ds1337/ds1339 by Rodolfo Giometti · 16 years ago
  65. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  66. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  67. fcd8db0 rtc ds1307: ds_1340 change init by frederic Rodo · 16 years ago
  68. 682d73f rtc-ds1307 exports NVRAM by David Brownell · 17 years ago
  69. bd16f9e rtc-ds1307: typo fix found by coverity by David Brownell · 17 years ago
  70. c065f35 rtc-ds1307 becomes new-style i2c driver by David Brownell · 17 years ago
  71. be5f59f rtc-ds1307: oscillator restart for ds13{37,38,39,40} by Rodolfo Giometti · 17 years ago
  72. 045e0e8 rtc-ds1307 cleanups by David Brownell · 17 years ago
  73. 11966ad [PATCH] RTC: build fixes by Jeff Garzik · 18 years ago
  74. ff8371a [PATCH] constify rtc_class_ops: update drivers by David Brownell · 18 years ago
  75. 1abb0dc [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips by David Brownell · 18 years ago