diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-12-03 21:22:56 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-12-03 21:22:56 +0100 |
commit | 4ec6afd628665aa2cffeddf0c9ca6ab6b984fc03 (patch) | |
tree | c5cd8043715e79d9c7dc3550793d00162befaeb1 /Documentation | |
parent | Merge tag 's390-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... (diff) | |
parent | Merge branch 'powercap' (diff) | |
download | linux-4ec6afd628665aa2cffeddf0c9ca6ab6b984fc03.tar.xz linux-4ec6afd628665aa2cffeddf0c9ca6ab6b984fc03.zip |
Merge tag 'pm-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fixes from Rafael Wysocki:
"These fix a CPU hot-add issue in the cpufreq core, fix a comment in
the cpufreq core code and update its documentation, and disable the
DTPM (Dynamic Thermal Power Management) code for the time being to
prevent it from causing issues to appear.
Specifics:
- Disable DTPM for this cycle to prevent it from causing issues to
appear on otherwise functional systems (Daniel Lezcano)
- Fix cpufreq sysfs interface failure related to physical CPU hot-add
(Xiongfeng Wang)
- Fix comment in cpufreq core and update its documentation (Tang
Yizhou)"
* tag 'pm-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
powercap: DTPM: Drop unused local variable from init_dtpm()
cpufreq: docs: Update core.rst
cpufreq: Fix a comment in cpufreq_policy_free
powercap/drivers/dtpm: Disable DTPM at boot time
cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cpu-freq/core.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/cpu-freq/core.rst b/Documentation/cpu-freq/core.rst index 33cb90bd1d8f..4ceef8e7217c 100644 --- a/Documentation/cpu-freq/core.rst +++ b/Documentation/cpu-freq/core.rst @@ -73,12 +73,12 @@ CPUFREQ_POSTCHANGE. The third argument is a struct cpufreq_freqs with the following values: -===== =========================== -cpu number of the affected CPU +====== ====================================== +policy a pointer to the struct cpufreq_policy old old frequency new new frequency flags flags of the cpufreq driver -===== =========================== +====== ====================================== 3. CPUFreq Table Generation with Operating Performance Point (OPP) ================================================================== |