summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
8 daysthermal/cpufreq_cooling: Remove structure member documentationDaniel Lezcano1-2/+0
2025-01-20Merge branch 'thermal-intel'Rafael J. Wysocki7-7/+10
2025-01-17thermal: core: Rename function argument related to trip crossingRafael J. Wysocki4-11/+11
2025-01-17thermal: gov_bang_bang: Relocate regulation logic descriptionRafael J. Wysocki1-22/+21
2025-01-17thermal: core: Rename callback functions in two governorsRafael J. Wysocki2-10/+10
2025-01-07thermal: of: fix OF node leak in of_thermal_zone_find()Joe Hattori1-0/+1
2024-12-19thermal: intel: Fix compile issue when CONFIG_NET is not definedSrinivas Pandruvada2-2/+2
2024-12-18thermal: intel: int340x: Panther Lake power floor and workload hint supportSrinivas Pandruvada1-1/+2
2024-12-18thermal: intel: int340x: Panther Lake DLVR supportSrinivas Pandruvada1-1/+2
2024-12-18thermal: intel: Remove explicit user_space governor selectionSrinivas Pandruvada5-5/+2
2024-12-18thermal/thresholds: Fix boundaries and detection routineDaniel Lezcano1-32/+36
2024-12-10ACPI: DPTF: Support Panther LakeZhang Rui2-0/+2
2024-12-10thermal: intel: int340x: processor: Enable MMIO RAPL for Panther LakeZhang Rui2-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra13-29/+29
2024-11-28Merge tag 'thermal-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-64/+34
2024-11-27Merge branch 'thermal-intel'Rafael J. Wysocki1-14/+4
2024-11-27Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+91
2024-11-26thermal: sun8i: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-6/+5
2024-11-26thermal: tegra: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+2
2024-11-26thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-11-26thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()Krzysztof Kozlowski1-12/+6
2024-11-26thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_i...Krzysztof Kozlowski1-20/+7
2024-11-26thermal: of: Simplify thermal_of_should_bind with scoped for each OF childKrzysztof Kozlowski1-3/+2
2024-11-26thermal: gov_power_allocator: Add missing NULL pointer checkRafael J. Wysocki1-1/+6
2024-11-25thermal: int3400: Remove unneeded data_vault attribute_groupThomas Weißschuh1-13/+3
2024-11-25thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-11-23Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds34-46/+56
2024-11-21Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+8
2024-11-19Merge tag 'thermal-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki34-46/+56
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-11-16thermal: Add PCIe cooling driverIlpo Järvinen3-0/+91
2024-11-14thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki1-4/+4
2024-11-14thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki1-15/+9
2024-11-13thermal/drivers/k3_j72xx_bandgap: Simplify code in k3_bgp_read_temp()Rex Nie1-1/+1
2024-11-13thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán3-8/+18
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König32-35/+35
2024-11-13thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static constColin Ian King1-2/+2
2024-11-12thermal: testing: Simplify tt_get_tt_zone()Rafael J. Wysocki1-7/+2
2024-11-11Merge back thermal control material for 6.13Rafael J. Wysocki16-660/+1235
2024-11-05Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann3-8/+8
2024-11-04thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-11-04thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov1-0/+7
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck1-1/+1
2024-10-24thermal: gov_power_allocator: Granted power set to max when nobody request powerZhengShaobo1-5/+13
2024-10-24thermal: core: Relocate thermal zone initialization routineRafael J. Wysocki1-41/+41
2024-10-24thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki2-82/+137
2024-10-24thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki2-9/+1
2024-10-24thermal: core: Relocate functions that update trip pointsRafael J. Wysocki2-35/+35
2024-10-24thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki2-22/+16
2024-10-24thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki3-7/+9