summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-07-178-115/+67
|\ \
| * | drivers: thermal: processor_thermal_device: Fix build warningZhang Rui2019-07-091-0/+4
| * | Merge branches 'thermal-core' and 'thermal-intel' into nextZhang Rui2019-06-281-0/+14
| |\ \
| | * | drivers: thermal: processor_thermal: Read PPCC on resumeSrinivas Pandruvada2019-06-251-0/+14
| * | | thermal/drivers/core: Use governor table to initializeDaniel Lezcano2019-06-277-115/+34
| * | | thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-271-0/+15
| |/ /
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-44/+9
|\ \ \ | |_|/ |/| |
| * | thermal: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-2/+0
| * | thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-12/+2
| * | thermal: intel_powerclamp: no need to check return value of debugfs_create fu...Greg Kroah-Hartman2019-06-181-10/+2
| * | thermal: intel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-20/+5
* | | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-70/+72
|\ \ \ | |_|/ |/| |
| * | thermal/x86_pkg_temp_thermal: Cosmetic: Rename internal variables to zones fr...Len Brown2019-05-231-70/+72
| * | thermal/x86_pkg_temp_thermal: Support multi-die/packageZhang Rui2019-05-231-4/+4
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-28/+6
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-057-105/+7
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-16/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner2019-06-051-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-059-88/+9
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-11/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-0511-109/+11
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-06-025-22/+0
|\ \
| * | Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-285-22/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-19/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-303-39/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-21/+4
|/ /
* | thermal: rcar_gen3_thermal: Update temperature conversion methodYoshihiro Kaneko2019-05-231-10/+18
* | thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMPYoshihiro Kaneko2019-05-231-16/+17
* | thermal: rcar_gen3_thermal: Update value of Tj_1Yoshihiro Kaneko2019-05-231-11/+30
* | thermal: tegra: Make tegra210_tsensor_thermtrips staticYueHaibing2019-05-231-1/+1
* | Revert "thermal: rockchip: fix up the tsadc pinctrl setting error"Heiko Stuebner2019-05-231-33/+3
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2113-0/+13
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-166-45/+25
|\
| *-. Merge branches 'thermal-core', 'thermal-built-it' and 'thermal-intel' into nextZhang Rui2019-05-076-42/+14
| |\ \
| | | * 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
| | * | thermal/drivers/core: Fix typo in the option nameDaniel Lezcano2019-05-061-1/+1
| | * | thermal/drivers/core: Remove depends on THERMAL in KconfigDaniel Lezcano2019-05-063-4/+0
| | * | thermal/drivers/core: Remove module unload codeDaniel Lezcano2019-05-061-16/+1