aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/intel
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+28
2024-01-12thermal: intel: hfi: Add syscore callbacks for system-wide PMGravatar Ricardo Neri 1-0/+28
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-29/+70
2024-01-03thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineGravatar Ricardo Neri 1-0/+35
2024-01-03thermal: intel: hfi: Enable an HFI instance from its first online CPUGravatar Ricardo Neri 1-7/+10
2024-01-03thermal: intel: hfi: Refactor enabling code into helper functionsGravatar Ricardo Neri 1-21/+22
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 1-3/+5
2023-11-21thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Gravatar Rafael J. Wysocki 2-2/+2
2023-10-23Merge branch 'thermal-intel'Gravatar Rafael J. Wysocki 11-206/+815
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-05thermal: intel: powerclamp: fix mismatch in get function for max_idleGravatar David Arcari 1-1/+1
2023-10-05thermal: int340x: Use thermal_zone_for_each_trip()Gravatar Rafael J. Wysocki 1-36/+42
2023-09-29thermal: int3406: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-09-29thermal: int3403: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-29thermal: int3402: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-29thermal: int3401: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-29thermal: int3400: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-09-21thermal: int340x: processor_thermal: Ack all PCI interruptsGravatar Srinivas Pandruvada 1-1/+2
2023-09-18thermal: int340x: Add ArrowLake-S PCI IDGravatar Srinivas Pandruvada 2-0/+3
2023-09-14thermal: int340x: Handle workload hint interruptsGravatar Srinivas Pandruvada 1-7/+32
2023-09-14thermal: int340x: processor_thermal: Add workload type hint interfaceGravatar Srinivas Pandruvada 5-1/+277
2023-09-14thermal: int340x: Remove PROC_THERMAL_FEATURE_WLT_REQ for Meteor LakeGravatar Srinivas Pandruvada 1-2/+1
2023-09-14thermal: int340x: processor_thermal: Use non MSI interrupts by defaultGravatar Srinivas Pandruvada 1-9/+21
2023-09-14thermal: int340x: processor_thermal: Add interrupt configuration functionGravatar Srinivas Pandruvada 2-19/+68
2023-09-14thermal: int340x: processor_thermal: Move mailbox code to common moduleGravatar Srinivas Pandruvada 7-141/+159
2023-09-05thermal: Use thermal_tripless_zone_device_register()Gravatar Rafael J. Wysocki 1-3/+3
2023-08-28Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-175/+104
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-22thermal: intel: intel_soc_dts_iosf: Remove redundant checkGravatar Zhang Rui 1-5/+3
2023-08-22thermal: intel: int340x: simplify the code with module_platform_driver()Gravatar Yang Yingliang 1-12/+1
2023-08-11thermal: intel: intel_soc_dts_iosf: Use struct thermal_tripGravatar Rafael J. Wysocki 2-45/+8
2023-08-11thermal: intel: intel_soc_dts_iosf: Rework critical trip setupGravatar Rafael J. Wysocki 4-51/+27
2023-08-11thermal: intel: intel_soc_dts_iosf: Add helper for resetting trip pointsGravatar Rafael J. Wysocki 1-6/+9
2023-08-11thermal: intel: intel_soc_dts_iosf: Change initialization orderingGravatar Rafael J. Wysocki 1-9/+16
2023-08-11thermal: intel: intel_soc_dts_iosf: Pass sensors to update_trip_temp()Gravatar Rafael J. Wysocki 1-4/+3
2023-08-11thermal: intel: intel_soc_dts_iosf: Untangle update_trip_temp()Gravatar Rafael J. Wysocki 1-13/+24
2023-08-11thermal: intel: intel_soc_dts_iosf: Always assume notification supportGravatar Rafael J. Wysocki 1-13/+8
2023-08-10thermal: intel: intel_soc_dts_iosf: Drop redundant symbol definitionGravatar Rafael J. Wysocki 1-3/+0
2023-08-10thermal: intel: intel_soc_dts_iosf: Always use 2 tripsGravatar Rafael J. Wysocki 4-24/+15
2023-08-09x86/cpu: Fix Gracemont uarchGravatar Peter Zijlstra 1-1/+1
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceGravatar Zhang Rui 1-8/+8
2023-07-14thermal/drivers/int340x: Do not check the thermal zone stateGravatar Daniel Lezcano 1-18/+14
2023-07-14thermal/drivers/int3400: Use thermal zone device wrappersGravatar Daniel Lezcano 1-4/+8
2023-06-26Merge tag 'thermal-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+275
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-5/+6