summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-05-04thermal: intel: powerclamp: Fix NULL pointer access issueSrinivas Pandruvada1-0/+4
2023-05-03Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-602/+58
2023-05-03Merge branch 'thermal-core'Rafael J. Wysocki6-554/+14
2023-04-27thermal: intel: menlow: Get rid of this driverRafael J. Wysocki3-531/+0
2023-04-27thermal: intel: pch_thermal: Use thermal driver device to write a traceDaniel Lezcano1-1/+2
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano1-0/+6
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentZhang Rui1-14/+6
2023-04-27thermal: gov_step_wise: Delete obsolete commentZhang Rui1-8/+0
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2023-04-26thermal/drivers/mediatek: Use of_address_to_resource()Rob Herring1-5/+3
2023-04-26thermal/drivers/mediatek: Change clk_prepare_enable to devm_clk_get_enabled i...Kang Chen1-35/+9
2023-04-26thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_the...Kang Chen1-2/+12
2023-04-26thermal/drivers/mediatek: Add temperature constraints to validate readAngeloGioacchino Del Regno1-6/+18
2023-04-26Revert "thermal/drivers/mediatek: Add delay after thermal banks initialization"AngeloGioacchino Del Regno1-3/+8
2023-04-26thermal/drivers/cpuidle_cooling: Delete unmatched commentsChenggang Wang1-3/+0
2023-04-18thermal: intel: int340x: Add DLVR support for RFIM controlSrinivas Pandruvada4-7/+91
2023-04-17Merge tag 'thermal-v6.4-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki7-255/+341
2023-04-14Merge back general thermal control changes for 6.4-rc1.Rafael J. Wysocki19-111/+426
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki52-202/+170
2023-04-14thermal: cpuidle_cooling: Adjust includes to remove of_device.hRob Herring1-1/+2
2023-04-11thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bitsSrinivas Pandruvada1-7/+66
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano1-2/+13
2023-04-07thermal/of: Unexport unused OF functionsDaniel Lezcano1-5/+3
2023-04-07thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterDaniel Lezcano1-3/+1
2023-04-07thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195Balsam CHIHI1-20/+74
2023-04-07thermal: amlogic: Use dev_err_probe()Ye Xingchen1-5/+2
2023-04-07thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmaskChen-Yu Tsai1-3/+3
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui1-118/+11
2023-04-07thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen1-1/+8
2023-04-07thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()Ye Xingchen1-1/+1
2023-04-07thermal/drivers/rockchip: Support RK3588 SoC in the thermal driverFinley Xiao1-0/+177
2023-04-07thermal/drivers/rockchip: Support dynamic sized sensor arraySebastian Reichel1-7/+6
2023-04-07thermal/drivers/rockchip: Simplify channel id logicSebastian Reichel1-27/+21
2023-04-07thermal/drivers/rockchip: Use dev_err_probeSebastian Reichel1-32/+18
2023-04-07thermal/drivers/rockchip: Simplify clock logicSebastian Reichel1-28/+5
2023-04-07thermal/drivers/rockchip: Simplify getting match dataSebastian Reichel1-6/+1
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki17-98/+417
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki1-6/+2
2023-04-01thermal/drivers/ti: Use fixed update intervalDaniel Lezcano1-4/+4
2023-04-01thermal/drivers/stm: Don't set no_hwmon to falseDaniel Lezcano1-1/+0
2023-04-01thermal/drivers/db8500: Use driver dev instead of tz->deviceDaniel Lezcano1-2/+5
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano10-9/+308
2023-04-01thermal/drivers/hisi: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-01thermal/drivers/imx: Use the thermal framework for the trip pointDaniel Lezcano1-4/+7
2023-04-01thermal/drivers/imx: Remove get_trip_temp opsDaniel Lezcano1-8/+0
2023-04-01thermal/drivers/rcar_gen3_thermal: Remove R-Car H3 ES1.* handlingWolfram Sang1-50/+2
2023-04-01thermal/drivers/mediatek: Add delay after thermal banks initializationAmjad Ouled-Ameur1-8/+3
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki52-202/+170
2023-03-31Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki53-205/+173
2023-03-31Merge branch 'thermal-intel-fixes'Rafael J. Wysocki2-2/+8