PM / Runtime: pm_runtime_idle() can be called in atomic context
authorMing Lei <tom.leiming@gmail.com>
Wed, 21 Sep 2011 20:31:33 +0000 (22:31 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 21 Sep 2011 20:31:33 +0000 (22:31 +0200)
Add to pm_runtime_idle the list of functions that can be called
in atomic context if pm_runtime_irq_safe() has been called for the
device.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Documentation/power/runtime_pm.txt

index 62f37bc..1750740 100644 (file)
@@ -478,6 +478,7 @@ pm_runtime_autosuspend_expiration()
 If pm_runtime_irq_safe() has been called for a device then the following helper
 functions may also be used in interrupt context:
 
+pm_runtime_idle()
 pm_runtime_suspend()
 pm_runtime_autosuspend()
 pm_runtime_resume()