summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-53/+42
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-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-13/+10
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-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-8/+9
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-13Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-19/+6
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-11Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-0/+2
2024-07-11thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_dataJulien Panis1-0/+2
2024-07-01Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+5
2024-06-27thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis1-1/+5
2024-06-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-0/+3
2024-06-16thermal/drivers/qcom/lmh: Check for SCM availability at probeKonrad Dybcio1-0/+3
2024-06-12Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+1
2024-06-12thermal/drivers/tsens: Fix null pointer dereferenceAleksandr Mishin1-1/+1
2024-04-18Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-4/+8
2024-04-13thermal/of: Assume polling-delay(-passive) 0 when absentKonrad Dybcio1-4/+8
2024-04-05Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley6-19/+22
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-27Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-5/+11
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-03-05drivers: thermal: step_wise: add support for hysteresisRam Chandrasekar1-6/+17
2024-03-05thermal: broadcom: Use dev_err_probe to suppress defer errorsDave Stevenson1-1/+1
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