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
Kconfig -rw-r--r-- 13.7 KB
Makefile -rw-r--r-- 1.7 KB
ath3k.c -rw-r--r-- 14.9 KB
bcm203x.c -rw-r--r-- 6.0 KB
bfusb.c -rw-r--r-- 14.9 KB
bluecard_cs.c -rw-r--r-- 19.7 KB
bpa10x.c -rw-r--r-- 8.8 KB
bt3c_cs.c -rw-r--r-- 14.7 KB
btbcm.c -rw-r--r-- 18.7 KB
btbcm.h -rw-r--r-- 2.5 KB
btintel.c -rw-r--r-- 79.3 KB
btintel.h -rw-r--r-- 7.6 KB
btmrvl_debugfs.c -rw-r--r-- 4.7 KB
btmrvl_drv.h -rw-r--r-- 4.2 KB
btmrvl_main.c -rw-r--r-- 17.5 KB
btmrvl_sdio.c -rw-r--r-- 40.8 KB
btmrvl_sdio.h -rw-r--r-- 2.6 KB
btmtk.c -rw-r--r-- 9.9 KB
btmtk.h -rw-r--r-- 3.9 KB
btmtksdio.c -rw-r--r-- 35.9 KB
btmtkuart.c -rw-r--r-- 23.9 KB
btnxpuart.c -rw-r--r-- 37.7 KB
btqca.c -rw-r--r-- 20.6 KB
btqca.h -rw-r--r-- 4.4 KB
btqcomsmd.c -rw-r--r-- 4.9 KB
btrsi.c -rw-r--r-- 4.5 KB
btrtl.c -rw-r--r-- 37.9 KB
btrtl.h -rw-r--r-- 4.0 KB
btsdio.c -rw-r--r-- 7.8 KB
btusb.c -rw-r--r-- 130.2 KB
dtl1_cs.c -rw-r--r-- 12.4 KB
h4_recv.h -rw-r--r-- 2.9 KB
hci_ag6xx.c -rw-r--r-- 7.1 KB
hci_ath.c -rw-r--r-- 5.3 KB
hci_bcm.c -rw-r--r-- 39.5 KB
hci_bcm4377.c -rw-r--r-- 71.6 KB
hci_bcsp.c -rw-r--r-- 18.2 KB
hci_h4.c -rw-r--r-- 5.4 KB
hci_h5.c -rw-r--r-- 25.6 KB
hci_intel.c -rw-r--r-- 29.6 KB
hci_ldisc.c -rw-r--r-- 19.7 KB
hci_ll.c -rw-r--r-- 19.2 KB
hci_mrvl.c -rw-r--r-- 11.6 KB
hci_nokia.c -rw-r--r-- 18.1 KB
hci_qca.c -rw-r--r-- 65.5 KB
hci_serdev.c -rw-r--r-- 9.3 KB
hci_uart.h -rw-r--r-- 4.8 KB
hci_vhci.c -rw-r--r-- 14.6 KB
virtio_bt.c -rw-r--r-- 8.8 KB

back to top