aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 56-589/+1341
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-25Merge tag 'thermal-v6.7-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Rafael J. Wysocki 5-34/+238
2023-10-23Merge branch 'thermal-intel'Gravatar Rafael J. Wysocki 11-206/+815
2023-10-23Merge branch 'thermal-core'Gravatar Rafael J. Wysocki 10-169/+150
2023-10-23Merge branch 'acpi-thermal'Gravatar Rafael J. Wysocki 2-23/+0
2023-10-20thermal: ACPI: Include the right header fileGravatar Rafael J. Wysocki 1-2/+1
2023-10-20thermal: core: Don't update trip points inside the hysteresis rangeGravatar Nícolas F. R. A. Prado 1-2/+17
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackGravatar Rafael J. Wysocki 8-44/+49
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerGravatar Rafael J. Wysocki 1-18/+10
2023-10-20thermal: gov_power_allocator: Use trip pointers instead of trip indicesGravatar Rafael J. Wysocki 1-78/+49
2023-10-20thermal: gov_fair_share: Rearrange get_trip_level()Gravatar Rafael J. Wysocki 1-16/+14
2023-10-20thermal: trip: Define for_each_trip() macroGravatar Rafael J. Wysocki 2-3/+7
2023-10-20thermal: trip: Simplify computing trip indicesGravatar Rafael J. Wysocki 1-8/+5
2023-10-19thermal/qcom/tsens: Drop ops_v0_1Gravatar Dmitry Baryshkov 1-6/+0
2023-10-19thermal/drivers/mediatek/lvts_thermal: Update calibration data documentationGravatar Balsam CHIHI 1-2/+29
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add mt8192 supportGravatar Balsam CHIHI 1-0/+95
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add suspend and resumeGravatar Balsam CHIHI 1-0/+37
2023-10-17thermal/drivers/mediatek: Fix probe for THERMAL_V2Gravatar Markus Schneider-Pargmann 1-1/+1
2023-10-15thermal/drivers/max77620: Remove duplicate error messageGravatar Thierry Reding 1-6/+2
2023-10-15thermal/drivers/mediatek/lvts_thermal: Fix error check in lvts_debugfs_init()Gravatar Minjie Du 1-1/+1
2023-10-15thermal/drivers/imx8mm_thermal: Fix function pointer declaration by adding id...Gravatar Bragatheswaran Manickavel 1-1/+1
2023-10-15thermal/drivers/mediatek/lvts_thermal: Add mt7988 supportGravatar Frank Wunderlich 1-0/+38
2023-10-15thermal/drivers/mediatek/lvts_thermal: Make coeff configurableGravatar Frank Wunderlich 1-17/+34
2023-10-12thermal: int340x: processor_thermal: Enable power floor supportGravatar Srinivas Pandruvada 1-1/+1
2023-10-12thermal: int340x: processor_thermal: Handle power floor interruptsGravatar Srinivas Pandruvada 1-1/+8
2023-10-12thermal: int340x: processor_thermal: Support power floor notificationsGravatar Srinivas Pandruvada 4-1/+202
2023-10-12thermal: int340x: processor_thermal: Set feature mask before proc_thermal_addGravatar Srinivas Pandruvada 1-11/+10
2023-10-12thermal: int340x: processor_thermal: Common function to clear SOC interruptGravatar Srinivas Pandruvada 3-2/+14
2023-10-12thermal: int340x: processor_thermal: Move interrupt status MMIO offset to com...Gravatar Srinivas Pandruvada 2-1/+2
2023-10-12Merge branch 'thermal-misc'Gravatar Rafael J. Wysocki 31-120/+64
2023-10-11Merge branch 'acpi-thermal'Gravatar Rafael J. Wysocki 2-23/+0
2023-10-11thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()Gravatar Rafael J. Wysocki 1-2/+0
2023-10-11thermal: core: prevent potential string overflowGravatar Dan Carpenter 1-2/+4
2023-10-08drivers: thermal: tsens: Annotate struct tsens_priv with __counted_byGravatar Kees Cook 1-1/+1
2023-10-07thermal: trip: Remove lockdep assertion from for_each_thermal_trip()Gravatar Rafael J. Wysocki 1-2/+0
2023-10-05thermal: intel: powerclamp: fix mismatch in get function for max_idleGravatar David Arcari 1-1/+1
2023-10-05thermal: core: Drop thermal_zone_device_exec()Gravatar Rafael J. Wysocki 1-19/+0
2023-10-05thermal: int340x: Use thermal_zone_for_each_trip()Gravatar Rafael J. Wysocki 1-36/+42
2023-10-05Merge earlier changes in Intel thermal drivers for v6.7.Gravatar Rafael J. Wysocki 8-157/+540
2023-10-05thermal: core: Add function to walk trips under zone lockGravatar Rafael J. Wysocki 1-0/+14
2023-10-02thermal: amlogic: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+4
2023-10-02thermal: uniphier: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: ti-bandgap: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: tegra-bpmp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: soctherm: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: stm: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: sprd: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-10-02thermal: spear: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: exynos_tmu: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2