1. 0c4eae6 rtc: convert drivers/rtc/* to use module_platform_driver() by Axel Lin · 13 years ago
  2. 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
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. 8c122b9 RTC: add missing "return 0" in new alarm func for rtc-bfin.c by Mike Frysinger · 13 years ago
  5. e428c6a RTC: Clean out UIE icotl implementations by John Stultz · 14 years ago
  6. 16380c1 RTC: Convert rtc drivers to use the alarm_irq_enable method by John Stultz · 14 years ago
  7. d7c7ef9 rtc-bfin: add debug markers to suspend/resume paths by Mike Frysinger · 14 years ago
  8. 286f9f9 rtc-bfin: shrink/optimize interrupt handler a bit by Mike Frysinger · 14 years ago
  9. b6de860 rtc-bfin: fix state restoration when resuming by Mike Frysinger · 14 years ago
  10. 110b7e9 rtc-bfin: fix inverted logic in suspend path by Mike Frysinger · 14 years ago
  11. 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
  12. 6bff5fb rtc-bfin: do not share RTC IRQ by Michael Hennerich · 15 years ago
  13. 9980060 bfin: delay IRQ registration until driver is ready by Mike Frysinger · 15 years ago
  14. ba6c403 drivers/rtc: correct an error test by Julia Lawall · 16 years ago
  15. d0fd937 Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays by Mike Frysinger · 16 years ago
  16. 8c9166f Blackfin RTC Driver: do all initialization before we register the rtc and make it available by Mike Frysinger · 16 years ago
  17. 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
  18. 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
  19. e12af37 blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell by Mike Frysinger · 16 years ago
  20. 140fab1 blackfin RTC driver: wait for the write complete interrupt complete before sleeping by Mike Frysinger · 16 years ago
  21. 3b128fe blackfin RTC driver: disable the write complete irq upon close by Mike Frysinger · 16 years ago
  22. 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
  23. 813006f blackfin RTC driver: add support for power management framework by Mike Frysinger · 16 years ago
  24. 5aeb776 blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core by Sonic Zhang · 16 years ago
  25. 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
  26. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  27. ad28a07 rtc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  28. 095b9d5 Blackfin RTC driver: convert sync wait to use the irq write complete notice by Mike Frysinger · 17 years ago
  29. 48c1a56 Blackfin RTC driver: shave off another memcpy() by using assignment. by Mike Frysinger · 17 years ago
  30. 68db304 Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. by Mike Frysinger · 17 years ago
  31. 5438de4 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() by Mike Frysinger · 17 years ago
  32. 6406116 Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) by Mike Frysinger · 17 years ago
  33. 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 · 17 years ago
  34. 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 · 17 years ago
  35. 2c95cd7 Blackfin On-Chip RTC driver update for supporting BF54x by Mike Frysinger · 17 years ago
  36. 8cc75c9 Blackfin: on-chip RTC controller driver by Wu, Bryan · 17 years ago