summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_trip.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()Rafael J. Wysocki2024-01-091-6/+2
* thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki2024-01-041-1/+1
* thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-1/+13
* thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Rafael J. Wysocki2023-12-131-11/+7
* thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-061-36/+9
* thermal: trip: Drop a redundant check from thermal_zone_set_trip()Rafael J. Wysocki2023-11-301-3/+0
* thermal: core: Don't update trip points inside the hysteresis rangeNĂ­colas F. R. A. Prado2023-10-201-2/+17
* thermal: trip: Define for_each_trip() macroRafael J. Wysocki2023-10-201-3/+4
* thermal: trip: Simplify computing trip indicesRafael J. Wysocki2023-10-201-8/+5
* thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()Rafael J. Wysocki2023-10-111-2/+0
* thermal: trip: Remove lockdep assertion from for_each_thermal_trip()Rafael J. Wysocki2023-10-071-2/+0
* thermal: core: Add function to walk trips under zone lockRafael J. Wysocki2023-10-051-0/+14
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-0/+15
* thermal: trip: Drop redundant trips check from for_each_thermal_trip()Rafael J. Wysocki2023-09-261-3/+0
* thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki2023-08-291-21/+3
* thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki2023-08-171-10/+8
* thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-251-0/+182