summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-31thermal/drivers/k3_j72xx_bandgap: Fix the debug print messageKeerthy1-1/+1
2022-12-31thermal/drivers/imx8mm_thermal: Validate temperature rangeMarcus Folkesson1-1/+7
2022-12-31thermal: core: fix some possible name leaks in error pathsYang Yingliang1-8/+10
2022-10-15thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki1-5/+1
2022-10-10Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-86/+42
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+3
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-10-04thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_idVincent Knecht1-1/+1
2022-10-04thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar1-3/+5
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar1-1/+1
2022-10-04thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsLad Prabhakar1-1/+1
2022-10-04thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM...Jonathan Cameron1-1/+1
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano1-44/+0
2022-10-04thermal/drivers/imx_sc: Rely on the platform data to get the resource idDaniel Lezcano1-35/+33
2022-10-03Merge branches 'thermal-intel' and 'thermal-drivers'Rafael J. Wysocki7-56/+19
2022-10-03Merge branch 'thermal-core'Rafael J. Wysocki45-1155/+740
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-1/+14