summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/st
Commit message (Expand)AuthorAgeFilesLines
* 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/stm32: Convert to platform remove callback returning voidUwe Kleine-König2023-06-263-7/+5
* thermal/drivers/stm: Don't set no_hwmon to falseDaniel Lezcano2023-04-011-1/+0
* thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano2023-03-031-3/+0
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-032-3/+3
* thermal/drivers/st: Remove syscfg based driverAlain Volmat2023-02-153-179/+0
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-1/+0
* thermal/drivers/st: Use generic trip pointsDaniel Lezcano2023-01-061-40/+7
* 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/drivers/st: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-11/+2
* thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao2020-10-121-6/+1
* drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Colin Ian King2020-10-121-1/+1
* thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+5
* thermal: Delete an error message in four functionsMarkus Elfring2020-04-142-6/+2
* 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-21/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* thermal: stm32: simplify getting .driver_dataWolfram Sang2019-05-131-4/+2
* drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-05-131-11/+11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-01-051-4/+2
|\
| * thermal: st: st_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-4/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-01-051-1/+1
|\ \
| * | thermal: st: fix Makefile typoArnd Bergmann2019-01-021-1/+1
| |/
* | thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ2018-12-101-2/+2
* | thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ2018-12-101-4/+4
|/
* thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ2018-10-253-0/+775
* thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-1/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-111-3/+2
|\
| * thermal: consistently use int for temperaturesSascha Hauer2015-08-031-3/+2
* | thermal: sti: Add parentheses around bridge->ops->regmap_init callNicolas Boichat2015-08-071-1/+1
|/
* drivers: thermal: st: remove several sparse warningsEduardo Valentin2015-04-073-11/+11
* thermal: constify of_device_id arrayFabian Frederick2015-04-072-2/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\
| * thermal: st: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | thermal: sti: Ignore suspend/resume functions when !PM_SLEEPLee Jones2014-11-211-0/+3
|/
* thermal: sti: Add support for ST's Memory Mapped based Thermal controllerLee Jones2014-07-153-0/+214
* thermal: sti: Add support for ST's System Config Register based Thermal contr...Lee Jones2014-07-153-0/+184
* thermal: sti: Introduce ST Thermal core codeLee Jones2014-07-154-0/+422