summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.h
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki2024-10-041-0/+3
* thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki2024-09-051-3/+0
* thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki2024-08-231-1/+0
* thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano2024-08-191-1/+1
* thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki2024-08-131-2/+2
* thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki2024-08-131-11/+12
* thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki2024-08-021-5/+0
* thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki2024-07-241-3/+7
* thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki2024-07-181-0/+3
* Merge back thermal control material for 6.11.Rafael J. Wysocki2024-07-101-1/+3
|\
| * Merge branch 'thermal-core'Rafael J. Wysocki2024-06-251-1/+3
| |\
| | * thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki2024-06-111-1/+1
| | * thermal: trip: Use common set of trip type namesRafael J. Wysocki2024-06-111-0/+2
* | | thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki2024-07-041-0/+6
|/ /
* / thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki2024-06-141-0/+4
|/
* thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki2024-05-271-0/+2
* thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki2024-04-241-4/+0
* thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki2024-04-231-0/+2
* thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki2024-04-191-0/+4
* thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki2024-04-081-0/+25
* thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki2024-04-081-0/+2
* thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki2024-04-081-0/+85
* thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki2024-04-081-2/+5
* thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-271-1/+1
* thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano2024-01-121-0/+1
* thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki2024-01-041-1/+1
* Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-01-021-0/+1
|\
| * reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-021-0/+1
* | thermal: core: Add governor callback for thermal zone changeLukasz Luba2023-12-291-0/+2
|/
* thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki2023-12-131-2/+0
* thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-061-0/+2
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-1/+1
* thermal: trip: Define for_each_trip() macroRafael J. Wysocki2023-10-201-0/+3
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-1/+3
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-1/+1
* thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki2023-08-171-4/+0
* thermal: Allow selecting the bang-bang governor as defaultThierry Reding2023-06-261-0/+2
* thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-0/+2
* thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-251-0/+4
* thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano2023-01-061-10/+0
* thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano2023-01-061-5/+0
* thermal/of: Remove unused functionsDaniel Lezcano2023-01-061-7/+0
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-0/+2
* thermal/core: Remove thermal_zone_set_trips()Guenter Roeck2022-11-141-1/+0
* thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-0/+2
* thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano2022-08-171-0/+2
* thermal/of: Remove old OF codeDaniel Lezcano2022-08-171-2/+0
* thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano2022-07-281-1/+0
* thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano2022-07-281-12/+0
* thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2022-07-281-2/+0