diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-02-02 01:32:13 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-02-06 19:25:55 +0100 |
commit | 2728b2d2e5be4b828a523a06089cd605419fc65c (patch) | |
tree | 79a2a45f99bbb68c8191bb780c2c5ab60ab1c358 /Documentation/driver-api/index.rst | |
parent | PM / core: Update kerneldoc comments in pm.h (diff) | |
download | linux-2728b2d2e5be4b828a523a06089cd605419fc65c.tar.xz linux-2728b2d2e5be4b828a523a06089cd605419fc65c.zip |
PM / core / docs: Convert sleep states API document to reST
Move the document describing the system sleep state transitions API
for devices to Documentation/driver-api/pm/, convert it to reST and
update it to use current terminology. Also remove the remaining
reference to the old version of it from pm.h.
The new document still contains references to some documents in the
.txt format that will be converted later.
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/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 9cdf81b59ec5..ea580c0aa232 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -16,6 +16,7 @@ available subsections can be seen below. basics infrastructure + pm/index device-io dma-buf device_link |