Staging
v0.5.1
Revision 815fb87b753055df2d9e50f6cd80eb10235fe3e9 authored by Linus Torvalds on 02 December 2023, 00:01:00 UTC, committed by Linus Torvalds on 02 December 2023, 00:01:00 UTC
Pull power management fixes from Rafael Wysocki:
 "These fix issues in two cpufreq drivers, in the AMD P-state driver and
  in the power-capping DTPM framework.

  Specifics:

   - Fix the AMD P-state driver's EPP sysfs interface in the cases when
     the performance governor is in use (Ayush Jain)

   - Make the ->fast_switch() callback in the AMD P-state driver return
     the target frequency as expected (Gautham R. Shenoy)

   - Allow user space to control the range of frequencies to use via
     scaling_min_freq and scaling_max_freq when AMD P-state driver is in
     use (Wyes Karny)

   - Prevent power domains needed for wakeup signaling from being turned
     off during system suspend on Qualcomm systems and prevent
     performance states votes from runtime-suspended devices from being
     lost across a system suspend-resume cycle in qcom-cpufreq-nvmem
     (Stephan Gerhold)

   - Fix disabling the 792 Mhz OPP in the imx6q cpufreq driver for the
     i.MX6ULL types that can run at that frequency (Christoph
     Niedermaier)

   - Eliminate unnecessary and harmful conversions to uW from the DTPM
     (dynamic thermal and power management) framework (Lukasz Luba)"

* tag 'pm-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  cpufreq/amd-pstate: Only print supported EPP values for performance governor
  cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update
  powercap: DTPM: Fix unneeded conversions to micro-Watts
  cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()
  pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP
  cpufreq: qcom-nvmem: Preserve PM domain votes in system suspend
  cpufreq: qcom-nvmem: Enable virtual power domain devices
  cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
2 parent s ce474ae + a6b3125
History
File Mode Size
amd
arm
intel
iommufd
Kconfig -rw-r--r-- 14.8 KB
Makefile -rw-r--r-- 1.3 KB
apple-dart.c -rw-r--r-- 35.9 KB
dma-iommu.c -rw-r--r-- 50.0 KB
dma-iommu.h -rw-r--r-- 1.1 KB
exynos-iommu.c -rw-r--r-- 41.9 KB
fsl_pamu.c -rw-r--r-- 25.6 KB
fsl_pamu.h -rw-r--r-- 12.3 KB
fsl_pamu_domain.c -rw-r--r-- 12.2 KB
fsl_pamu_domain.h -rw-r--r-- 615 bytes
hyperv-iommu.c -rw-r--r-- 8.5 KB
io-pgfault.c -rw-r--r-- 11.2 KB
io-pgtable-arm-v7s.c -rw-r--r-- 28.2 KB
io-pgtable-arm.c -rw-r--r-- 34.2 KB
io-pgtable-arm.h -rw-r--r-- 812 bytes
io-pgtable-dart.c -rw-r--r-- 10.8 KB
io-pgtable.c -rw-r--r-- 1.9 KB
iommu-debugfs.c -rw-r--r-- 2.0 KB
iommu-priv.h -rw-r--r-- 969 bytes
iommu-sva.c -rw-r--r-- 4.9 KB
iommu-sva.h -rw-r--r-- 1.6 KB
iommu-sysfs.c -rw-r--r-- 2.9 KB
iommu-traces.c -rw-r--r-- 612 bytes
iommu.c -rw-r--r-- 92.8 KB
iova.c -rw-r--r-- 25.3 KB
ipmmu-vmsa.c -rw-r--r-- 30.2 KB
irq_remapping.c -rw-r--r-- 3.2 KB
irq_remapping.h -rw-r--r-- 1.4 KB
msm_iommu.c -rw-r--r-- 20.0 KB
msm_iommu.h -rw-r--r-- 2.7 KB
msm_iommu_hw-8xxx.h -rw-r--r-- 73.4 KB
mtk_iommu.c -rw-r--r-- 55.8 KB
mtk_iommu_v1.c -rw-r--r-- 20.4 KB
of_iommu.c -rw-r--r-- 6.9 KB
omap-iommu-debug.c -rw-r--r-- 5.5 KB
omap-iommu.c -rw-r--r-- 41.3 KB
omap-iommu.h -rw-r--r-- 7.0 KB
omap-iopgtable.h -rw-r--r-- 2.7 KB
rockchip-iommu.c -rw-r--r-- 36.2 KB
s390-iommu.c -rw-r--r-- 18.9 KB
sprd-iommu.c -rw-r--r-- 13.7 KB
sun50i-iommu.c -rw-r--r-- 29.2 KB
tegra-smmu.c -rw-r--r-- 27.9 KB
virtio-iommu.c -rw-r--r-- 30.6 KB

back to top