]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branches 'thermal-core' and 'thermal-misc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Mar 2025 13:09:38 +0000 (14:09 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 Mar 2025 13:09:38 +0000 (14:09 +0100)
commitc3b659b74541f4564f9f5a39f65e625c47e77e21
tree28d099960c9d930f80f404f47158b568ff7ac590
parent2542a3f70e563a9e70e7ded314286535a3321bdb
parentff63b62d5abd2ce109401a8b57d5e36c4b07a5b1
parent067345f11ae9f49c9bc84b5eff6672f565454aca
Merge branches 'thermal-core' and 'thermal-misc'

Merge thermal core updates and miscellaneous updates of the thermal
control subsystem for 6.15-rc1:

 - Delay exposing thermal zone sysfs interface to prevent user space
   from accessing thermal zones that have not been completely
   initialized yet (Lucas De Marchi).

 - Fix a spelling mistake in a comment in the thermal core (Colin Ian
   King).

 - Use kcalloc() instead of kzalloc() in some places in the thermal
   control subsystem (Lukasz Luba, Ethan Carter Edwards).

 - Clean up variable initialization in int340x_thermal_zone_add()
   (Christophe JAILLET).

* thermal-core:
  thermal: core: Delay exposing sysfs interface
  thermal: core: Fix spelling mistake "Occurences" -> "Occurrences"

* thermal-misc:
  thermal: intel: Clean up zone_trips[] initialization in int340x_thermal_zone_add()
  thermal: hisi: Use kcalloc() instead of kzalloc() with multiplication
  thermal: int340x: Use kcalloc() instead of kzalloc() with multiplication
  thermal: k3_j72xx_bandgap: Use kcalloc() instead of kzalloc()
  thermal/of: Use kcalloc() instead of kzalloc() with multiplication
  thermal/debugfs: replace kzalloc() with kcalloc() in thermal_debug_tz_add()
drivers/thermal/thermal_debugfs.c
drivers/thermal/thermal_of.c