summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-222-0/+12
|\
| * thermal: intel: pch: Fix unexpected shutdown at critical temperatureKai-Heng Feng2021-01-191-0/+6
| * thermal: int340x: Fix unexpected shutdown at critical temperatureKai-Heng Feng2021-01-191-0/+6
* | thermal: Move therm_throt there from x86/mceBorislav Petkov2021-02-085-1/+741
|/
* thermal: int340x: Support Alder LakeSrinivas Pandruvada2020-12-172-0/+2
* thermal: int340x: processor_thermal: Correct workload type nameSrinivas Pandruvada2020-12-101-1/+1
* thermal: intel: pch: use macro for temperature calculationSumeet Pawnikar2020-12-101-10/+3
* thermal: int340x: processor_thermal: Add mailbox driverSrinivas Pandruvada2020-12-104-2/+232
* thermal: int340x: processor_thermal: Add RFIM driverSrinivas Pandruvada2020-12-104-3/+270
* thermal: int340x: processor_thermal: Add AlderLake PCI device idSrinivas Pandruvada2020-12-102-0/+2
* thermal: int340x: processor_thermal: Refactor MMIO interfaceSrinivas Pandruvada2020-12-105-211/+263
* thermal: intel_pch_thermal: fix build for ACPI not enabledRandy Dunlap2020-11-171-0/+4
* thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH.Andres Freund2020-11-141-1/+9
* thermal: intel: pch: fix S0ix failure due to PCH temperature above thresholdSumeet Pawnikar2020-11-071-6/+70
* thermal: int340x: Add keep alive response methodSrinivas Pandruvada2020-10-121-0/+29
* thermal: int340x: Provide notification for OEM variable changeSrinivas Pandruvada2020-10-121-11/+11
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-067-60/+36
|\
| * thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH supportSumeet Pawnikar2020-08-041-0/+3
| * thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idSumeet Pawnikar2020-07-241-1/+1
| * thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-292-6/+6
| * thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-4/+0
| * thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-294-0/+19
| * thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-292-18/+5
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-292-17/+0
| * thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-292-18/+10
| * thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-291-11/+7
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-4/+1
|\ \
| * | sched,powerclamp: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-4/+1
| |/
* | thermal: int3403_thermal: Downgrade error messageAlex Hung2020-07-151-1/+1
* | thermal/int340x_thermal: Prevent page fault on .set_mode() opBartosz Szczepanek2020-07-141-1/+6
|/
* thermal/int340x_thermal: Don't require IDSP to existMatthew Garrett2020-05-291-8/+22
* thermal/int340x_thermal: Export OEM vendor variablesMatthew Garrett2020-05-291-1/+131
* thermal/int340x_thermal: Export GDDVMatthew Garrett2020-05-291-0/+60
* thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() opsAndrzej Pietrasiewicz2020-04-151-3/+2
* Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-072-1/+6
|\
| * thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-231-1/+1
| * thermal: int340x: processor_thermal: Add Tiger Lake supportSumeet Pawnikar2020-03-231-0/+5
| * thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams2020-03-211-12/+12
* | Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-062-2/+2
|\ \
| * | thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDsGayatri Kammela2020-04-012-2/+2
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-304-8/+4
|\ \
| * | thermal: Convert to new X86 CPU match macrosThomas Gleixner2020-03-244-8/+4
| |/
* | thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams2020-03-281-12/+12
* | acpi: Remove header dependencyPeter Zijlstra2020-03-211-0/+1
|/
* thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-1/+2
* thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+4
* Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-282-1/+13
|\
| * thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform supportGayatri Kammela2020-01-271-0/+8
| * thermal: intel: Fix unmatched pci_release_regionChuhong Yuan2020-01-271-1/+1
| * thermal: int340x: processor_thermal: Add Jasper Lake supportSwaminathan, Nivedita2020-01-271-0/+4