diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-02-02 01:38:54 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-02-06 19:26:02 +0100 |
commit | 730c4c053012b058ccb5393bbc1691e4e872e741 (patch) | |
tree | 7998b44dc154c4e3389d832bbcbd905722a1b712 /Documentation/driver-api/pm/index.rst | |
parent | PM / core / docs: Convert sleep states API document to reST (diff) | |
download | linux-730c4c053012b058ccb5393bbc1691e4e872e741.tar.xz linux-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/driver-api/pm/index.rst')
-rw-r--r-- | Documentation/driver-api/pm/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/pm/index.rst b/Documentation/driver-api/pm/index.rst index f7b3ce9e9ba0..2f6d0e9cf6b7 100644 --- a/Documentation/driver-api/pm/index.rst +++ b/Documentation/driver-api/pm/index.rst @@ -5,6 +5,7 @@ Device Power Management .. toctree:: devices + notifiers types .. only:: subproject and html |