]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'thermal-int340x', 'thermal-pch' and 'thermal-misc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 May 2022 18:32:58 +0000 (20:32 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 May 2022 18:32:58 +0000 (20:32 +0200)
commita75ad978f9c2980e082b0821f5ff4dd66457b934
tree19540496353e2c3ab729c2a2611e735c0790207c
parente488b3710a3585682aa6a48da68651c6259dc8df
parent6e2c3af273fbd7d20a58464b2e2b9aab61da1950
parent4162f2917ceb013e26f2baba0ed84d66680b2986
parent1a6f7e7370a77f539ecf0a41d9b703517b7dcca8
Merge branches 'thermal-int340x', 'thermal-pch' and 'thermal-misc'

Merge int340x thermal driver updates, PCH thermal driver updates and
miscellaneous thermal control updates for 5.19-rc1:

 - Clean up _OSC handling in int340x (Davidlohr Bueso).

 - Improve overheat condition handling during suspend-to-idle in the
   Intel PCH thermal driver (Zhang Rui).

 - Use local ops instead of global ops in devfreq_cooling (Kant Fan).

 - Switch hisi_termal from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
   (Hesham Almatary)

* thermal-int340x:
  thermal: int340x: Clean up _OSC context init
  thermal: int340x: Consolidate freeing of acpi_buffer pointer
  thermal: int340x: Clean up unnecessary acpi_buffer pointer freeing

* thermal-pch:
  thermal: intel: pch: improve the cooling delay log
  thermal: intel: pch: enhance overheat handling
  thermal: intel: pch: move cooling delay to suspend_noirq phase
  PM: wakeup: expose pm_wakeup_pending to modules

* thermal-misc:
  thermal: devfreq_cooling: use local ops instead of global ops
  thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()