aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-2/+2
2020-04-01thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDsGravatar Gayatri Kammela 2-2/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+17
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-8/+4
2020-03-28thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tGravatar Clark Williams 1-12/+12
2020-03-24thermal: Convert to new X86 CPU match macrosGravatar Thomas Gleixner 4-8/+4
2020-03-21acpi: Remove header dependencyGravatar Peter Zijlstra 1-0/+1
2020-03-06thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency c...Gravatar Thara Gopinath 1-2/+17
2020-01-31Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroGravatar Akinobu Mita 1-2/+0
2020-01-31thermal: intel_pch: switch to use <linux/units.h> helpersGravatar Akinobu Mita 1-1/+2
2020-01-31thermal: int340x: switch to use <linux/units.h> helpersGravatar Akinobu Mita 1-3/+4
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Gravatar Colin Ian King 1-1/+1
2020-01-28Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 36-578/+1556
2020-01-27thermal: stm32: Fix low threshold interrupt floodGravatar Pascal Paillet 1-1/+2
2020-01-27thermal: stm32: Improve temperature computingGravatar Pascal Paillet 1-44/+14
2020-01-27thermal: stm32: Handle multiple trip pointsGravatar Pascal Paillet 1-212/+86
2020-01-27thermal: stm32: Disable interrupts at probeGravatar Pascal Paillet 1-5/+14
2020-01-27thermal: stm32: Rework sensor mode managementGravatar Pascal Paillet 1-6/+4
2020-01-27thermal: stm32: Fix icifr register nameGravatar Pascal Paillet 1-5/+5
2020-01-27thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor ...Gravatar Peter Mamonov 1-1/+1
2020-01-27thermal: rcar_gen3_thermal: Remove temperature boundGravatar Niklas Söderlund 1-3/+1
2020-01-27thermal: rcar_thermal: Remove temperature boundGravatar Niklas Söderlund 1-6/+1
2020-01-27thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform supportGravatar Gayatri Kammela 1-0/+8
2020-01-27thermal: intel: Fix unmatched pci_release_regionGravatar Chuhong Yuan 1-1/+1
2020-01-27thermal: int340x: processor_thermal: Add Jasper Lake supportGravatar Swaminathan, Nivedita 1-0/+4
2020-01-27thermal: brcmstb_thermal: Register different ops per processGravatar Florian Fainelli 1-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationGravatar Florian Fainelli 1-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersGravatar Florian Fainelli 1-0/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processGravatar Florian Fainelli 1-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsGravatar Florian Fainelli 1-22/+9
2020-01-27thermal: rcar_thermal: Use usleep_range() instead of udelay()Gravatar Geert Uytterhoeven 1-1/+1
2020-01-27thermal: Add BCM2711 thermal driverGravatar Stefan Wahren 3-0/+131
2020-01-27thermal: sun8i: Add hwmon supportGravatar Yangtao Li 1-0/+6
2020-01-27thermal: sun8i: Remove unused variable and unneeded macrosGravatar Yangtao Li 1-6/+0
2020-01-27thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...Gravatar Yangtao Li 1-1/+1
2020-01-27thermal: sun8i: Fix r40 ths numberGravatar Yangtao Li 1-1/+1
2020-01-27Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'Gravatar Rafael J. Wysocki 2-0/+2
2020-01-27thermal: exynos: Rename Samsung and Exynos to lowercaseGravatar Krzysztof Kozlowski 2-3/+3
2020-01-27thermal: generic-adc: silence info message for IIO_TEMP channelsGravatar Martin Blumenstingl 1-1/+5
2020-01-27thermal: generic-adc: silence "no lookup table" on deferred probeGravatar Martin Blumenstingl 1-7/+7
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Gravatar Yangtao Li 3-0/+654
2020-01-27thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init sectionGravatar Daniel Lezcano 1-1/+1
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticGravatar Daniel Lezcano 2-34/+32
2020-01-27thermal/drivers/cpu_cooling: Rename to cpufreq_coolingGravatar Daniel Lezcano 3-5/+5
2020-01-27thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driverGravatar Daniel Lezcano 3-0/+240
2020-01-27thermal: rockchip: Enable hwmonGravatar Stefan Schaeckeler 1-1/+11
2020-01-27thermal: armada: Clear reset in armadaxp_initGravatar Zak Hays 1-0/+3
2020-01-27thermal: armada: Fix register offsets for AXPGravatar Zak Hays 1-1/+1
2020-01-27thermal/drivers/Kconfig: Convert the CPU cooling device to a choiceGravatar Daniel Lezcano 2-3/+13