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:
ef46222
)
PM / Runtime: Update doc: usage count no longer incremented across system PM
author
Kevin Hilman
<
[email protected]
>
Fri, 10 Jun 2011 23:05:51 +0000
(16:05 -0700)
committer
Rafael J. Wysocki
<
[email protected]
>
Tue, 21 Jun 2011 21:17:59 +0000
(23:17 +0200)
Commit
e8665002477f0278f84f898145b1f141ba26ee26
(PM: Allow
pm_runtime_suspend() to succeed during system suspend) removed usage
count increment across system PM.
Update doc to reflect this.
Signed-off-by: Kevin Hilman <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
Documentation/power/runtime_pm.txt
patch
|
blob
|
history
diff --git
a/Documentation/power/runtime_pm.txt
b/Documentation/power/runtime_pm.txt
index 654097b130b46175c4c5165ded5f535718266cc7..22accb3eb40e293c777d6898cb63cb2ce9f5bd91 100644
(file)
--- a/
Documentation/power/runtime_pm.txt
+++ b/
Documentation/power/runtime_pm.txt
@@
-566,11
+566,6
@@
to do this is:
pm_runtime_set_active(dev);
pm_runtime_enable(dev);
-The PM core always increments the run-time usage counter before calling the
-->prepare() callback and decrements it after calling the ->complete() callback.
-Hence disabling run-time PM temporarily like this will not cause any run-time
-suspend callbacks to be lost.
-
7. Generic subsystem callbacks
Subsystems may wish to conserve code space by using the set of generic power