summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki1-5/+5
2024-01-12thermal: helpers: Rearrange thermal_cdev_set_cur_state()Rafael J. Wysocki1-6/+7
2024-01-12thermal: netlink: Rework notify API for cooling devicesRafael J. Wysocki1-1/+1
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-6/+14
2023-12-13thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Rafael J. Wysocki1-7/+5
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki1-4/+1
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-2/+1
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-1/+4
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-1/+2
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano1-2/+1
2023-03-03thermal/core: Show a debug message when get_temp() failsDaniel Lezcano1-0/+3
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano1-62/+0
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano1-14/+14
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck1-19/+15
2022-11-14thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Guenter Roeck1-3/+23
2022-11-14thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck1-1/+6
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-30/+43
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-2/+2
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano1-7/+0
2022-07-28thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano1-2/+0
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba1-10/+17
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano1-0/+7
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano1-2/+11
2020-05-22thermal/drivers/thermal_helpers: Include export.hAmit Kucheria1-0/+1
2020-05-22thermal/drivers/thermal_helpers: Sort headers alphabeticallyAmit Kucheria1-1/+1
2020-04-14thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano1-1/+12
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer1-4/+1
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar1-1/+4
2016-11-23thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin1-0/+30
2016-11-23thermal: core: introduce thermal_helpers.cEduardo Valentin1-0/+196