summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: intel: powerclamp: Fix NULL pointer access issueSrinivas Pandruvada2023-05-041-0/+4
* Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-038-602/+58
|\
| * Merge branch 'thermal-core'Rafael J. Wysocki2023-05-036-554/+14
| |\
| | * thermal: intel: menlow: Get rid of this driverRafael J. Wysocki2023-04-273-531/+0
| | * thermal: intel: pch_thermal: Use thermal driver device to write a traceDaniel Lezcano2023-04-271-1/+2
| | * thermal: core: Encapsulate tz->device fieldDaniel Lezcano2023-04-271-0/+6
| | * thermal: gov_step_wise: Adjust code logic to match commentZhang Rui2023-04-271-14/+6
| | * thermal: gov_step_wise: Delete obsolete commentZhang Rui2023-04-271-8/+0
| * | thermal/drivers/mediatek: Use of_address_to_resource()Rob Herring2023-04-261-5/+3
| * | thermal/drivers/mediatek: Change clk_prepare_enable to devm_clk_get_enabled i...Kang Chen2023-04-261-35/+9
| * | thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_the...Kang Chen2023-04-261-2/+12
| * | thermal/drivers/mediatek: Add temperature constraints to validate readAngeloGioacchino Del Regno2023-04-261-6/+18
| * | Revert "thermal/drivers/mediatek: Add delay after thermal banks initialization"AngeloGioacchino Del Regno2023-04-261-3/+8
| * | thermal/drivers/cpuidle_cooling: Delete unmatched commentsChenggang Wang2023-04-261-3/+0
| |/
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+2
|\ \ | |/ |/|
| * thermal: cpuidle_cooling: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+2
* | thermal: intel: int340x: Add DLVR support for RFIM controlSrinivas Pandruvada2023-04-184-7/+91
* | Merge tag 'thermal-v6.4-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-177-255/+341
|\ \
| * | thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano2023-04-071-2/+13
| * | thermal/of: Unexport unused OF functionsDaniel Lezcano2023-04-071-5/+3
| * | thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterDaniel Lezcano2023-04-071-3/+1
| * | thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195Balsam CHIHI2023-04-071-20/+74
| * | thermal: amlogic: Use dev_err_probe()Ye Xingchen2023-04-071-5/+2
| * | thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmaskChen-Yu Tsai2023-04-071-3/+3
| * | thermal/core: Remove thermal_bind_params structureZhang Rui2023-04-071-118/+11
| * | thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen2023-04-071-1/+8
| * | thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()Ye Xingchen2023-04-071-1/+1
| * | thermal/drivers/rockchip: Support RK3588 SoC in the thermal driverFinley Xiao2023-04-071-0/+177
| * | thermal/drivers/rockchip: Support dynamic sized sensor arraySebastian Reichel2023-04-071-7/+6
| * | thermal/drivers/rockchip: Simplify channel id logicSebastian Reichel2023-04-071-27/+21
| * | thermal/drivers/rockchip: Use dev_err_probeSebastian Reichel2023-04-071-32/+18
| * | thermal/drivers/rockchip: Simplify clock logicSebastian Reichel2023-04-071-28/+5
| * | thermal/drivers/rockchip: Simplify getting match dataSebastian Reichel2023-04-071-6/+1
* | | Merge back general thermal control changes for 6.4-rc1.Rafael J. Wysocki2023-04-1419-111/+426
|\| |
| * | Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-0317-98/+417
| |\ \
| | * | thermal/drivers/ti: Use fixed update intervalDaniel Lezcano2023-04-011-4/+4
| | * | thermal/drivers/stm: Don't set no_hwmon to falseDaniel Lezcano2023-04-011-1/+0
| | * | thermal/drivers/db8500: Use driver dev instead of tz->deviceDaniel Lezcano2023-04-011-2/+5
| | * | thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano2023-04-0110-9/+308
| | * | thermal/drivers/hisi: Use devm_platform_ioremap_resource()Yang Li2023-04-011-3/+1
| | * | thermal/drivers/imx: Use the thermal framework for the trip pointDaniel Lezcano2023-04-011-4/+7
| | * | thermal/drivers/imx: Remove get_trip_temp opsDaniel Lezcano2023-04-011-8/+0
| | * | thermal/drivers/rcar_gen3_thermal: Remove R-Car H3 ES1.* handlingWolfram Sang2023-04-011-50/+2
| | * | thermal/drivers/mediatek: Add delay after thermal banks initializationAmjad Ouled-Ameur2023-04-011-8/+3
| | * | thermal/drivers/mediatek: Add support for MT8365 SoCFabien Parent2023-03-131-0/+68
| | * | thermal/drivers/mediatek: Control buffer enablement tweaksMarkus Schneider-Pargmann2023-03-131-9/+19
| * | | thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki2023-04-031-6/+2
| * | | Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki2023-03-3153-205/+173
| |\ \ \
| | * | | thermal: Use of_property_present() for testing DT property presenceRob Herring2023-03-304-5/+5
| | * | | thermal: thermal_hwmon: Revert recent message adjustmentRafael J. Wysocki2023-03-291-1/+1