1. 12 7月, 2012 1 次提交
  2. 13 4月, 2012 1 次提交
  3. 24 3月, 2012 4 次提交
  4. 11 1月, 2012 1 次提交
  5. 27 8月, 2011 1 次提交
    • T
      rtc: twl: Fix registration vs. init order · 7e72c686
      Todd Poynor 提交于
      Only register as an RTC device after the hardware has been
      successfully initialized.  The RTC class driver will call
      back to this driver to read a pending alarm, and other
      drivers watching for new devices on the RTC class may
      read the RTC time upon registration.  Such access might
      occur while the RTC is stopped, prior to clearing
      pending alarms, etc.
      
      The new ordering also avoids leaving the platform
      device drvdata set to an unregistered struct rtc_device *
      on probe errors.
      Signed-off-by: NTodd Poynor <toddpoynor@google.com>
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      7e72c686
  6. 11 8月, 2011 2 次提交
  7. 26 7月, 2011 1 次提交
  8. 10 3月, 2011 1 次提交
    • J
      RTC: Cleanup rtc_class_ops->update_irq_enable() · 51ba60c5
      John Stultz 提交于
      Now that the generic code handles UIE mode irqs via periodic
      alarm interrupts, no one calls the
      rtc_class_ops->update_irq_enable() method anymore.
      
      This patch removes the driver hooks and implementations of
      update_irq_enable if no one else is calling it.
      
      CC: Thomas Gleixner <tglx@linutronix.de>
      CC: Alessandro Zummo <a.zummo@towertech.it>
      CC: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>
      CC: rtc-linux@googlegroups.com
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      51ba60c5
  9. 07 3月, 2010 1 次提交
  10. 14 12月, 2009 4 次提交
  11. 13 5月, 2009 1 次提交
  12. 25 3月, 2009 1 次提交
  13. 16 1月, 2009 2 次提交
  14. 07 1月, 2009 1 次提交
  15. 11 12月, 2008 1 次提交
  16. 22 10月, 2008 1 次提交