summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/pm/system-wide.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: PM: sleep: Document system-wide suspend code flowsRafael J. Wysocki2020-04-031-0/+1
| | | | | | | Add a document describing high-level system-wide suspend code flows in Linux. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
* Documentation: PM: Add SPDX license tags to multiple filesRafael J. Wysocki2019-04-081-0/+2
| | | | | | | | Add SPDX license tags to .rst files under Documentation/driver-api/pm and Documentation/admin-quide/pm. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
* PM: docs: Describe high-level PM strategies and sleep statesRafael J. Wysocki2017-08-291-0/+8
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>