diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-01-09 13:53:50 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-01-18 00:15:20 +0300 |
commit | 3b7357663a47092576c2802dd1dc74d35c8c8721 (patch) | |
tree | f91419c3fbb9589e945b2831e981e013f66c483a /Documentation/driver-api/pm/index.rst | |
parent | b26bf6ab716f27955e2a503ffca1691582127cbb (diff) | |
download | linux-3b7357663a47092576c2802dd1dc74d35c8c8721.tar.xz |
Documentation: driver-api: PM: Add cpuidle document
Replace the remaining documents under Documentation/cpuidle/
with one more complete governor and driver API document for cpuidle
under Documentation/driver-api/pm/.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/driver-api/pm/index.rst')
-rw-r--r-- | Documentation/driver-api/pm/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/driver-api/pm/index.rst b/Documentation/driver-api/pm/index.rst index 2f6d0e9cf6b7..56975c6bc789 100644 --- a/Documentation/driver-api/pm/index.rst +++ b/Documentation/driver-api/pm/index.rst @@ -1,9 +1,10 @@ -======================= -Device Power Management -======================= +=============================== +CPU and Device Power Management +=============================== .. toctree:: + cpuidle devices notifiers types |