summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-2/+1
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-1/+4
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-1/+2
* thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano2023-04-011-2/+1
* thermal/core: Show a debug message when get_temp() failsDaniel Lezcano2023-03-031-0/+3
* thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-251-62/+0
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-14/+14
* thermal/core: Remove thermal_zone_set_trips()Guenter Roeck2022-11-141-19/+15
* thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Guenter Roeck2022-11-141-3/+23
* thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck2022-11-141-1/+6
* thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano2022-08-171-30/+43
* thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-2/+2
* thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano2022-07-281-7/+0
* thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano2022-07-281-2/+0
* thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba2021-04-221-10/+17
* thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano2021-01-191-0/+7
* thermal: core: Add notifications call in the frameworkDaniel Lezcano2020-07-071-2/+11
* thermal/drivers/thermal_helpers: Include export.hAmit Kucheria2020-05-221-0/+1
* thermal/drivers/thermal_helpers: Sort headers alphabeticallyAmit Kucheria2020-05-221-1/+1
* thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano2020-04-141-1/+12
* drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-4/+1
* thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-021-1/+4
* thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin2016-11-231-0/+30
* thermal: core: introduce thermal_helpers.cEduardo Valentin2016-11-231-0/+196