Documentation: ABI: make current_governer_ro as a candidate for removal
authorHanjun Guo <guohanjun@huawei.com>
Tue, 19 May 2020 06:25:25 +0000 (14:25 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 19 May 2020 15:41:17 +0000 (17:41 +0200)
Since both current_governor and current_governor_ro co-exist under
/sys/devices/system/cpu/cpuidle/ file, and it's duplicate,
make current_governer_ro as a candidate for removal.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Reviewed-by: Doug Smythies <dsmythies@telus.net>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/ABI/obsolete/sysfs-cpuidle [new file with mode: 0644]

diff --git a/Documentation/ABI/obsolete/sysfs-cpuidle b/Documentation/ABI/obsolete/sysfs-cpuidle
new file mode 100644 (file)
index 0000000..e398fb5
--- /dev/null
@@ -0,0 +1,9 @@
+What:          /sys/devices/system/cpu/cpuidle/current_governor_ro
+Date:          April, 2020
+Contact:       linux-pm@vger.kernel.org
+Description:
+       current_governor_ro shows current using cpuidle governor, but read only.
+       with the update that cpuidle governor can be changed at runtime in default,
+       both current_governor and current_governor_ro co-exist under
+       /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
+       current_governor_ro obselete.