aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23thermal: qcom: tsens.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-23thermal: imx_sc_thermal: Fix incorrect data typeAnson Huang1-2/+2
2020-03-23thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-23thermal: int340x: processor_thermal: Add Tiger Lake supportSumeet Pawnikar1-0/+5
2020-03-21acpi: Remove header dependencyPeter Zijlstra1-0/+1
2020-03-21thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams2-13/+14
2020-03-20thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .removeAnson Huang1-2/+1
2020-03-20thermal: qoriq: Sort includes alphabeticallyAnson Huang1-3/+2
2020-03-20thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanupsAnson Huang1-21/+14
2020-03-20thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()Niklas Söderlund1-10/+6
2020-03-20thermal: rcar_thermal: Do not store ctemp in rcar_thermal_privNiklas Söderlund1-16/+10
2020-03-20thermal: rcar_thermal: Always update thermal zone on interruptNiklas Söderlund1-12/+1
2020-03-20drivers: thermal: tsens: Remove unnecessary irq flagAmit Kucheria1-1/+1
2020-03-20drivers: thermal: tsens: kernel-doc fixupAmit Kucheria1-0/+3
2020-03-20drivers: thermal: tsens: Add watchdog supportAmit Kucheria3-0/+71
2020-03-20drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria4-36/+223
2020-03-20drivers: thermal: tsens: Release device in success pathAmit Kucheria1-4/+2
2020-03-20drivers: thermal: tsens: use simpler variablesAmit Kucheria1-4/+4
2020-03-20drivers: thermal: tsens: Pass around struct tsens_sensor as a constantAmit Kucheria3-11/+12
2020-03-20drivers: thermal: tsens: De-constify struct tsens_featuresAmit Kucheria5-16/+16
2020-03-20thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund1-2/+4
2020-03-20thermal: imx: Remove unused includesAnson Huang1-7/+0
2020-03-20thermal: rcar_gen3_thermal: Add r8a77961 supportGeert Uytterhoeven1-0/+4
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 cappingThara Gopinath1-2/+17
2020-01-31Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus 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-28Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus 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