aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-01thermal/core: Relocate the traces definition in thermal directoryGravatar Daniel Lezcano 1-2/+1
2023-03-03thermal/core: Show a debug message when get_temp() failsGravatar Daniel Lezcano 1-0/+3
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileGravatar Daniel Lezcano 1-62/+0
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-14/+14
2022-11-14thermal/core: Remove thermal_zone_set_trips()Gravatar Guenter Roeck 1-19/+15
2022-11-14thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Gravatar Guenter Roeck 1-3/+23
2022-11-14thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGravatar Guenter Roeck 1-1/+6
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionGravatar Daniel Lezcano 1-30/+43
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Gravatar Daniel Lezcano 1-2/+2
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticGravatar Daniel Lezcano 1-7/+0
2022-07-28thermal/core: Remove unneeded EXPORT_SYMBOLSGravatar Daniel Lezcano 1-2/+0
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockGravatar Lukasz Luba 1-10/+17
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesGravatar Daniel Lezcano 1-0/+7
2020-07-07thermal: core: Add notifications call in the frameworkGravatar Daniel Lezcano 1-2/+11
2020-05-22thermal/drivers/thermal_helpers: Include export.hGravatar Amit Kucheria 1-0/+1
2020-05-22thermal/drivers/thermal_helpers: Sort headers alphabeticallyGravatar Amit Kucheria 1-1/+1
2020-04-14thermal: core: Make thermal_zone_set_trips privateGravatar Daniel Lezcano 1-1/+12
2018-05-30drivers: thermal: Update license to SPDX formatGravatar Lina Iyer 1-4/+1
2018-04-02thermal: Add cooling device's statistics in sysfsGravatar Viresh Kumar 1-1/+4
2016-11-23thermal: core: move slop and offset helpers to thermal_helpers.cGravatar Eduardo Valentin 1-0/+30
2016-11-23thermal: core: introduce thermal_helpers.cGravatar Eduardo Valentin 1-0/+196