aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/st/stm_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17thermal/drivers/st: Switch to new of APIDaniel Lezcano1-10/+8
2020-10-12thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao1-6/+1
2020-04-14thermal: Delete an error message in four functionsMarkus Elfring1-3/+1
2020-03-21thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams1-1/+2
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Colin Ian King1-1/+1
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
2019-05-13thermal: stm32: simplify getting .driver_dataWolfram Sang1-4/+2
2018-12-10thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ1-2/+2
2018-12-10thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ1-4/+4
2018-10-25thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ1-0/+760