summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/st/stm_thermal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2024-09-021-5/+3
* thermal: stm: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-2/+0
* thermal/drivers/stm: Don't set no_hwmon to falseDaniel Lezcano2023-04-011-1/+0
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-2/+2
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-1/+0
* thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Minghao Chi2022-12-141-3/+1
* thermal/drivers/st: Switch to new of APIDaniel Lezcano2022-08-171-10/+8
* thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao2020-10-121-6/+1
* thermal: Delete an error message in four functionsMarkus Elfring2020-04-141-3/+1
* thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams2020-03-211-1/+2
* thermal: stm32: fix spelling mistake "preprare" -> "prepare"Colin Ian King2020-01-311-1/+1
* thermal: stm32: Fix low threshold interrupt floodPascal Paillet2020-01-271-1/+2
* thermal: stm32: Improve temperature computingPascal Paillet2020-01-271-44/+14
* thermal: stm32: Handle multiple trip pointsPascal Paillet2020-01-271-212/+86
* thermal: stm32: Disable interrupts at probePascal Paillet2020-01-271-5/+14
* thermal: stm32: Rework sensor mode managementPascal Paillet2020-01-271-6/+4
* thermal: stm32: Fix icifr register namePascal Paillet2020-01-271-5/+5
* thermal: stm32: simplify getting .driver_dataWolfram Sang2019-05-141-4/+2
* thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ2018-12-111-2/+2
* thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ2018-12-111-4/+4
* thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ2018-10-251-0/+760