aboutsummaryrefslogtreecommitdiff
path: root/include/linux/thermal.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27thermal: core: Eliminate writable trip points masksGravatar Rafael J. Wysocki 1-4/+2
2024-02-27thermal: core: Drop the .set_trip_hyst() thermal zone operationGravatar Rafael J. Wysocki 1-1/+0
2024-02-27thermal: core: Add flags to struct thermal_tripGravatar Rafael J. Wysocki 1-0/+8
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceGravatar Rafael J. Wysocki 1-4/+4
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceGravatar Rafael J. Wysocki 1-5/+5
2024-02-02thermal: core: Change governor name to const char pointerGravatar AngeloGioacchino Del Regno 1-2/+2
2024-01-17Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+8
2024-01-12thermal: core: Use kstrdup_const() during cooling device registrationGravatar Christophe JAILLET 1-1/+1
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationGravatar Daniel Lezcano 1-0/+7
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+15
2023-12-29thermal/sysfs: Update governors when the 'weight' has changedGravatar Lukasz Luba 1-0/+1
2023-12-29thermal: core: Add governor callback for thermal zone changeGravatar Lukasz Luba 1-0/+6
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationGravatar Rafael J. Wysocki 1-0/+2
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 1-0/+2
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Gravatar Rafael J. Wysocki 1-0/+2
2023-12-06thermal: sysfs: Rework the handling of trip point updatesGravatar Rafael J. Wysocki 1-4/+0
2023-11-21thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Gravatar Rafael J. Wysocki 1-7/+0
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionGravatar Rafael J. Wysocki 1-0/+2
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackGravatar Rafael J. Wysocki 1-1/+2
2023-10-05thermal: core: Drop thermal_zone_device_exec()Gravatar Rafael J. Wysocki 1-4/+0
2023-10-05thermal: core: Add function to walk trips under zone lockGravatar Rafael J. Wysocki 1-0/+3
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingGravatar Rafael J. Wysocki 1-0/+8
2023-09-25thermal: core: Drop trips_disabled bitmaskGravatar Rafael J. Wysocki 1-2/+0
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackGravatar Rafael J. Wysocki 1-2/+2
2023-09-05thermal: core: Drop thermal_zone_device_register()Gravatar Rafael J. Wysocki 1-17/+0
2023-09-05thermal: core: Add function for registering tripless thermal zonesGravatar Rafael J. Wysocki 1-0/+13
2023-09-05thermal: core: Clean up headers of thermal zone registration functionsGravatar Rafael J. Wysocki 1-16/+37
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackGravatar Rafael J. Wysocki 1-15/+15
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksGravatar Rafael J. Wysocki 1-4/+0
2023-08-25Merge branch 'acpi-thermal'Gravatar Rafael J. Wysocki 1-0/+9
2023-08-17thermal: core: Rework and rename __for_each_thermal_trip()Gravatar Rafael J. Wysocki 1-0/+3
2023-08-17thermal: core: Add priv pointer to struct thermal_tripGravatar Rafael J. Wysocki 1-0/+2
2023-08-17thermal: core: Introduce thermal_zone_device_exec()Gravatar Rafael J. Wysocki 1-0/+4
2023-07-24thermal: core: constify params in thermal_zone_device_registerGravatar Ahmad Fatoum 1-3/+3
2023-04-27thermal: core: Encapsulate tz->device fieldGravatar Daniel Lezcano 1-0/+1
2023-04-07thermal/of: Unexport unused OF functionsGravatar Daniel Lezcano 1-17/+0
2023-04-07thermal/core: Remove thermal_bind_params structureGravatar Zhang Rui 1-38/+0
2023-03-27Merge back thermal control material for 6.4-rc1.Gravatar Rafael J. Wysocki 1-0/+19
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Gravatar Rafael J. Wysocki 1-0/+1
2023-03-03thermal: Add a thermal zone id accessorGravatar Daniel Lezcano 1-0/+6
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorGravatar Daniel Lezcano 1-0/+6
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorGravatar Daniel Lezcano 1-0/+7
2023-02-02thermal: ACPI: Make helpers retrieve temperature onlyGravatar Rafael J. Wysocki 1-5/+4
2023-01-24thermal: ACPI: Add ACPI trip point routinesGravatar Rafael J. Wysocki 1-0/+8
2023-01-06thermal/drivers/qcom: Fix set_trip_temp() deadlockGravatar Johan Hovold 1-0/+2
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionGravatar Daniel Lezcano 1-0/+3
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-0/+7
2022-10-25thermal: Validate new state in cur_state_store()Gravatar Viresh Kumar 1-0/+1
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionGravatar Daniel Lezcano 1-10/+0
2022-09-30thermal: core: Increase maximum number of trip pointsGravatar Sumeet Pawnikar 1-2/+0