diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 14:09:38 +0100 | 
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-03-24 14:09:38 +0100 | 
| commit | c3b659b74541f4564f9f5a39f65e625c47e77e21 (patch) | |
| tree | 28d099960c9d930f80f404f47158b568ff7ac590 /tools/docs/parse-headers.py | |
| parent | 2542a3f70e563a9e70e7ded314286535a3321bdb (diff) | |
| parent | ff63b62d5abd2ce109401a8b57d5e36c4b07a5b1 (diff) | |
| parent | 067345f11ae9f49c9bc84b5eff6672f565454aca (diff) | |
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()
