diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-11-08 02:16:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-11-08 02:16:23 +0100 |
commit | 305230142ae0637213bf6e04f6d9f10bbcb74af8 (patch) | |
tree | 42e5c57129a497a951589bfdb23ed8c56b7462ce /tools | |
parent | Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drm (diff) | |
parent | Merge branch 'pm-tools' (diff) | |
download | linux-305230142ae0637213bf6e04f6d9f10bbcb74af8.tar.xz linux-305230142ae0637213bf6e04f6d9f10bbcb74af8.zip |
Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more power management updates from Rafael Wysocki:
"These add new hardware support to a cpufreq driver and fix cpupower
utility documentation:
- Add support for several Qualcomm SoC versions to the Qualcomm
cpufreq driver (Robert Marko, Varadarajan Narayanan)
- Fix a reference to a removed document in the cpupower utility
documentation (Vegard Nossum)"
* tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx
cpufreq: qcom-nvmem: Enable cpufreq for ipq53xx
cpufreq: qcom-nvmem: add support for IPQ8074
cpupower: fix reference to nonexistent document
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/cpupower/man/cpupower-powercap-info.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/man/cpupower-powercap-info.1 b/tools/power/cpupower/man/cpupower-powercap-info.1 index df3087000efb..145d6f06fa72 100644 --- a/tools/power/cpupower/man/cpupower-powercap-info.1 +++ b/tools/power/cpupower/man/cpupower-powercap-info.1 @@ -17,7 +17,7 @@ settings of all cores, see cpupower(1) how to choose specific cores. .SH "DOCUMENTATION" kernel sources: -Documentation/power/powercap/powercap.txt +Documentation/power/powercap/powercap.rst .SH "SEE ALSO" |