summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Merge branch 'thermal-core'Rafael J. Wysocki10-169/+150
2023-10-23Merge branch 'acpi-thermal'Rafael J. Wysocki2-23/+0
2023-10-20thermal: ACPI: Include the right header fileRafael J. Wysocki1-2/+1
2023-10-20thermal: core: Don't update trip points inside the hysteresis rangeNícolas F. R. A. Prado1-2/+17
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki8-44/+49
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerRafael J. Wysocki1-18/+10
2023-10-20thermal: gov_power_allocator: Use trip pointers instead of trip indicesRafael J. Wysocki1-78/+49
2023-10-20thermal: gov_fair_share: Rearrange get_trip_level()Rafael J. Wysocki1-16/+14
2023-10-20thermal: trip: Define for_each_trip() macroRafael J. Wysocki2-3/+7
2023-10-20thermal: trip: Simplify computing trip indicesRafael J. Wysocki1-8/+5
2023-10-12Merge branch 'thermal-misc'Rafael J. Wysocki31-120/+64
2023-10-11Merge branch 'acpi-thermal'Rafael J. Wysocki2-23/+0
2023-10-11thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()Rafael J. Wysocki1-2/+0
2023-10-11thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-10-07thermal: trip: Remove lockdep assertion from for_each_thermal_trip()Rafael J. Wysocki1-2/+0
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki1-19/+0
2023-10-05thermal: core: Add function to walk trips under zone lockRafael J. Wysocki1-0/+14
2023-10-02thermal: amlogic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+4
2023-10-02thermal: uniphier: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: ti-bandgap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: tegra-bpmp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: soctherm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: stm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: sprd: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-02thermal: spear: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: exynos_tmu: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: rzg2l: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: rockchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: rcar: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: rcar_gen3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: tsens: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: lvts: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: kirkwood: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: k3_j72xx_bandgap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: k3_bandgap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: int3406: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-29thermal: int3403: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: int3402: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: int3401: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: int3400: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-29thermal: imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: imx8mm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: hisi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: dove: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: da9062: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-29thermal: ns: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: armada: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki1-20/+34
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki9-37/+60