summaryrefslogtreecommitdiffstats
path: root/Documentation/power/freezing-of-tasks.txt
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-02-02 01:38:54 +0100
committerJonathan Corbet <corbet@lwn.net>2017-02-06 11:26:02 -0700
commit730c4c053012b058ccb5393bbc1691e4e872e741 (patch)
tree7998b44dc154c4e3389d832bbcbd905722a1b712 /Documentation/power/freezing-of-tasks.txt
parent2728b2d2e5be4b828a523a06089cd605419fc65c (diff)
downloadlinux-stable-730c4c053012b058ccb5393bbc1691e4e872e741.tar.gz
linux-stable-730c4c053012b058ccb5393bbc1691e4e872e741.tar.bz2
linux-stable-730c4c053012b058ccb5393bbc1691e4e872e741.zip
PM / sleep / docs: Convert PM notifiers document to reST
Move the document describing PM notifiers (used during system sleep state transitions) to Documentation/driver-api/pm/, convert it to reST and update it to use current terminology. Also replace the remaining references to the old version of it in .txt documents with references to the new one. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/power/freezing-of-tasks.txt')
-rw-r--r--Documentation/power/freezing-of-tasks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/power/freezing-of-tasks.txt b/Documentation/power/freezing-of-tasks.txt
index 85894d83b352..af005770e767 100644
--- a/Documentation/power/freezing-of-tasks.txt
+++ b/Documentation/power/freezing-of-tasks.txt
@@ -197,7 +197,8 @@ tasks, since it generally exists anyway.
A driver must have all firmwares it may need in RAM before suspend() is called.
If keeping them is not practical, for example due to their size, they must be
-requested early enough using the suspend notifier API described in notifiers.txt.
+requested early enough using the suspend notifier API described in
+Documentation/driver-api/pm/notifiers.rst.
VI. Are there any precautions to be taken to prevent freezing failures?