diff options
| -rw-r--r-- | Documentation/admin-guide/pm/cpufreq.rst | 6 | ||||
| -rw-r--r-- | Documentation/admin-guide/pm/cpuidle.rst | 6 | ||||
| -rw-r--r-- | Documentation/admin-guide/pm/intel_pstate.rst | 5 | ||||
| -rw-r--r-- | Documentation/admin-guide/pm/sleep-states.rst | 6 | ||||
| -rw-r--r-- | Documentation/admin-guide/pm/strategies.rst | 6 | ||||
| -rw-r--r-- | Documentation/driver-api/pm/cpuidle.rst | 5 | ||||
| -rw-r--r-- | Documentation/driver-api/pm/devices.rst | 10 | ||||
| -rw-r--r-- | Documentation/driver-api/pm/notifiers.rst | 6 |
8 files changed, 32 insertions, 18 deletions
diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst index 63e54ba1fe0c..0c74a7784964 100644 --- a/Documentation/admin-guide/pm/cpufreq.rst +++ b/Documentation/admin-guide/pm/cpufreq.rst | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | .. |struct cpufreq_policy| replace:: :c:type:`struct cpufreq_policy <cpufreq_policy>` | 4 | .. |struct cpufreq_policy| replace:: :c:type:`struct cpufreq_policy <cpufreq_policy>` |
| 4 | .. |intel_pstate| replace:: :doc:`intel_pstate <intel_pstate>` | 5 | .. |intel_pstate| replace:: :doc:`intel_pstate <intel_pstate>` |
| @@ -7,9 +8,10 @@ | |||
| 7 | CPU Performance Scaling | 8 | CPU Performance Scaling |
| 8 | ======================= | 9 | ======================= |
| 9 | 10 | ||
| 10 | :: | 11 | :Copyright: |copy| 2017 Intel Corporation |
| 12 | |||
| 13 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 11 | 14 | ||
| 12 | Copyright (c) 2017 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 13 | 15 | ||
| 14 | The Concept of CPU Performance Scaling | 16 | The Concept of CPU Performance Scaling |
| 15 | ====================================== | 17 | ====================================== |
diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst index ab8fa0856095..e70b365dbc60 100644 --- a/Documentation/admin-guide/pm/cpuidle.rst +++ b/Documentation/admin-guide/pm/cpuidle.rst | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | .. |struct cpuidle_state| replace:: :c:type:`struct cpuidle_state <cpuidle_state>` | 4 | .. |struct cpuidle_state| replace:: :c:type:`struct cpuidle_state <cpuidle_state>` |
| 4 | .. |cpufreq| replace:: :doc:`CPU Performance Scaling <cpufreq>` | 5 | .. |cpufreq| replace:: :doc:`CPU Performance Scaling <cpufreq>` |
| @@ -7,9 +8,10 @@ | |||
| 7 | CPU Idle Time Management | 8 | CPU Idle Time Management |
| 8 | ======================== | 9 | ======================== |
| 9 | 10 | ||
| 10 | :: | 11 | :Copyright: |copy| 2018 Intel Corporation |
| 12 | |||
| 13 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 11 | 14 | ||
| 12 | Copyright (c) 2018 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 13 | 15 | ||
| 14 | Concepts | 16 | Concepts |
| 15 | ======== | 17 | ======== |
diff --git a/Documentation/admin-guide/pm/intel_pstate.rst b/Documentation/admin-guide/pm/intel_pstate.rst index 5883c6c80315..67e414e34f37 100644 --- a/Documentation/admin-guide/pm/intel_pstate.rst +++ b/Documentation/admin-guide/pm/intel_pstate.rst | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | =============================================== | 4 | =============================================== |
| 4 | ``intel_pstate`` CPU Performance Scaling Driver | 5 | ``intel_pstate`` CPU Performance Scaling Driver |
| 5 | =============================================== | 6 | =============================================== |
| 6 | 7 | ||
| 7 | :: | 8 | :Copyright: |copy| 2017 Intel Corporation |
| 8 | 9 | ||
| 9 | Copyright (c) 2017 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 10 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
| 10 | 11 | ||
| 11 | 12 | ||
| 12 | General Information | 13 | General Information |
diff --git a/Documentation/admin-guide/pm/sleep-states.rst b/Documentation/admin-guide/pm/sleep-states.rst index 6d3537ae9a94..cd3a28cb81f4 100644 --- a/Documentation/admin-guide/pm/sleep-states.rst +++ b/Documentation/admin-guide/pm/sleep-states.rst | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | =================== | 4 | =================== |
| 4 | System Sleep States | 5 | System Sleep States |
| 5 | =================== | 6 | =================== |
| 6 | 7 | ||
| 7 | :: | 8 | :Copyright: |copy| 2017 Intel Corporation |
| 9 | |||
| 10 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 8 | 11 | ||
| 9 | Copyright (c) 2017 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 10 | 12 | ||
| 11 | Sleep states are global low-power states of the entire system in which user | 13 | Sleep states are global low-power states of the entire system in which user |
| 12 | space code cannot be executed and the overall system activity is significantly | 14 | space code cannot be executed and the overall system activity is significantly |
diff --git a/Documentation/admin-guide/pm/strategies.rst b/Documentation/admin-guide/pm/strategies.rst index 863172633fca..dd0362e32fa5 100644 --- a/Documentation/admin-guide/pm/strategies.rst +++ b/Documentation/admin-guide/pm/strategies.rst | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | =========================== | 4 | =========================== |
| 4 | Power Management Strategies | 5 | Power Management Strategies |
| 5 | =========================== | 6 | =========================== |
| 6 | 7 | ||
| 7 | :: | 8 | :Copyright: |copy| 2017 Intel Corporation |
| 9 | |||
| 10 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 8 | 11 | ||
| 9 | Copyright (c) 2017 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 10 | 12 | ||
| 11 | The Linux kernel supports two major high-level power management strategies. | 13 | The Linux kernel supports two major high-level power management strategies. |
| 12 | 14 | ||
diff --git a/Documentation/driver-api/pm/cpuidle.rst b/Documentation/driver-api/pm/cpuidle.rst index 7e0d850e0113..006cf6db40c6 100644 --- a/Documentation/driver-api/pm/cpuidle.rst +++ b/Documentation/driver-api/pm/cpuidle.rst | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | .. |struct cpuidle_governor| replace:: :c:type:`struct cpuidle_governor <cpuidle_governor>` | 4 | .. |struct cpuidle_governor| replace:: :c:type:`struct cpuidle_governor <cpuidle_governor>` |
| 4 | .. |struct cpuidle_device| replace:: :c:type:`struct cpuidle_device <cpuidle_device>` | 5 | .. |struct cpuidle_device| replace:: :c:type:`struct cpuidle_device <cpuidle_device>` |
| @@ -9,9 +10,9 @@ | |||
| 9 | CPU Idle Time Management | 10 | CPU Idle Time Management |
| 10 | ======================== | 11 | ======================== |
| 11 | 12 | ||
| 12 | :: | 13 | :Copyright: |copy| 2019 Intel Corporation |
| 13 | 14 | ||
| 14 | Copyright (c) 2019 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 15 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
| 15 | 16 | ||
| 16 | 17 | ||
| 17 | CPU Idle Time Management Subsystem | 18 | CPU Idle Time Management Subsystem |
diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst index 6885d72d85ca..30835683616a 100644 --- a/Documentation/driver-api/pm/devices.rst +++ b/Documentation/driver-api/pm/devices.rst | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | .. |struct dev_pm_ops| replace:: :c:type:`struct dev_pm_ops <dev_pm_ops>` | 4 | .. |struct dev_pm_ops| replace:: :c:type:`struct dev_pm_ops <dev_pm_ops>` |
| 4 | .. |struct dev_pm_domain| replace:: :c:type:`struct dev_pm_domain <dev_pm_domain>` | 5 | .. |struct dev_pm_domain| replace:: :c:type:`struct dev_pm_domain <dev_pm_domain>` |
| @@ -14,11 +15,12 @@ | |||
| 14 | Device Power Management Basics | 15 | Device Power Management Basics |
| 15 | ============================== | 16 | ============================== |
| 16 | 17 | ||
| 17 | :: | 18 | :Copyright: |copy| 2010-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. |
| 19 | :Copyright: |copy| 2010 Alan Stern <stern@rowland.harvard.edu> | ||
| 20 | :Copyright: |copy| 2016 Intel Corporation | ||
| 21 | |||
| 22 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 18 | 23 | ||
| 19 | Copyright (c) 2010-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. | ||
| 20 | Copyright (c) 2010 Alan Stern <stern@rowland.harvard.edu> | ||
| 21 | Copyright (c) 2016 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 22 | 24 | ||
| 23 | Most of the code in Linux is device drivers, so most of the Linux power | 25 | Most of the code in Linux is device drivers, so most of the Linux power |
| 24 | management (PM) code is also driver-specific. Most drivers will do very | 26 | management (PM) code is also driver-specific. Most drivers will do very |
diff --git a/Documentation/driver-api/pm/notifiers.rst b/Documentation/driver-api/pm/notifiers.rst index 69678a0d9cc0..186435c43b77 100644 --- a/Documentation/driver-api/pm/notifiers.rst +++ b/Documentation/driver-api/pm/notifiers.rst | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | .. include:: <isonum.txt> | ||
| 2 | 3 | ||
| 3 | ============================= | 4 | ============================= |
| 4 | Suspend/Hibernation Notifiers | 5 | Suspend/Hibernation Notifiers |
| 5 | ============================= | 6 | ============================= |
| 6 | 7 | ||
| 7 | :: | 8 | :Copyright: |copy| 2016 Intel Corporation |
| 9 | |||
| 10 | :Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 8 | 11 | ||
| 9 | Copyright (c) 2016 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
| 10 | 12 | ||
| 11 | There are some operations that subsystems or drivers may want to carry out | 13 | There are some operations that subsystems or drivers may want to carry out |
| 12 | before hibernation/suspend or after restore/resume, but they require the system | 14 | before hibernation/suspend or after restore/resume, but they require the system |
