summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2025-08-28thermal: sysfs: Return ENODATA instead of EAGAIN for readsHsin-Te Yuan1-3/+6
2025-08-28thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown when requiredDavid Collins1-9/+34
2025-06-04thermal/drivers/qoriq: Power down TMU on system suspendAlice Guo1-0/+13
2025-04-25thermal/drivers/rockchip: Add missing rk3328 mapping entryTrevor Woerner1-0/+1
2025-04-10thermal: int340x: Add NULL check for adevChenyuan Yang1-0/+3
2025-03-28thermal/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: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-12-14thermal: 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-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-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-02-01thermal: intel: hfi: Add syscore callbacks for system-wide PMRicardo Neri1-0/+28
2024-02-01thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineRicardo Neri1-0/+35
2024-02-01thermal: intel: hfi: Refactor enabling code into helper functionsRicardo Neri1-21/+22
2023-11-20thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-10-06thermal/of: add missing of_node_put()Julia Lawall1-2/+6
2023-09-13thermal/of: Fix potential uninitialized value accessPeng Fan1-4/+4
2023-07-19thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()Christophe JAILLET1-37/+18
2023-07-01Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in...Ricardo Cañuelo1-12/+2
2023-05-11thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_the...Kang Chen1-2/+12
2023-03-11thermal: intel: BXT_PMIC: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-03-11thermal: intel: quark_dts: fix error pointer dereferenceDan Carpenter1-10/+2
2023-03-10thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada1-4/+16
2023-03-10thermal: intel: intel_pch: Add support for Wellsburg PCHTim Zimmermann1-0/+8
2023-03-10thermal: intel: Fix unsigned comparison with less than zeroYang Li1-1/+1
2023-03-10thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu1-4/+0
2023-03-10thermal/drivers/imx_sc_thermal: Fix the loop conditionViorel Suman1-2/+2
2023-03-10thermal/drivers/imx_sc_thermal: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-03-10thermal/drivers/tsens: limit num_sensors to 9 for msm8939Dmitry Baryshkov1-9/+4
2023-03-10thermal/drivers/tsens: fix slope values for msm8939Dmitry Baryshkov1-1/+16
2023-03-10thermal/drivers/tsens: Sort out msm8976 vs msm8956 dataDmitry Baryshkov3-27/+34
2023-03-10thermal/drivers/tsens: Drop msm8976-specific definesDmitry Baryshkov1-7/+2
2023-02-01thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Rafael J. Wysocki1-3/+7
2023-02-01thermal: intel: int340x: Protect trip temperature from concurrent updatesSrinivas Pandruvada2-3/+16
2023-02-01thermal: core: call put_device() only after device_register() failsViresh Kumar1-3/+10
2023-02-01thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter1-1/+2
2023-02-01thermal: Validate new state in cur_state_store()Viresh Kumar3-19/+13
2023-01-12thermal: int340x: Add missing attribute for data rate baseSrinivas Pandruvada1-0/+4
2022-12-31thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck1-1/+6
2022-12-31thermal/drivers/qcom/lmh: Fix irq handler return valueBjorn Andersson1-1/+1
2022-12-31thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2Luca Weiss1-1/+2
2022-12-31thermal/of: Fix memory leak on thermal_of_zone_register() failureIdo Schimmel1-2/+6