]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'thermal-core'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 9 Sep 2024 16:18:49 +0000 (18:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 9 Sep 2024 16:18:49 +0000 (18:18 +0200)
commite3ee4ab0fd6ef257fc8b8d49166aef056d55c938
tree11b3d1030621079b0869303d8b8ce35998386899
parentf5c05974349c8e3d80e125b71bd80695807d8528
parent54fccad63ec88924db828df6fc0648930bccf345
Merge branch 'thermal-core'

Merge thermal core fixes and cleanups for 6.12:

 - Refuse to accept trip point temperature or hysteresis that would lead
   to an invalid threshold value when setting them via sysfs (Rafael
   Wysocki).

 - Adjust states of all uninitialized instances in the .manage()
   callback of the Bang-bang thermal governor (Rafael Wysocki).

 - Drop a couple of redundant checks along with the code depending on
   them from the thermal core (Rafael Wysocki).

 - Rearrange the thermal core to avoid redundant checks and simplify
   control flow in a couple of code paths (Rafael Wysocki).

* thermal-core:
  thermal: core: Drop thermal_zone_device_is_enabled()
  thermal: core: Check passive delay in monitor_thermal_zone()
  thermal: core: Drop dead code from monitor_thermal_zone()
  thermal: core: Drop redundant lockdep_assert_held()
  thermal: gov_bang_bang: Adjust states of all uninitialized instances
  thermal: sysfs: Add sanity checks for trip temperature and hysteresis