diff options
author | Linus Torvalds | 2020-02-28 08:49:52 -0800 |
---|---|---|
committer | Linus Torvalds | 2020-02-28 08:49:52 -0800 |
commit | 36428598126ec20329537825ecd855ac77334301 (patch) | |
tree | 2c3f089aaa6122450e04e5d8c7cfaf886740d243 /Documentation | |
parent | bfeb4f9977348daaaf7283ff365d81f7ee95940a (diff) | |
parent | 189c6967fe61729fa7e9cdc32690b08fc7eebe41 (diff) |
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fixes from Rafael Wysocki:
"Fix a recent cpufreq initialization regression (Rafael Wysocki),
revert a devfreq commit that made incompatible changes and broke user
land on some systems (Orson Zhai), drop a stale reference to a
document that has gone away recently (Jonathan Neuschäfer), and fix a
typo in a hibernation code comment (Alexandre Belloni)"
* tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
cpufreq: Fix policy initialization for internal governor drivers
Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"
PM / hibernate: fix typo "reserverd_size" -> "reserved_size"
Documentation: power: Drop reference to interface.rst
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/power/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/power/index.rst b/Documentation/power/index.rst index 002e42745263..ced8a8007434 100644 --- a/Documentation/power/index.rst +++ b/Documentation/power/index.rst @@ -13,7 +13,6 @@ Power Management drivers-testing energy-model freezing-of-tasks - interface opp pci pm_qos_interface |