aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-04-03 18:04:43 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-04-08 06:57:47 -0400
commitfc7db767b16cf2af3be9e87a4b88e206d0e1a8b2 (patch)
tree85df8ff1d64fde48642ac473fe7a989f1f85140c
parent1120b0f9850cb01fffcb5f4379a69c8ab7a6658f (diff)
Documentation: PM: Add SPDX license tags to multiple files
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>
-rw-r--r--Documentation/admin-guide/pm/cpufreq.rst2
-rw-r--r--Documentation/admin-guide/pm/cpuidle.rst2
-rw-r--r--Documentation/admin-guide/pm/index.rst2
-rw-r--r--Documentation/admin-guide/pm/intel_pstate.rst2
-rw-r--r--Documentation/admin-guide/pm/sleep-states.rst2
-rw-r--r--Documentation/admin-guide/pm/strategies.rst2
-rw-r--r--Documentation/admin-guide/pm/system-wide.rst2
-rw-r--r--Documentation/admin-guide/pm/working-state.rst2
-rw-r--r--Documentation/driver-api/pm/cpuidle.rst2
-rw-r--r--Documentation/driver-api/pm/devices.rst2
-rw-r--r--Documentation/driver-api/pm/index.rst2
-rw-r--r--Documentation/driver-api/pm/notifiers.rst2
-rw-r--r--Documentation/driver-api/pm/types.rst2
13 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/admin-guide/pm/cpufreq.rst b/Documentation/admin-guide/pm/cpufreq.rst
index b97ce64d5976..63e54ba1fe0c 100644
--- a/Documentation/admin-guide/pm/cpufreq.rst
+++ b/Documentation/admin-guide/pm/cpufreq.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1.. |struct cpufreq_policy| replace:: :c:type:`struct cpufreq_policy <cpufreq_policy>` 3.. |struct cpufreq_policy| replace:: :c:type:`struct cpufreq_policy <cpufreq_policy>`
2.. |intel_pstate| replace:: :doc:`intel_pstate <intel_pstate>` 4.. |intel_pstate| replace:: :doc:`intel_pstate <intel_pstate>`
3 5
diff --git a/Documentation/admin-guide/pm/cpuidle.rst b/Documentation/admin-guide/pm/cpuidle.rst
index 9c58b35a81cb..ab8fa0856095 100644
--- a/Documentation/admin-guide/pm/cpuidle.rst
+++ b/Documentation/admin-guide/pm/cpuidle.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1.. |struct cpuidle_state| replace:: :c:type:`struct cpuidle_state <cpuidle_state>` 3.. |struct cpuidle_state| replace:: :c:type:`struct cpuidle_state <cpuidle_state>`
2.. |cpufreq| replace:: :doc:`CPU Performance Scaling <cpufreq>` 4.. |cpufreq| replace:: :doc:`CPU Performance Scaling <cpufreq>`
3 5
diff --git a/Documentation/admin-guide/pm/index.rst b/Documentation/admin-guide/pm/index.rst
index 49237ac73442..39f8f9f81e7a 100644
--- a/Documentation/admin-guide/pm/index.rst
+++ b/Documentation/admin-guide/pm/index.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1================ 3================
2Power Management 4Power Management
3================ 5================
diff --git a/Documentation/admin-guide/pm/intel_pstate.rst b/Documentation/admin-guide/pm/intel_pstate.rst
index 6dba90b753d7..5883c6c80315 100644
--- a/Documentation/admin-guide/pm/intel_pstate.rst
+++ b/Documentation/admin-guide/pm/intel_pstate.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1=============================================== 3===============================================
2``intel_pstate`` CPU Performance Scaling Driver 4``intel_pstate`` CPU Performance Scaling Driver
3=============================================== 5===============================================
diff --git a/Documentation/admin-guide/pm/sleep-states.rst b/Documentation/admin-guide/pm/sleep-states.rst
index dbf5acd49f35..6d3537ae9a94 100644
--- a/Documentation/admin-guide/pm/sleep-states.rst
+++ b/Documentation/admin-guide/pm/sleep-states.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1=================== 3===================
2System Sleep States 4System Sleep States
3=================== 5===================
diff --git a/Documentation/admin-guide/pm/strategies.rst b/Documentation/admin-guide/pm/strategies.rst
index afe4d3f831fe..863172633fca 100644
--- a/Documentation/admin-guide/pm/strategies.rst
+++ b/Documentation/admin-guide/pm/strategies.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1=========================== 3===========================
2Power Management Strategies 4Power Management Strategies
3=========================== 5===========================
diff --git a/Documentation/admin-guide/pm/system-wide.rst b/Documentation/admin-guide/pm/system-wide.rst
index 0c81e4c5de39..2b1f987b34f0 100644
--- a/Documentation/admin-guide/pm/system-wide.rst
+++ b/Documentation/admin-guide/pm/system-wide.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1============================ 3============================
2System-Wide Power Management 4System-Wide Power Management
3============================ 5============================
diff --git a/Documentation/admin-guide/pm/working-state.rst b/Documentation/admin-guide/pm/working-state.rst
index b6cef9b5e961..e5fbf322f256 100644
--- a/Documentation/admin-guide/pm/working-state.rst
+++ b/Documentation/admin-guide/pm/working-state.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1============================== 3==============================
2Working-State Power Management 4Working-State Power Management
3============================== 5==============================
diff --git a/Documentation/driver-api/pm/cpuidle.rst b/Documentation/driver-api/pm/cpuidle.rst
index 5842ab621a58..7e0d850e0113 100644
--- a/Documentation/driver-api/pm/cpuidle.rst
+++ b/Documentation/driver-api/pm/cpuidle.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1.. |struct cpuidle_governor| replace:: :c:type:`struct cpuidle_governor <cpuidle_governor>` 3.. |struct cpuidle_governor| replace:: :c:type:`struct cpuidle_governor <cpuidle_governor>`
2.. |struct cpuidle_device| replace:: :c:type:`struct cpuidle_device <cpuidle_device>` 4.. |struct cpuidle_device| replace:: :c:type:`struct cpuidle_device <cpuidle_device>`
3.. |struct cpuidle_driver| replace:: :c:type:`struct cpuidle_driver <cpuidle_driver>` 5.. |struct cpuidle_driver| replace:: :c:type:`struct cpuidle_driver <cpuidle_driver>`
diff --git a/Documentation/driver-api/pm/devices.rst b/Documentation/driver-api/pm/devices.rst
index 090c151aa86b..6885d72d85ca 100644
--- a/Documentation/driver-api/pm/devices.rst
+++ b/Documentation/driver-api/pm/devices.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1.. |struct dev_pm_ops| replace:: :c:type:`struct dev_pm_ops <dev_pm_ops>` 3.. |struct dev_pm_ops| replace:: :c:type:`struct dev_pm_ops <dev_pm_ops>`
2.. |struct dev_pm_domain| replace:: :c:type:`struct dev_pm_domain <dev_pm_domain>` 4.. |struct dev_pm_domain| replace:: :c:type:`struct dev_pm_domain <dev_pm_domain>`
3.. |struct bus_type| replace:: :c:type:`struct bus_type <bus_type>` 5.. |struct bus_type| replace:: :c:type:`struct bus_type <bus_type>`
diff --git a/Documentation/driver-api/pm/index.rst b/Documentation/driver-api/pm/index.rst
index 56975c6bc789..c2a9ef8d115c 100644
--- a/Documentation/driver-api/pm/index.rst
+++ b/Documentation/driver-api/pm/index.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1=============================== 3===============================
2CPU and Device Power Management 4CPU and Device Power Management
3=============================== 5===============================
diff --git a/Documentation/driver-api/pm/notifiers.rst b/Documentation/driver-api/pm/notifiers.rst
index 62f860026992..69678a0d9cc0 100644
--- a/Documentation/driver-api/pm/notifiers.rst
+++ b/Documentation/driver-api/pm/notifiers.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1============================= 3=============================
2Suspend/Hibernation Notifiers 4Suspend/Hibernation Notifiers
3============================= 5=============================
diff --git a/Documentation/driver-api/pm/types.rst b/Documentation/driver-api/pm/types.rst
index 3ebdecc54104..73a231caf764 100644
--- a/Documentation/driver-api/pm/types.rst
+++ b/Documentation/driver-api/pm/types.rst
@@ -1,3 +1,5 @@
1.. SPDX-License-Identifier: GPL-2.0
2
1================================== 3==================================
2Device Power Management Data Types 4Device Power Management Data Types
3================================== 5==================================