1. 24 3月, 2012 1 次提交
    • A
      rtc: convert rtc i2c drivers to module_i2c_driver · 0abc9201
      Axel Lin 提交于
      Factor out some boilerplate code for i2c driver registration into
      module_i2c_driver.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Piotr Ziecik <kosmo@semihalf.com>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
      Cc: Mike Rapoport <mike@compulab.co.il>
      Cc: Sergey Lapin <slapin@ossfans.org>
      Cc: Roman Fietze <roman.fietze@telemotive.de>
      Cc: Herbert Valerio Riedel <hvr@gnu.org>
      Cc: Alexander Bigga <ab@mycable.de>
      Cc: Dale Farnsworth <dale@farnsworth.org>
      Cc: Gregory Hermant <gregory.hermant@calao-systems.com>
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: Martyn Welch <martyn.welch@ge.com>
      Cc: Byron Bradley <byron.bbradley@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0abc9201
  2. 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
  3. 26 2月, 2011 1 次提交
  4. 24 12月, 2010 1 次提交
    • T
      rtc: don't use flush_scheduled_work() · 9db8995b
      Tejun Heo 提交于
      flush_scheduled_work() is deprecated and scheduled to be removed.  On
      removal, directly cancel the work, and flush the uie_task in
      rtc-dev.c::clear_uie().
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: rtc-linux@googlegroups.com
      9db8995b
  5. 28 10月, 2010 1 次提交
  6. 30 9月, 2010 1 次提交
  7. 11 8月, 2010 1 次提交