The following commit has been merged in the master branch: commit 7b5bcf9b842087ba38cb6292637910f384368cff Merge: 82fd5ee9d8a516d47a17e8c99c2712a3fd937014 9223614ea760a77873c7061875cb91963e6f79b7 Author: Linus Torvalds torvalds@linux-foundation.org Date: Wed Jan 17 14:07:14 2024 -0800
Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more power management updates from Rafael Wysocki: "These restore the asynchronous device resume optimization removed by the previous PM merge, make the intel_pstate driver work better on Meteor Lake systems, optimize the PM QoS core code slightly and fix up typos in admin-guide.
Specifics:
- Restore the system-wide asynchronous device resume optimization removed by a recent concurrency fix (Rafael J. Wysocki)
- Make the intel_pstate cpufreq driver allow Meteor Lake systems to run at somewhat higher frequencies (Srinivas Pandruvada)
- Make the PM QoS core code use kcalloc() for array allocation (Erick Archer)
- Fix two PM-related typos in admin-guide (Erwan Velu)"
* tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM: sleep: Restore asynchronous device resume optimization Documentation: admin-guide: PM: Fix two typos cpufreq: intel_pstate: Update hybrid scaling factor for Meteor Lake PM: QoS: Use kcalloc() instead of kzalloc()
linux-merge@lists.open-mesh.org