diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-08-21 16:14:56 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-08-29 01:15:32 +0300 |
commit | 0c0b6b7bc427caed77b172916edc3c36cd1ab79d (patch) | |
tree | 9ca7c6fca67fc455a45fe783afd2078b339ba810 /Documentation/admin-guide/pm/index.rst | |
parent | cc4a41fe5541a73019a864883297bd5043aa6d98 (diff) | |
download | linux-0c0b6b7bc427caed77b172916edc3c36cd1ab79d.tar.xz |
PM: docs: Describe high-level PM strategies and sleep states
Reorganize the power management part of admin-guide by adding a
description of major power management strategies supported by the
kernel (system-wide and working-state power management) to it and
dividing the rest of the material into the system-wide PM and
working-state PM chapters.
On top of that, add a description of system sleep states to the
system-wide PM chapter.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Lukas Wunner <lukas@wunner.de>
Diffstat (limited to 'Documentation/admin-guide/pm/index.rst')
-rw-r--r-- | Documentation/admin-guide/pm/index.rst | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/admin-guide/pm/index.rst b/Documentation/admin-guide/pm/index.rst index 7f148f76f432..49237ac73442 100644 --- a/Documentation/admin-guide/pm/index.rst +++ b/Documentation/admin-guide/pm/index.rst @@ -5,12 +5,6 @@ Power Management .. toctree:: :maxdepth: 2 - cpufreq - intel_pstate - -.. only:: subproject and html - - Indices - ======= - - * :ref:`genindex` + strategies + system-wide + working-state |