summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki1-0/+3
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki1-3/+0
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki1-1/+0
2024-08-19thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano1-1/+1
2024-08-13thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki1-2/+2
2024-08-13thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki1-11/+12
2024-08-02thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki1-5/+0
2024-07-24thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki1-3/+7
2024-07-18thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki1-0/+3
2024-07-10Merge back thermal control material for 6.11.Rafael J. Wysocki1-1/+3
2024-07-04thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki1-0/+6
2024-06-25Merge branch 'thermal-core'Rafael J. Wysocki1-1/+3
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki1-0/+4
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki1-1/+1
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki1-0/+2
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki1-0/+2
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki1-4/+0
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki1-0/+2
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki1-0/+4
2024-04-08thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki1-0/+25
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki1-0/+2
2024-04-08thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki1-0/+85
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+5
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki1-1/+1
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+1
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki1-1/+1
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+1
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+1
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+2
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki1-2/+0
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki1-0/+2
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-1/+1
2023-10-20thermal: trip: Define for_each_trip() macroRafael J. Wysocki1-0/+3
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-1/+3
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-1/+1
2023-08-17thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki1-4/+0
2023-06-26thermal: Allow selecting the bang-bang governor as defaultThierry Reding1-0/+2
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-0/+2
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano1-0/+4
2023-01-06thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano1-10/+0
2023-01-06thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano1-5/+0
2023-01-06thermal/of: Remove unused functionsDaniel Lezcano1-7/+0
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano1-0/+2
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck1-1/+0
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck1-0/+2
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-0/+2
2022-08-17thermal/of: Remove old OF codeDaniel Lezcano1-2/+0
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano1-1/+0
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano1-12/+0
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano1-2/+0