summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2023-06-15thermal/intel/intel_soc_dts_iosf: Fix reporting wrong temperaturesHans de Goede-1/+1
2023-05-24thermal: intel: int340x: Add new line for UUID displaySrinivas Pandruvada-2/+2
2023-05-04thermal: intel: powerclamp: Fix NULL pointer access issueSrinivas Pandruvada-0/+4
2023-05-03Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-602/+58
2023-05-03Merge branch 'thermal-core'Rafael J. Wysocki-554/+14
2023-04-27thermal: intel: menlow: Get rid of this driverRafael J. Wysocki-531/+0
2023-04-27thermal: intel: pch_thermal: Use thermal driver device to write a traceDaniel Lezcano-1/+2
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano-0/+6
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentZhang Rui-14/+6
2023-04-27thermal: gov_step_wise: Delete obsolete commentZhang Rui-8/+0
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2023-04-26thermal/drivers/mediatek: Use of_address_to_resource()Rob Herring-5/+3
2023-04-26thermal/drivers/mediatek: Change clk_prepare_enable to devm_clk_get_enabled i...Kang Chen-35/+9
2023-04-26thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_the...Kang Chen-2/+12
2023-04-26thermal/drivers/mediatek: Add temperature constraints to validate readAngeloGioacchino Del Regno-6/+18
2023-04-26Revert "thermal/drivers/mediatek: Add delay after thermal banks initialization"AngeloGioacchino Del Regno-3/+8
2023-04-26thermal/drivers/cpuidle_cooling: Delete unmatched commentsChenggang Wang-3/+0
2023-04-18thermal: intel: int340x: Add DLVR support for RFIM controlSrinivas Pandruvada-7/+91
2023-04-17Merge tag 'thermal-v6.4-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki-255/+341
2023-04-14Merge back general thermal control changes for 6.4-rc1.Rafael J. Wysocki-111/+426
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki-202/+170
2023-04-13thermal: cpuidle_cooling: Adjust includes to remove of_device.hRob Herring-1/+2
2023-04-11thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bitsSrinivas Pandruvada-7/+66
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano-2/+13
2023-04-07thermal/of: Unexport unused OF functionsDaniel Lezcano-5/+3
2023-04-07thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterDaniel Lezcano-3/+1
2023-04-07thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195Balsam CHIHI-20/+74
2023-04-07thermal: amlogic: Use dev_err_probe()Ye Xingchen-5/+2
2023-04-07thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmaskChen-Yu Tsai-3/+3
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui-118/+11
2023-04-07thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen-1/+8
2023-04-07thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()Ye Xingchen-1/+1
2023-04-07thermal/drivers/rockchip: Support RK3588 SoC in the thermal driverFinley Xiao-0/+177
2023-04-07thermal/drivers/rockchip: Support dynamic sized sensor arraySebastian Reichel-7/+6
2023-04-07thermal/drivers/rockchip: Simplify channel id logicSebastian Reichel-27/+21
2023-04-07thermal/drivers/rockchip: Use dev_err_probeSebastian Reichel-32/+18
2023-04-07thermal/drivers/rockchip: Simplify clock logicSebastian Reichel-28/+5
2023-04-07thermal/drivers/rockchip: Simplify getting match dataSebastian Reichel-6/+1
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki-98/+417
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki-6/+2
2023-04-01thermal/drivers/ti: Use fixed update intervalDaniel Lezcano-4/+4
2023-04-01thermal/drivers/stm: Don't set no_hwmon to falseDaniel Lezcano-1/+0
2023-04-01thermal/drivers/db8500: Use driver dev instead of tz->deviceDaniel Lezcano-2/+5
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano-9/+308
2023-04-01thermal/drivers/hisi: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-04-01thermal/drivers/imx: Use the thermal framework for the trip pointDaniel Lezcano-4/+7
2023-04-01thermal/drivers/imx: Remove get_trip_temp opsDaniel Lezcano-8/+0
2023-04-01thermal/drivers/rcar_gen3_thermal: Remove R-Car H3 ES1.* handlingWolfram Sang-50/+2
2023-04-01thermal/drivers/mediatek: Add delay after thermal banks initializationAmjad Ouled-Ameur-8/+3
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki-202/+170