Skip to content
Power management fixes for 5.9-rc3

 - 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).