projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1b0b8
)
PM / Runtime: pm_runtime_idle() can be called in atomic context
author
Ming Lei
<tom.leiming@gmail.com>
Wed, 21 Sep 2011 20:31:33 +0000
(22:31 +0200)
committer
Rafael 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
patch
|
blob
|
history
diff --git
a/Documentation/power/runtime_pm.txt
b/Documentation/power/runtime_pm.txt
index 62f37bc3866fbec75fba42ce2141d2c123867338..1750740b17e8c914e0d6a429d194f8394b5cc617 100644
(file)
--- a/
Documentation/power/runtime_pm.txt
+++ b/
Documentation/power/runtime_pm.txt
@@
-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()