aboutsummaryrefslogtreecommitdiffstats
path: root/patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch')
-rw-r--r--patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch b/patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch
deleted file mode 100644
index 14e2e5db849390..00000000000000
--- a/patches.runtime_pm/0063-PM-Runtime-pm_runtime_idle-can-be-called-in-atomic-c.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0204fb7b94314c8d49cec3a707aedfcca93b7386 Mon Sep 17 00:00:00 2001
-From: Ming Lei <tom.leiming@gmail.com>
-Date: Wed, 21 Sep 2011 22:31:33 +0200
-Subject: 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>
-(cherry picked from commit 2e6ba515f50ef7ddf35b2703d014d3216c9b8b24)
-
-Signed-off-by: Simon Horman <horms@verge.net.au>
----
- Documentation/power/runtime_pm.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
-index 08d70e4..1f05404 100644
---- a/Documentation/power/runtime_pm.txt
-+++ b/Documentation/power/runtime_pm.txt
-@@ -477,6 +477,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()
---
-1.7.10.1.362.g242cab3
-