1. 05 9月, 2015 2 次提交
  2. 17 4月, 2015 1 次提交
  3. 04 4月, 2014 3 次提交
  4. 30 4月, 2013 1 次提交
  5. 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
  6. 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
  7. 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
  8. 26 2月, 2011 1 次提交
  9. 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
  10. 28 10月, 2010 1 次提交
  11. 30 9月, 2010 1 次提交
  12. 11 8月, 2010 1 次提交