summaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki2024-04-081-25/+0
* thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki2024-04-081-85/+2
* thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki2024-04-081-3/+6
* thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-4/+2
* thermal: core: Drop the .set_trip_hyst() thermal zone operationRafael J. Wysocki2024-02-271-1/+0
* thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-271-0/+8
* thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-4/+4
* thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-5/+5
* thermal: core: Change governor name to const char pointerAngeloGioacchino Del Regno2024-02-021-2/+2
* Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-1/+8
|\
| * thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET2024-01-121-1/+1
| * thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano2024-01-121-0/+7
* | Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-4/+15
|\|
| * thermal/sysfs: Update governors when the 'weight' has changedLukasz Luba2023-12-291-0/+1
| * thermal: core: Add governor callback for thermal zone changeLukasz Luba2023-12-291-0/+6
| * thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki2023-12-281-0/+2
| * thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-0/+2
| * thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki2023-12-111-0/+2
| * thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-061-4/+0
| * thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki2023-11-201-0/+2
* | thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki2023-11-211-7/+0
|/
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-1/+2
* thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki2023-10-051-4/+0
* thermal: core: Add function to walk trips under zone lockRafael J. Wysocki2023-10-051-0/+3
* thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki2023-09-281-0/+8
* thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki2023-09-251-2/+0
* thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-111-2/+2
* thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki2023-09-051-17/+0
* thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki2023-09-051-0/+13
* thermal: core: Clean up headers of thermal zone registration functionsRafael J. Wysocki2023-09-051-16/+37
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-15/+15
* thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki2023-08-291-4/+0
* Merge branch 'acpi-thermal'Rafael J. Wysocki2023-08-251-0/+9
|\
| * thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki2023-08-171-0/+3
| * thermal: core: Add priv pointer to struct thermal_tripRafael J. Wysocki2023-08-171-0/+2
| * thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki2023-08-171-0/+4
* | thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum2023-07-241-3/+3
|/
* thermal: core: Encapsulate tz->device fieldDaniel Lezcano2023-04-271-0/+1
* thermal/of: Unexport unused OF functionsDaniel Lezcano2023-04-071-17/+0
* thermal/core: Remove thermal_bind_params structureZhang Rui2023-04-071-38/+0
* Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki2023-03-271-0/+19
|\
| * thermal: Add a thermal zone id accessorDaniel Lezcano2023-03-031-0/+6
| * thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano2023-03-031-0/+6
| * thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano2023-03-031-0/+7
* | thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-0/+1
|/
* thermal: ACPI: Make helpers retrieve temperature onlyRafael J. Wysocki2023-02-021-5/+4
* thermal: ACPI: Add ACPI trip point routinesRafael J. Wysocki2023-01-241-0/+8
* thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold2023-01-061-0/+2
* thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano2023-01-061-0/+3
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-0/+7