1. e7cba88 rtc: Drop (un)likely before IS_ERR(_OR_NULL) by viresh kumar · 9 years ago
  2. 0929ae37 rtc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  3. 778575f drivers/rtc/rtc-bfin.c: do not abort when requesting irq fails by Mike Frysinger · 10 years ago
  4. 22c87d6 rtc: rtc-bfin: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  5. b4df8f6 rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_ops by Jingoo Han · 11 years ago
  6. 87e7d52 rtc: rtc-bfin: use devm_*() functions by Jingoo Han · 11 years ago
  7. 5a167f4 Drivers: rtc: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  8. 0c4eae6 rtc: convert drivers/rtc/* to use module_platform_driver() by Axel Lin · 12 years ago
  9. 92f73a6 Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgent by Thomas Gleixner · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 8c122b9 RTC: add missing "return 0" in new alarm func for rtc-bfin.c by Mike Frysinger · 13 years ago
  12. e428c6a RTC: Clean out UIE icotl implementations by John Stultz · 13 years ago
  13. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 13 years ago
  14. d7c7ef9 rtc-bfin: add debug markers to suspend/resume paths by Mike Frysinger · 14 years ago
  15. 286f9f9 rtc-bfin: shrink/optimize interrupt handler a bit by Mike Frysinger · 14 years ago
  16. b6de860 rtc-bfin: fix state restoration when resuming by Mike Frysinger · 14 years ago
  17. 110b7e9 rtc-bfin: fix inverted logic in suspend path by Mike Frysinger · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 6bff5fb rtc-bfin: do not share RTC IRQ by Michael Hennerich · 15 years ago
  20. 9980060 bfin: delay IRQ registration until driver is ready by Mike Frysinger · 15 years ago
  21. ba6c403 drivers/rtc: correct an error test by Julia Lawall · 15 years ago
  22. d0fd937 Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays by Mike Frysinger · 16 years ago
  23. 8c9166f Blackfin RTC Driver: do all initialization before we register the rtc and make it available by Mike Frysinger · 16 years ago
  24. fe2e1cf Blackfin RTC Driver: move irq request/free out of open/release and into probe/remove so that the non-dev interfaces (like sysfs) work as expected by Mike Frysinger · 16 years ago
  25. 26cb8bb blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE by Mike Frysinger · 16 years ago
  26. e12af37 blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell by Mike Frysinger · 16 years ago
  27. 140fab1 blackfin RTC driver: wait for the write complete interrupt complete before sleeping by Mike Frysinger · 16 years ago
  28. 3b128fe blackfin RTC driver: disable the write complete irq upon close by Mike Frysinger · 16 years ago
  29. 605eb8b blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) by Mike Frysinger · 16 years ago
  30. 813006f blackfin RTC driver: add support for power management framework by Mike Frysinger · 16 years ago
  31. 5aeb776 blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core by Sonic Zhang · 16 years ago
  32. dd279f6 blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY by Mike Frysinger · 16 years ago
  33. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  34. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  35. 095b9d5 Blackfin RTC driver: convert sync wait to use the irq write complete notice by Mike Frysinger · 16 years ago
  36. 48c1a56 Blackfin RTC driver: shave off another memcpy() by using assignment. by Mike Frysinger · 16 years ago
  37. 68db304 Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. by Mike Frysinger · 16 years ago
  38. 5438de4 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() by Mike Frysinger · 16 years ago
  39. 6406116 Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) by Mike Frysinger · 16 years ago
  40. d7827d8 Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler by Mike Frysinger · 16 years ago
  41. 5c23634 Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz by Mike Frysinger · 16 years ago
  42. 2c95cd7 Blackfin On-Chip RTC driver update for supporting BF54x by Mike Frysinger · 17 years ago
  43. 8cc75c9 Blackfin: on-chip RTC controller driver by Wu, Bryan · 17 years ago