summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-03-12thermal: Add COMPILE_TEST support for i.MX8MMAnson Huang1-1/+1
2020-03-12thermal: qoriq: Fix a compiling issueYuantian Tang1-0/+1
2020-03-12thermal: Remove COMPILE_TEST for IMX_SC_THERMALAnson Huang1-1/+1
2020-03-12thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEPAnson Huang1-4/+2
2020-03-12thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4Anson Huang1-3/+3
2020-03-12thermal: ti-soc-thermal: Use GPIO descriptorsLinus Walleij2-33/+15
2020-03-12thermal: Rephrase the Kconfig text for thermalLinus Walleij1-6/+7
2020-03-12thermal: imx8mm: Add support for i.MX8MM thermal monitoring unitAnson Huang3-0/+142
2020-03-12thermal: exynos: Silence warning during deferred probeMarek Szyprowski1-1/+3
2020-03-12thermal: imx_sc: add i.MX system controller thermal supportAnson Huang3-0/+160
2020-03-12thermal: of-thermal: add API for getting sensor ID from DTAnson Huang1-16/+46
2020-03-12thermal: sprd: Add Spreadtrum thermal driver supportFreeman Liu3-0/+560
2020-03-12thermal: rcar_gen3_thermal: Generate interrupt when temperature changesNiklas Söderlund1-12/+12
2020-03-12thermal: rcar_gen3_thermal: Remove unneeded curly bracketsNiklas Söderlund1-2/+1
2020-03-06thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency c...Thara Gopinath1-2/+17
2020-02-01Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita1-2/+0
2020-01-31thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita1-1/+2
2020-01-31thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita1-3/+4
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Colin Ian King1-1/+1
2020-01-29Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-578/+1556
2020-01-27thermal: stm32: Fix low threshold interrupt floodPascal Paillet1-1/+2
2020-01-27thermal: stm32: Improve temperature computingPascal Paillet1-44/+14
2020-01-27thermal: stm32: Handle multiple trip pointsPascal Paillet1-212/+86
2020-01-27thermal: stm32: Disable interrupts at probePascal Paillet1-5/+14
2020-01-27thermal: stm32: Rework sensor mode managementPascal Paillet1-6/+4
2020-01-27thermal: stm32: Fix icifr register namePascal Paillet1-5/+5
2020-01-27thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor ...Peter Mamonov1-1/+1
2020-01-27thermal: rcar_gen3_thermal: Remove temperature boundNiklas Söderlund1-3/+1
2020-01-27thermal: rcar_thermal: Remove temperature boundNiklas Söderlund1-6/+1
2020-01-27thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform supportGayatri Kammela1-0/+8
2020-01-27thermal: intel: Fix unmatched pci_release_regionChuhong Yuan1-1/+1
2020-01-27thermal: int340x: processor_thermal: Add Jasper Lake supportSwaminathan, Nivedita1-0/+4
2020-01-27thermal: brcmstb_thermal: Register different ops per processFlorian Fainelli1-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationFlorian Fainelli1-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersFlorian Fainelli1-0/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processFlorian Fainelli1-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2020-01-27thermal: rcar_thermal: Use usleep_range() instead of udelay()Geert Uytterhoeven1-1/+1
2020-01-27thermal: Add BCM2711 thermal driverStefan Wahren3-0/+131
2020-01-27thermal: sun8i: Add hwmon supportYangtao Li1-0/+6
2020-01-27thermal: sun8i: Remove unused variable and unneeded macrosYangtao Li1-6/+0
2020-01-27thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...Yangtao Li1-1/+1
2020-01-27thermal: sun8i: Fix r40 ths numberYangtao Li1-1/+1
2020-01-27Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'Rafael J. Wysocki2-0/+2
2020-01-27thermal: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2-3/+3
2020-01-27thermal: generic-adc: silence info message for IIO_TEMP channelsMartin Blumenstingl1-1/+5
2020-01-27thermal: generic-adc: silence "no lookup table" on deferred probeMartin Blumenstingl1-7/+7
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li3-0/+654
2020-01-27thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init sectionDaniel Lezcano1-1/+1