summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel/int340x_thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-073-32/+13
|\
| * 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-291-3/+3
| * thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-4/+0
| * thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+5
| * thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-3/+2
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-9/+0
| * thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-9/+3
| * thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-291-11/+7
* | 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-082-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
* | 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
| |/
* / acpi: Remove header dependencyPeter Zijlstra2020-03-211-0/+1
|/
* 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-291-0/+4
|\
| * thermal: int340x: processor_thermal: Add Jasper Lake supportSwaminathan, Nivedita2020-01-271-0/+4
* | thermal: int340x_thermal: Add Tiger Lake ACPI device IDsGayatri Kammela2019-12-192-0/+2
|/
* thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)Rishi Gupta2019-09-241-1/+1
* thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() usesKelsey Skunberg2019-09-241-6/+0
* thermal: int340x: processor_thermal: Add Ice Lake supportSrinivas Pandruvada2019-09-241-0/+5
* drivers: thermal: processor_thermal_device: Export sysfs interface for TCC of...Srinivas Pandruvada2019-08-191-4/+87
* int340X/processor_thermal_device: Fix proc_thermal_rapl_remove()Rafael J. Wysocki2019-07-231-0/+4
* Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-182-6/+173
|\
| * int340X/processor_thermal_device: add support for MMIO RAPLZhang Rui2019-07-112-6/+173
* | drivers: thermal: processor_thermal_device: Fix build warningZhang Rui2019-07-091-0/+4
* | drivers: thermal: processor_thermal: Read PPCC on resumeSrinivas Pandruvada2019-06-251-0/+14
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-20/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-39/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-172-19/+10
|\
| * drivers: thermal: processor_thermal: Downgrade error messageSrinivas Pandruvada2019-05-071-1/+1
| * thermal: intel: int340x: processor_thermal_device: simplify to get driver dataSumeet Pawnikar2019-04-221-10/+1
| * thermal/int3403_thermal: favor _TMP instead of PTYPZhang Rui2019-04-221-8/+8
* | ACPICA: Rename nameseg length macro/define for clarityBob Moore2019-04-091-1/+1
|/
* thermal/int340x_thermal: fix mode settingMatthew Garrett2019-03-181-4/+3
* thermal/int340x_thermal: Add additional UUIDsMatthew Garrett2019-03-181-0/+14
* Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2019-01-231-14/+16
|\
| * drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill2019-01-181-13/+15
| * thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter2019-01-101-1/+1
* | drivers: thermal: int340x_thermal: Make PCI dependency explicitSinan Kaya2019-01-151-1/+1
|/