diff options
author | Colin Cross <ccross@android.com> | 2011-06-29 14:29:27 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-29 14:29:27 -0700 |
commit | 9b0cd4ab4e84e5738c35bd93479ac8848ec58bad (patch) | |
tree | 1e217d95e20a05f995eaaf751b1d1064f8c7eee6 /Documentation/power/runtime_pm.txt | |
parent | 7423276e38ec62563970456ec280cf5f922141dc (diff) | |
parent | b0af8dfdd67699e25083478c63eedef2e72ebd85 (diff) | |
download | kernel_samsung_tuna-9b0cd4ab4e84e5738c35bd93479ac8848ec58bad.zip kernel_samsung_tuna-9b0cd4ab4e84e5738c35bd93479ac8848ec58bad.tar.gz kernel_samsung_tuna-9b0cd4ab4e84e5738c35bd93479ac8848ec58bad.tar.bz2 |
Merge commit 'v3.0-rc5' into linux-omap-3.0
Diffstat (limited to 'Documentation/power/runtime_pm.txt')
-rw-r--r-- | Documentation/power/runtime_pm.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index 654097b..22accb3 100644 --- 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 |