summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1312-161/+108
|\
| * thermal: intel: int340x_thermal: Use thermal zone accessor functionsRafael J. Wysocki2024-03-051-1/+2
| * Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki2024-03-059-146/+90
| |\
| | * thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-276-6/+6
| | * thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-276-55/+38
| | * thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSRafael J. Wysocki2024-02-231-2/+0
| | * thermal: intel: Adjust ops handling during thermal zone registrationRafael J. Wysocki2024-02-237-26/+11
| | * thermal: intel: Discard trip tables after zone registrationRafael J. Wysocki2024-02-238-73/+51
| * | thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada2024-02-282-0/+2
| |/
| * thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui2024-02-123-14/+14
* | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-4/+4
|\ \
| * | powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui2024-02-131-4/+4
| |/
* / x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner2024-02-153-3/+3
|/
* thermal: intel: powerclamp: Remove dead code for target mwait valueSrinivas Pandruvada2024-01-221-32/+0
* Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-0/+28
|\
| * thermal: intel: hfi: Add syscore callbacks for system-wide PMRicardo Neri2024-01-121-0/+28
* | Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-092-29/+70
|\|
| * thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineRicardo Neri2024-01-031-0/+35
| * thermal: intel: hfi: Enable an HFI instance from its first online CPURicardo Neri2024-01-031-7/+10
| * thermal: intel: hfi: Refactor enabling code into helper functionsRicardo Neri2024-01-031-21/+22
| * thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-3/+5
* | thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki2023-11-212-2/+2
|/
* Merge branch 'thermal-intel'Rafael J. Wysocki2023-10-2311-206/+815
|\
| * thermal: int340x: processor_thermal: Enable power floor supportSrinivas Pandruvada2023-10-121-1/+1
| * thermal: int340x: processor_thermal: Handle power floor interruptsSrinivas Pandruvada2023-10-121-1/+8
| * thermal: int340x: processor_thermal: Support power floor notificationsSrinivas Pandruvada2023-10-124-1/+202
| * thermal: int340x: processor_thermal: Set feature mask before proc_thermal_addSrinivas Pandruvada2023-10-121-11/+10
| * thermal: int340x: processor_thermal: Common function to clear SOC interruptSrinivas Pandruvada2023-10-123-2/+14
| * thermal: int340x: processor_thermal: Move interrupt status MMIO offset to com...Srinivas Pandruvada2023-10-122-1/+2
| * thermal: intel: powerclamp: fix mismatch in get function for max_idleDavid Arcari2023-10-051-1/+1
| * thermal: int340x: Use thermal_zone_for_each_trip()Rafael J. Wysocki2023-10-051-36/+42
| * thermal: int340x: processor_thermal: Ack all PCI interruptsSrinivas Pandruvada2023-09-211-1/+2
| * thermal: int340x: Add ArrowLake-S PCI IDSrinivas Pandruvada2023-09-182-0/+3
| * thermal: int340x: Handle workload hint interruptsSrinivas Pandruvada2023-09-141-7/+32
| * thermal: int340x: processor_thermal: Add workload type hint interfaceSrinivas Pandruvada2023-09-145-1/+277
| * thermal: int340x: Remove PROC_THERMAL_FEATURE_WLT_REQ for Meteor LakeSrinivas Pandruvada2023-09-141-2/+1
| * thermal: int340x: processor_thermal: Use non MSI interrupts by defaultSrinivas Pandruvada2023-09-141-9/+21
| * thermal: int340x: processor_thermal: Add interrupt configuration functionSrinivas Pandruvada2023-09-142-19/+68
| * thermal: int340x: processor_thermal: Move mailbox code to common moduleSrinivas Pandruvada2023-09-147-141/+159
* | thermal: int3406: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-3/+2
* | thermal: int3403: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* | thermal: int3402: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* | thermal: int3401: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* | thermal: int3400: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-3/+2
|/
* thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki2023-09-051-3/+3
* Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-286-175/+104
|\
| * thermal: intel: intel_soc_dts_iosf: Remove redundant checkZhang Rui2023-08-221-5/+3
| * thermal: intel: int340x: simplify the code with module_platform_driver()Yang Yingliang2023-08-221-12/+1
| * thermal: intel: intel_soc_dts_iosf: Use struct thermal_tripRafael J. Wysocki2023-08-112-45/+8
| * thermal: intel: intel_soc_dts_iosf: Rework critical trip setupRafael J. Wysocki2023-08-114-51/+27