Historique des commits

Auteur SHA1 Message Date
  viresh kumar e7cba884af rtc: Drop (un)likely before IS_ERR(_OR_NULL) il y a 10 ans
  Wolfram Sang 0929ae376e rtc: drop owner assignment from platform_drivers il y a 10 ans
  Mike Frysinger 778575ff30 drivers/rtc/rtc-bfin.c: do not abort when requesting irq fails il y a 11 ans
  Jingoo Han 22c87d6333 rtc: rtc-bfin: remove unnecessary platform_set_drvdata() il y a 12 ans
  Jingoo Han b4df8f6ca1 rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_ops il y a 12 ans
  Jingoo Han 87e7d520ed rtc: rtc-bfin: use devm_*() functions il y a 12 ans
  Greg Kroah-Hartman 5a167f4543 Drivers: rtc: remove __dev* attributes. il y a 12 ans
  Axel Lin 0c4eae6659 rtc: convert drivers/rtc/* to use module_platform_driver() il y a 13 ans
  Thomas Gleixner 92f73a62a1 Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux into timers/urgent il y a 14 ans
  Lucas De Marchi 25985edced Fix common misspellings il y a 14 ans
  Mike Frysinger 8c122b9686 RTC: add missing "return 0" in new alarm func for rtc-bfin.c il y a 14 ans
  John Stultz e428c6a277 RTC: Clean out UIE icotl implementations il y a 14 ans
  John Stultz 16380c153a RTC: Convert rtc drivers to use the alarm_irq_enable method il y a 14 ans
  Mike Frysinger d7c7ef908b rtc-bfin: add debug markers to suspend/resume paths il y a 15 ans
  Mike Frysinger 286f9f95fc rtc-bfin: shrink/optimize interrupt handler a bit il y a 15 ans
  Mike Frysinger b6de860651 rtc-bfin: fix state restoration when resuming il y a 15 ans
  Mike Frysinger 110b7e9698 rtc-bfin: fix inverted logic in suspend path il y a 15 ans
  Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h il y a 15 ans
  Michael Hennerich 6bff5fb80b rtc-bfin: do not share RTC IRQ il y a 16 ans
  Mike Frysinger 9980060bad bfin: delay IRQ registration until driver is ready il y a 16 ans
  Julia Lawall ba6c4033b9 drivers/rtc: correct an error test il y a 16 ans
  Mike Frysinger d0fd93781c Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~5 second boot delays il y a 17 ans
  Mike Frysinger 8c9166f7a6 Blackfin RTC Driver: do all initialization before we register the rtc and make it available il y a 17 ans
  Mike Frysinger fe2e1cf83a 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 il y a 17 ans
  Mike Frysinger 26cb8bb21b 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 il y a 17 ans
  Mike Frysinger e12af37d9e blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell il y a 17 ans
  Mike Frysinger 140fab14ae blackfin RTC driver: wait for the write complete interrupt complete before sleeping il y a 17 ans
  Mike Frysinger 3b128fe04a blackfin RTC driver: disable the write complete irq upon close il y a 17 ans
  Mike Frysinger 605eb8b3c0 blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) il y a 17 ans
  Mike Frysinger 813006f4bb blackfin RTC driver: add support for power management framework il y a 17 ans