diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-24 17:11:27 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-24 17:11:27 +0100 |
commit | 6babf38d894bec696761c10fbfccafceae76f4eb (patch) | |
tree | 918f897ae8c27934f5dbadd64f667b6592a88ef2 /include/linux | |
parent | f1b80a3878b2d76ced46a275fdfd7fb80b4f083b (diff) | |
parent | 22c52fa5155a2f48aedb0f675903b20457285a27 (diff) | |
download | lwn-6babf38d894bec696761c10fbfccafceae76f4eb.tar.gz lwn-6babf38d894bec696761c10fbfccafceae76f4eb.zip |
Merge branch 'thermal-acpi'
Merge a fix for a recent thermal-related regression in the ACPI
processor driver.
* thermal-acpi:
ACPI: processor: thermal: Update CPU cooling devices on cpufreq policy changes
thermal: core: Introduce thermal_cooling_device_update()
thermal: core: Introduce thermal_cooling_device_present()
ACPI: processor: Reorder acpi_processor_driver_init()
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/thermal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 2bb4bf33f4f3..13c6aaed18df 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -384,6 +384,7 @@ devm_thermal_of_cooling_device_register(struct device *dev, struct device_node *np, char *type, void *devdata, const struct thermal_cooling_device_ops *ops); +void thermal_cooling_device_update(struct thermal_cooling_device *); void thermal_cooling_device_unregister(struct thermal_cooling_device *); struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name); int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp); |