summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2019-06-15drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria
2019-06-15thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-04-20thermal/intel_powerclamp: fix truncated kthread nameZhang Rui
2019-04-20thermal/int340x_thermal: fix mode settingMatthew Garrett
2019-04-20thermal/int340x_thermal: Add additional UUIDsMatthew Garrett
2019-04-20thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell
2019-04-20thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski
2019-04-20thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck
2019-03-05drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill
2019-03-05thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin
2019-02-12thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson
2019-02-12thermal: bcm2835: enable hwmon explicitlyMatthias Brugger
2019-02-12thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath
2019-02-12Thermal: do not clear passive state during system sleepWei Wang
2018-12-21thermal: armada: fix legacy validity test senseRussell King
2018-11-21thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfsDmitry Osipenko
2018-11-13thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven
2018-11-13thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven
2018-08-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-08-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2018-08-23treewide: correct "differenciate" and "instanciate" typosFinn Thain
2018-08-20thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang
2018-08-20thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto
2018-08-20thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto
2018-08-20thermal: qoriq: Switch to SPDX identifierFabio Estevam
2018-08-20thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam
2018-08-20thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman
2018-07-27thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski
2018-07-27thermal: tsens: Fix negative temperature reportingAmit Kucheria
2018-07-27thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria
2018-07-27thermal: tsens: Rename variableAmit Kucheria
2018-07-27thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria
2018-07-27thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria
2018-07-27thermal: tsens: Add support to split up register address space into twoAmit Kucheria
2018-07-27thermal: tsens: Get rid of unused fields in structureAmit Kucheria
2018-07-27thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier
2018-07-27thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier
2018-07-27thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal
2018-07-27thermal: armada: move validity check out of the read functionMiquel Raynal
2018-07-27thermal: armada: remove sensors validity from the IP initializationMiquel Raynal
2018-07-27thermal: armada: add multi-channel sensors supportMiquel Raynal
2018-07-27thermal: armada: use the resource managed registration helper alternativeMiquel Raynal
2018-07-27thermal: armada: convert driver to syscon register accessesMiquel Raynal
2018-07-27thermal: armada: average over samples to avoid glitchesMiquel Raynal
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal