summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalHEADmasterPeter Zijlstra22 hours13-29/+29
* Merge tag 'thermal-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6 days6-64/+34
|\
| * Merge branch 'thermal-intel'Rafael J. Wysocki6 days1-14/+4
| |\
| | * thermal: int3400: Remove unneeded data_vault attribute_groupThomas Weißschuh8 days1-13/+3
| | * thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada8 days1-1/+1
| * | thermal: sun8i: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski7 days1-6/+5
| * | thermal: tegra: Simplify with scoped for each OF child loopKrzysztof Kozlowski7 days1-3/+2
| * | thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loopKrzysztof Kozlowski7 days1-5/+2
| * | thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()Krzysztof Kozlowski7 days1-12/+6
| * | thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_i...Krzysztof Kozlowski7 days1-20/+7
| * | thermal: of: Simplify thermal_of_should_bind with scoped for each OF childKrzysztof Kozlowski7 days1-3/+2
| * | thermal: gov_power_allocator: Add missing NULL pointer checkRafael J. Wysocki7 days1-1/+6
| |/
* | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7 days3-0/+91
|\ \ | |/ |/|
| * thermal: Add PCIe cooling driverIlpo Järvinen2024-11-163-0/+91
* | Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11 days34-46/+56
|\ \
| * \ Merge tag 'thermal-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki14 days34-46/+56
| |\ \
| | * | thermal/drivers/k3_j72xx_bandgap: Simplify code in k3_bgp_read_temp()Rex Nie2024-11-131-1/+1
| | * | thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán2024-11-133-8/+18
| | * | thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-1332-35/+35
| | * | thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static constColin Ian King2024-11-131-2/+2
* | | | Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13 days3-8/+8
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-11-043-8/+8
| |\ \ \ \
| | * | | | thermal/ti-soc-thermal: Fix typosAndrew Kreimer2024-10-043-8/+8
| | | |_|/ | | |/| |
* | | | | Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14 days1-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck2024-10-311-1/+1
| | |/ / | |/| |
* | | | thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki2024-11-141-4/+4
* | | | thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki2024-11-141-15/+9
* | | | thermal: testing: Simplify tt_get_tt_zone()Rafael J. Wysocki2024-11-121-7/+2
| |_|/ |/| |
* | | Merge back thermal control material for 6.13Rafael J. Wysocki2024-11-1116-660/+1235
|\ \ \
| * | | thermal: gov_power_allocator: Granted power set to max when nobody request powerZhengShaobo2024-10-241-5/+13
| * | | thermal: core: Relocate thermal zone initialization routineRafael J. Wysocki2024-10-241-41/+41
| * | | thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki2024-10-242-82/+137
| * | | thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki2024-10-242-9/+1
| * | | thermal: core: Relocate functions that update trip pointsRafael J. Wysocki2024-10-242-35/+35
| * | | thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki2024-10-242-22/+16
| * | | thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki2024-10-243-7/+9
| * | | thermal: core: Rearrange __thermal_zone_device_update()Rafael J. Wysocki2024-10-241-4/+4
| * | | thermal: core: Prepare for moving trips between sorted listsRafael J. Wysocki2024-10-241-7/+18
| * | | thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki2024-10-242-6/+6
| * | | thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki2024-10-241-15/+18
| * | | thermal: thresholds: Fix thermal lock annotation issueDaniel Lezcano2024-10-241-4/+9
| * | | thermal: netlink: Add the commands and the events for the thresholdsDaniel Lezcano2024-10-244-21/+281
| * | | thermal: core: Manage thermal_governor_lock using a mutex guardRafael J. Wysocki2024-10-241-27/+13
| * | | thermal: core: Separate thermal zone governor initializationRafael J. Wysocki2024-10-241-15/+21
| * | | thermal: core: Add and use cooling device guardRafael J. Wysocki2024-10-246-84/+57
| * | | thermal: core: Introduce thermal_cdev_update_nocheck()Rafael J. Wysocki2024-10-235-9/+18
| * | | thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki2024-10-231-5/+12
| * | | thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki2024-10-231-16/+30
| * | | thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki2024-10-231-6/+5
| * | | thermal: core: Manage thermal_list_lock using a mutex guardRafael J. Wysocki2024-10-231-80/+68