1. 15 7月, 2015 1 次提交
  2. 25 6月, 2015 1 次提交
    • S
      rtc: snvs: fix wakealarm by call enable_irq_wake earlier · 119434f4
      Stefan Agner 提交于
      When entering suspend while an wakeup alarm is set, enable_set_wake
      should make sure that the RTC interrupt keep being enabled and the
      .irq_set_wake for the RTC interrupt get called. However, since the
      driver uses the suspend_noirq callback, the call to enable_irq_wake
      has been made after disabling the interrupts. While .irq_set_wake
      has been called properly, the interrupt remained disabled.
      
      Use the suspend callback to call enable_irq_wake early enough to
      ensure the RTC interrupt remains enabled.
      
      Fixes: 7654e9d4 ("drivers/rtc/rtc-snvs: fix suspend/resume")
      Cc:  <stable@vger.kernel.org> # 3.19
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      119434f4
  3. 14 12月, 2014 1 次提交
  4. 11 12月, 2014 2 次提交
  5. 20 10月, 2014 1 次提交
  6. 13 11月, 2013 1 次提交
  7. 04 7月, 2013 1 次提交
  8. 30 4月, 2013 1 次提交
  9. 22 2月, 2013 1 次提交
  10. 23 1月, 2013 1 次提交
  11. 04 1月, 2013 1 次提交
    • G
      Drivers: rtc: remove __dev* attributes. · 5a167f45
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Mike Frysinger <vapier.adi@gmail.com>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5a167f45
  12. 06 10月, 2012 1 次提交