Age | Commit message (Expand) | Author | Files | Lines |
2020-06-29 | thermal: Explicitly enable non-changing thermal zone devices | Andrzej Pietrasiewicz | 1 | -0/+5 |
2020-04-14 | thermal: Delete an error message in four functions | Markus Elfring | 2 | -6/+2 |
2020-03-21 | thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_t | Clark Williams | 1 | -1/+2 |
2020-01-31 | thermal: stm32: fix spelling mistake "preprare" -> "prepare" | Colin Ian King | 1 | -1/+1 |
2020-01-27 | thermal: stm32: Fix low threshold interrupt flood | Pascal Paillet | 1 | -1/+2 |
2020-01-27 | thermal: stm32: Improve temperature computing | Pascal Paillet | 1 | -44/+14 |
2020-01-27 | thermal: stm32: Handle multiple trip points | Pascal Paillet | 1 | -212/+86 |
2020-01-27 | thermal: stm32: Disable interrupts at probe | Pascal Paillet | 1 | -5/+14 |
2020-01-27 | thermal: stm32: Rework sensor mode management | Pascal Paillet | 1 | -6/+4 |
2020-01-27 | thermal: stm32: Fix icifr register name | Pascal Paillet | 1 | -5/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 4 | -21/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-14 | thermal: stm32: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
2019-05-14 | drivers: thermal: Kconfig: pedantic cleanups | Enrico Weigelt, metux IT consult | 1 | -11/+11 |
2019-01-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -4/+2 |
2019-01-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 1 | -1/+1 |
2019-01-02 | thermal: st: fix Makefile typo | Arnd Bergmann | 1 | -1/+1 |
2018-12-11 | thermal: stm32: Fix stm_thermal_read_factory_settings | David HERNANDEZ SANCHEZ | 1 | -2/+2 |
2018-12-11 | thermal: stm32: read factory settings inside stm_thermal_prepare | David HERNANDEZ SANCHEZ | 1 | -4/+4 |
2018-11-30 | thermal: st: st_thermal: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
2018-10-25 | thermal: add stm32 thermal driver | David HERNANDEZ SANCHEZ | 3 | -0/+775 |
2016-09-27 | thermal: Enhance thermal_zone_device_update for events | Srinivas Pandruvada | 1 | -1/+2 |
2015-09-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -3/+2 |
2015-08-07 | thermal: sti: Add parentheses around bridge->ops->regmap_init call | Nicolas Boichat | 1 | -1/+1 |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer | 1 | -3/+2 |
2015-04-07 | drivers: thermal: st: remove several sparse warnings | Eduardo Valentin | 3 | -11/+11 |
2015-04-07 | thermal: constify of_device_id array | Fabian Frederick | 2 | -2/+2 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
2014-11-21 | thermal: sti: Ignore suspend/resume functions when !PM_SLEEP | Lee Jones | 1 | -0/+3 |
2014-10-20 | thermal: st: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-07-15 | thermal: sti: Add support for ST's Memory Mapped based Thermal controller | Lee Jones | 3 | -0/+214 |
2014-07-15 | thermal: sti: Add support for ST's System Config Register based Thermal contr... | Lee Jones | 3 | -0/+184 |
2014-07-15 | thermal: sti: Introduce ST Thermal core code | Lee Jones | 4 | -0/+422 |