Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fixes from Rafael Wysocki: "These fix the recently added Tegra194 cpufreq driver and the handling of devices using runtime PM during system-wide suspend, improve the intel_pstate driver documentation and clean up the cpufreq core. Specifics: - Make the recently added Tegra194 cpufreq driver use read_cpuid_mpir() instead of cpu_logical_map() to avoid exporting logical_cpu_map (Sumit Gupta). - Drop the automatic system wakeup event reporting for devices with pending runtime-resume requests during system-wide suspend to avoid spurious aborts of the suspend flow (Rafael Wysocki). - Fix build warning in the intel_pstate driver documentation and improve the wording in there (Randy Dunlap). - Clean up two pieces of code in the cpufreq core (Viresh Kumar)" * tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: cpufreq: Use WARN_ON_ONCE() for invalid relation cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq() PM: sleep: core: Fix the handling of pending runtime resume requests Documentation: fix pm/intel_pstate build warning and wording cpufreq: replace cpu_logical_map() with read_cpuid_mpir()
No related branches found
No related tags found
Showing
- Documentation/admin-guide/pm/intel_pstate.rst 2 additions, 2 deletionsDocumentation/admin-guide/pm/intel_pstate.rst
- drivers/base/power/main.c 10 additions, 6 deletionsdrivers/base/power/main.c
- drivers/cpufreq/cpufreq.c 1 addition, 2 deletionsdrivers/cpufreq/cpufreq.c
- drivers/cpufreq/tegra194-cpufreq.c 7 additions, 3 deletionsdrivers/cpufreq/tegra194-cpufreq.c
- include/linux/cpufreq.h 2 additions, 2 deletionsinclude/linux/cpufreq.h
Loading
Please register or sign in to comment