summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-03-05thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2020-01-27thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke1-1/+1
2020-01-27thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang1-32/+6
2020-01-27thermal: mediatek: fix register index errorMichael Kao1-2/+4
2019-12-13thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-12-01thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2019-12-01thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov1-1/+1
2019-12-01thermal: armada: fix a test in probe()Dan Carpenter1-2/+2
2019-10-11thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev1-2/+6
2019-10-11thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel1-1/+1
2019-06-15drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria1-1/+2
2019-06-15thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang1-0/+3
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-1/+1
2019-04-20thermal/intel_powerclamp: fix truncated kthread nameZhang Rui1-1/+1
2019-04-20thermal/int340x_thermal: fix mode settingMatthew Garrett1-4/+3
2019-04-20thermal/int340x_thermal: Add additional UUIDsMatthew Garrett1-0/+14
2019-04-20thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell1-5/+4
2019-04-20thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski1-1/+1
2019-04-20thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck1-1/+1
2019-03-05drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill1-13/+15
2019-03-05thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-12thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson1-4/+8
2019-02-12thermal: bcm2835: enable hwmon explicitlyMatthias Brugger1-0/+11
2019-02-12thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath1-4/+7
2019-02-12Thermal: do not clear passive state during system sleepWei Wang1-4/+8
2018-12-21thermal: armada: fix legacy validity test senseRussell King1-1/+1
2018-11-21thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfsDmitry Osipenko1-1/+2
2018-11-13thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2018-11-13thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven1-0/+1
2018-08-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds4-45/+16
2018-08-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-4/+24
2018-08-24treewide: correct "differenciate" and "instanciate" typosFinn Thain1-1/+1
2018-08-20thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang1-2/+5
2018-08-20thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto1-10/+1
2018-08-20thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto1-14/+2
2018-08-20thermal: qoriq: Switch to SPDX identifierFabio Estevam1-13/+3
2018-08-20thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam1-2/+2
2018-08-20thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam1-4/+3
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds20-884/+527
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun1-1/+1
2018-07-28thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman1-1/+1
2018-07-28thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski1-5/+0
2018-07-28thermal: tsens: Fix negative temperature reportingAmit Kucheria1-8/+5
2018-07-28thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria1-6/+7
2018-07-28thermal: tsens: Rename variableAmit Kucheria2-8/+8
2018-07-28thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria3-1/+12
2018-07-28thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2-18/+9
2018-07-28thermal: tsens: Add support to split up register address space into twoAmit Kucheria3-2/+15
2018-07-28thermal: tsens: Get rid of unused fields in structureAmit Kucheria1-2/+0