summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-24thermal: core: Rearrange __thermal_zone_device_update()Rafael J. Wysocki1-4/+4
2024-10-24thermal: core: Prepare for moving trips between sorted listsRafael J. Wysocki1-7/+18
2024-10-24thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki2-6/+6
2024-10-24thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki1-15/+18
2024-10-24thermal: thresholds: Fix thermal lock annotation issueDaniel Lezcano1-4/+9
2024-10-24thermal: netlink: Add the commands and the events for the thresholdsDaniel Lezcano4-21/+281
2024-10-24thermal: core: Manage thermal_governor_lock using a mutex guardRafael J. Wysocki1-27/+13
2024-10-24thermal: core: Separate thermal zone governor initializationRafael J. Wysocki1-15/+21
2024-10-24thermal: core: Add and use cooling device guardRafael J. Wysocki6-84/+57
2024-10-23thermal: core: Introduce thermal_cdev_update_nocheck()Rafael J. Wysocki5-9/+18
2024-10-23thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki1-5/+12
2024-10-23thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki1-16/+30
2024-10-23thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki1-6/+5