aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_trip.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Revert "thermal: core: Don't update trip points inside the hysteresis range"Gravatar Daniel Lezcano 1-17/+2
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceGravatar Rafael J. Wysocki 1-2/+2
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceGravatar Rafael J. Wysocki 1-1/+1
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()Gravatar Rafael J. Wysocki 1-6/+2
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Gravatar Rafael J. Wysocki 1-1/+1
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 1-1/+13
2023-12-13thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Gravatar Rafael J. Wysocki 1-11/+7
2023-12-06thermal: sysfs: Rework the handling of trip point updatesGravatar Rafael J. Wysocki 1-36/+9
2023-11-30thermal: trip: Drop a redundant check from thermal_zone_set_trip()Gravatar Rafael J. Wysocki 1-3/+0
2023-10-20thermal: core: Don't update trip points inside the hysteresis rangeGravatar Nícolas F. R. A. Prado 1-2/+17
2023-10-20thermal: trip: Define for_each_trip() macroGravatar Rafael J. Wysocki 1-3/+4
2023-10-20thermal: trip: Simplify computing trip indicesGravatar Rafael J. Wysocki 1-8/+5
2023-10-11thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()Gravatar Rafael J. Wysocki 1-2/+0
2023-10-07thermal: trip: Remove lockdep assertion from for_each_thermal_trip()Gravatar Rafael J. Wysocki 1-2/+0
2023-10-05thermal: core: Add function to walk trips under zone lockGravatar Rafael J. Wysocki 1-0/+14
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceGravatar Rafael J. Wysocki 1-0/+15
2023-09-26thermal: trip: Drop redundant trips check from for_each_thermal_trip()Gravatar Rafael J. Wysocki 1-3/+0
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksGravatar Rafael J. Wysocki 1-21/+3
2023-08-17thermal: core: Rework and rename __for_each_thermal_trip()Gravatar Rafael J. Wysocki 1-10/+8
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileGravatar Daniel Lezcano 1-0/+182