summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2025-03-22thermal/cpufreq_cooling: Remove structure member documentationDaniel Lezcano1-2/+0
2025-01-17thermal: of: fix OF node leak in of_thermal_zone_find()Joe Hattori1-0/+1
2024-12-14thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán3-8/+18
2024-12-09thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-12-09thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-11-14thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov1-0/+7
2024-11-14thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-11-08thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui1-2/+2
2024-11-08thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui1-44/+22
2024-11-08thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki1-3/+1
2024-11-08thermal: core: Rework thermal zone availability checkRafael J. Wysocki1-3/+12
2024-11-08thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki1-1/+5
2024-10-17thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui1-2/+0
2024-10-17thermal: int340x: processor_thermal: Set feature mask before proc_thermal_addSrinivas Pandruvada1-11/+10
2024-09-04thermal: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski1-6/+7
2024-09-04thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski1-2/+2
2024-08-11thermal/drivers/broadcom: Fix race between removal and clock disableKrzysztof Kozlowski1-15/+4
2024-08-11thermal: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-07-11thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_dataJulien Panis1-0/+2
2024-06-27thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis1-1/+5
2024-06-16thermal/drivers/qcom/lmh: Check for SCM availability at probeKonrad Dybcio1-0/+3
2024-06-12thermal/drivers/tsens: Fix null pointer dereferenceAleksandr Mishin1-1/+1
2024-04-13thermal/of: Assume polling-delay(-passive) 0 when absentKonrad Dybcio1-4/+8
2024-04-03thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilYe Zhang1-1/+1
2024-04-03thermal/drivers/mediatek: Fix control buffer enablement on MT7896Frank Wunderlich1-0/+3
2024-04-03powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui1-4/+4
2024-04-03thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui3-14/+14
2024-03-26thermal/drivers/qoriq: Fix getting tmu rangePeng Fan1-4/+8
2024-03-26thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling...Christophe JAILLET1-1/+3
2024-02-05thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki1-7/+23
2024-01-31thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()Rafael J. Wysocki1-2/+0
2024-01-31thermal: gov_power_allocator: avoid inability to reset a cdevDi Shen1-1/+1
2024-01-31thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki9-37/+60
2024-01-31thermal: trip: Drop redundant trips check from for_each_thermal_trip()Rafael J. Wysocki1-3/+0
2024-01-31thermal: intel: hfi: Add syscore callbacks for system-wide PMRicardo Neri1-0/+28
2024-01-31thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineRicardo Neri1-0/+35
2024-01-31thermal: intel: hfi: Refactor enabling code into helper functionsRicardo Neri1-21/+22
2024-01-25drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgmentBinbin Zhou1-1/+1
2024-01-25thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki1-1/+0
2023-11-28thermal: intel: powerclamp: fix mismatch in get function for max_idleDavid Arcari1-1/+1
2023-11-20thermal: core: Don't update trip points inside the hysteresis rangeNícolas F. R. A. Prado1-2/+17
2023-11-20thermal/drivers/mediatek: Fix probe for THERMAL_V2Markus Schneider-Pargmann1-1/+1
2023-11-20thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-09-18thermal: sysfs: Fix trip_point_hyst_store()Rafael J. Wysocki1-4/+5
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki1-2/+4
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki1-1/+2
2023-09-11thermal/of: add missing of_node_put()Julia Lawall1-2/+6
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki1-11/+0
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki5-11/+12
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki1-0/+11