diff options
author | Ming Lei <tom.leiming@gmail.com> | 2011-09-21 16:31:33 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-09-21 16:31:33 -0400 |
commit | 2e6ba515f50ef7ddf35b2703d014d3216c9b8b24 (patch) | |
tree | 2071ea60cf599daccfd7a2117c9f24621de67be3 /Documentation/power/runtime_pm.txt | |
parent | 5b1b0b812a7b1a5b968c5d06d90d1cb88621b941 (diff) |
PM / Runtime: pm_runtime_idle() can be called in atomic context
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>
Diffstat (limited to 'Documentation/power/runtime_pm.txt')
-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 62f37bc3866f..1750740b17e8 100644 --- a/Documentation/power/runtime_pm.txt +++ b/Documentation/power/runtime_pm.txt | |||
@@ -478,6 +478,7 @@ pm_runtime_autosuspend_expiration() | |||
478 | If pm_runtime_irq_safe() has been called for a device then the following helper | 478 | If pm_runtime_irq_safe() has been called for a device then the following helper |
479 | functions may also be used in interrupt context: | 479 | functions may also be used in interrupt context: |
480 | 480 | ||
481 | pm_runtime_idle() | ||
481 | pm_runtime_suspend() | 482 | pm_runtime_suspend() |
482 | pm_runtime_autosuspend() | 483 | pm_runtime_autosuspend() |
483 | pm_runtime_resume() | 484 | pm_runtime_resume() |