summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
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
2023-03-30thermal: intel: powerclamp: Fix cpumask and max_idle module parametersDavid Arcari1-1/+8
2023-03-30thermal: Use of_property_present() for testing DT property presenceRob Herring4-5/+5
2023-03-29thermal: thermal_hwmon: Revert recent message adjustmentRafael J. Wysocki1-1/+1
2023-03-29thermal: intel: int340x: processor_thermal: Fix additional deadlockSrinivas Pandruvada1-1/+0
2023-03-29thermal: thermal_hwmon: Fix a kernel NULL pointer dereferenceZhang Rui1-1/+1
2023-03-28thermal: core: Drop excessive lockdep_assert_held() callsRafael J. Wysocki1-4/+2
2023-03-27Merge branch 'thermal-intel'Rafael J. Wysocki1-3/+5
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki52-199/+165
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki3-16/+164
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel1-1/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki3-10/+149
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki1-6/+15
2023-03-17thermal: intel: x86_pkg_temp_thermal: Add lower bound check for sysfs inputZhang Rui1-3/+5
2023-03-13thermal/drivers/mediatek: Add support for MT8365 SoCFabien Parent1-0/+68