diff options
author | Colin Cross <ccross@android.com> | 2011-09-23 20:12:21 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-09-23 20:12:21 -0700 |
commit | b92c357bdea205a056b435a2b542b04aa8247b8a (patch) | |
tree | d4665bab2a9a6d8f23433a19b67b8f449e456394 /Documentation | |
parent | 1ef87ff4e3bd3df396566ac804ffe8d5aa7abb2e (diff) | |
parent | b1d0d5fe07a4c96d791f3126bbfc8d0131d1aa32 (diff) | |
download | kernel_samsung_tuna-b92c357bdea205a056b435a2b542b04aa8247b8a.zip kernel_samsung_tuna-b92c357bdea205a056b435a2b542b04aa8247b8a.tar.gz kernel_samsung_tuna-b92c357bdea205a056b435a2b542b04aa8247b8a.tar.bz2 |
Merge branch 'android-3.0' into android-omap-3.0
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/power/runtime_pm.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt index b24875b..22852b3 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt @@ -469,6 +469,7 @@ pm_runtime_autosuspend() pm_runtime_resume() pm_runtime_get_sync() pm_runtime_put_sync_suspend() +pm_runtime_put_sync_autosuspend() 5. Run-time PM Initialization, Device Probing and Removal |