Merge branch 'pm-cpufreq'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Sep 2023 16:55:03 +0000 (18:55 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Sep 2023 16:55:03 +0000 (18:55 +0200)
commit19a56a6b747716118539398739b021535eaa8cbe
tree7101419db5510c3853aa072c17cdcee8804bf794
parent774bb7db41dd5a19b1a29044501a9a24a56e8e21
parent218a06a79d9a98a96ef46bb003d4d8adb0962056
Merge branch 'pm-cpufreq'

Merge additional cpufreq updates for 6.6-rc1:

 - Add support for per-policy performance boost (Jie Zhan).

 - Fix assorted issues in the cpufreq core, common governor code and in
   the pcc cpufreq driver (Liao Chang).

* pm-cpufreq:
  cpufreq: Support per-policy performance boost
  cpufreq: pcc: Fix the potentinal scheduling delays in target_index()
  cpufreq: governor: Free dbs_data directly when gov->init() fails
  cpufreq: Fix the race condition while updating the transition_task of policy
  cpufreq: Avoid printing kernel addresses in cpufreq_resume()