summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-10-11thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-10-08drivers: thermal: tsens: Annotate struct tsens_priv with __counted_byKees Cook1-1/+1
2023-10-07thermal: trip: Remove lockdep assertion from for_each_thermal_trip()Rafael J. Wysocki1-2/+0
2023-10-05thermal: intel: powerclamp: fix mismatch in get function for max_idleDavid Arcari1-1/+1
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki1-19/+0
2023-10-05thermal: int340x: Use thermal_zone_for_each_trip()Rafael J. Wysocki1-36/+42
2023-10-05Merge earlier changes in Intel thermal drivers for v6.7.Rafael J. Wysocki8-157/+540
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
2023-09-26thermal: trip: Drop redundant trips check from for_each_thermal_trip()Rafael J. Wysocki1-3/+0
2023-09-25thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki1-13/+0
2023-09-21thermal: int340x: processor_thermal: Ack all PCI interruptsSrinivas Pandruvada1-1/+2
2023-09-18thermal: int340x: Add ArrowLake-S PCI IDSrinivas Pandruvada2-0/+3
2023-09-18thermal: sysfs: Fix trip_point_hyst_store()Rafael J. Wysocki1-4/+5
2023-09-14thermal: int340x: Handle workload hint interruptsSrinivas Pandruvada1-7/+32
2023-09-14thermal: int340x: processor_thermal: Add workload type hint interfaceSrinivas Pandruvada5-1/+277
2023-09-14thermal: int340x: Remove PROC_THERMAL_FEATURE_WLT_REQ for Meteor LakeSrinivas Pandruvada1-2/+1
2023-09-14thermal: int340x: processor_thermal: Use non MSI interrupts by defaultSrinivas Pandruvada1-9/+21