aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/st
AgeCommit message (Expand)AuthorFilesLines
2024-03-11thermal: Drop spaces before TABsGravatar Geert Uytterhoeven 2-10/+10
2024-02-27thermal: core: Eliminate writable trip points masksGravatar Rafael J. Wysocki 1-1/+1
2023-10-02thermal: stm: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-07-31thermal: Explicitly include correct DT includesGravatar Rob Herring 1-2/+0
2023-06-26thermal/drivers/stm32: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 3-7/+5
2023-04-01thermal/drivers/stm: Don't set no_hwmon to falseGravatar Daniel Lezcano 1-1/+0
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-3/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 2-3/+3
2023-02-15thermal/drivers/st: Remove syscfg based driverGravatar Alain Volmat 3-179/+0
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-1/+0
2023-01-06thermal/drivers/st: Use generic trip pointsGravatar Daniel Lezcano 1-40/+7
2022-12-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Gravatar Minghao Chi 1-3/+1
2022-08-17thermal/drivers/st: Switch to new of APIGravatar Daniel Lezcano 1-10/+8
2021-06-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-11/+2
2020-10-12thermal: stm32: simplify the return expression of stm_thermal_prepare()Gravatar Qinglang Miao 1-6/+1
2020-10-12drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Gravatar Colin Ian King 1-1/+1
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesGravatar Andrzej Pietrasiewicz 1-0/+5
2020-04-14thermal: Delete an error message in four functionsGravatar Markus Elfring 2-6/+2
2020-03-21thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tGravatar Clark Williams 1-1/+2
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Gravatar Colin Ian King 1-1/+1
2020-01-27thermal: stm32: Fix low threshold interrupt floodGravatar Pascal Paillet 1-1/+2
2020-01-27thermal: stm32: Improve temperature computingGravatar Pascal Paillet 1-44/+14
2020-01-27thermal: stm32: Handle multiple trip pointsGravatar Pascal Paillet 1-212/+86
2020-01-27thermal: stm32: Disable interrupts at probeGravatar Pascal Paillet 1-5/+14
2020-01-27thermal: stm32: Rework sensor mode managementGravatar Pascal Paillet 1-6/+4
2020-01-27thermal: stm32: Fix icifr register nameGravatar Pascal Paillet 1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 4-21/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-13thermal: stm32: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2019-05-13drivers: thermal: Kconfig: pedantic cleanupsGravatar Enrico Weigelt, metux IT consult 1-11/+11
2019-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-4/+2
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-1/+1
2019-01-02thermal: st: fix Makefile typoGravatar Arnd Bergmann 1-1/+1
2018-12-10thermal: stm32: Fix stm_thermal_read_factory_settingsGravatar David HERNANDEZ SANCHEZ 1-2/+2
2018-12-10thermal: stm32: read factory settings inside stm_thermal_prepareGravatar David HERNANDEZ SANCHEZ 1-4/+4
2018-11-30thermal: st: st_thermal: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2018-10-25thermal: add stm32 thermal driverGravatar David HERNANDEZ SANCHEZ 3-0/+775
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-3/+2
2015-08-07thermal: sti: Add parentheses around bridge->ops->regmap_init callGravatar Nicolas Boichat 1-1/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-3/+2
2015-04-07drivers: thermal: st: remove several sparse warningsGravatar Eduardo Valentin 3-11/+11
2015-04-07thermal: constify of_device_id arrayGravatar Fabian Frederick 2-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+0
2014-11-21thermal: sti: Ignore suspend/resume functions when !PM_SLEEPGravatar Lee Jones 1-0/+3
2014-10-20thermal: st: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-07-15thermal: sti: Add support for ST's Memory Mapped based Thermal controllerGravatar Lee Jones 3-0/+214
2014-07-15thermal: sti: Add support for ST's System Config Register based Thermal contr...Gravatar Lee Jones 3-0/+184
2014-07-15thermal: sti: Introduce ST Thermal core codeGravatar Lee Jones 4-0/+422