1. 14 1月, 2011 23 次提交
  2. 09 1月, 2011 2 次提交
  3. 30 12月, 2010 1 次提交
  4. 29 12月, 2010 3 次提交
  5. 24 12月, 2010 1 次提交
    • T
      mfd: update workqueue usages · afdb32f2
      Tejun Heo 提交于
      flush_scheduled_work() is deprecated and scheduled to be removed.
      
      * In menelaus, flush menelaus->work directly on probe failure.  Also,
        make sure the work isn't running on removal.
      
      * In tps65010, cancel_delayed_work() + flush_scheduled_work() ->
        cancel_delayed_work_sync().  While at it, remove unnecessary (void)
        casts on return value, and use schedule_delayed_work() and
        to_delayed_work() instead of using delayed_work's internal work
        field.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      afdb32f2
  6. 22 12月, 2010 3 次提交
  7. 20 12月, 2010 7 次提交