summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-06-151-1/+2
* thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang2019-06-151-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-1/+1
* thermal/intel_powerclamp: fix truncated kthread nameZhang Rui2019-04-201-1/+1
* thermal/int340x_thermal: fix mode settingMatthew Garrett2019-04-201-4/+3Star
* thermal/int340x_thermal: Add additional UUIDsMatthew Garrett2019-04-201-0/+14
* thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell2019-04-201-5/+4Star
* thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski2019-04-201-1/+1
* thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck2019-04-201-1/+1
* drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill2019-03-051-13/+15
* thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter2019-03-051-1/+1
* thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin2019-02-121-2/+2
* thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson2019-02-121-4/+8
* thermal: bcm2835: enable hwmon explicitlyMatthias Brugger2019-02-121-0/+11
* thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath2019-02-121-4/+7
* Thermal: do not clear passive state during system sleepWei Wang2019-02-121-4/+8
* thermal: armada: fix legacy validity test senseRussell King2018-12-211-1/+1
* thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfsDmitry Osipenko2018-11-211-1/+2
* thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven2018-11-131-2/+2
* thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven2018-11-131-0/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-294-45/+16Star
|\
| * thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang2018-08-201-2/+5
| * thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-10/+1Star
| * thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-14/+2Star
| * thermal: qoriq: Switch to SPDX identifierFabio Estevam2018-08-201-13/+3Star
| * thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam2018-08-201-2/+2
| * thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam2018-08-201-4/+3Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-08-242-4/+24
|\ \
| * | Thermal: Intel SoC DTS: Translate IO-APIC GSI number to linux irq numberHans de Goede2018-07-262-4/+24
* | | treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-241-1/+1
| |/ |/|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-1620-884/+527Star
|\ \
| * | thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun2018-08-011-1/+1
| * | thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman2018-07-281-1/+1
| * | thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski2018-07-281-5/+0Star
| * | thermal: tsens: Fix negative temperature reportingAmit Kucheria2018-07-281-8/+5Star
| * | thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-281-6/+7
| * | thermal: tsens: Rename variableAmit Kucheria2018-07-282-8/+8
| * | thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-283-1/+12
| * | thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2018-07-282-18/+9Star
| * | thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-283-2/+15
| * | thermal: tsens: Get rid of unused fields in structureAmit Kucheria2018-07-271-2/+0Star
| * | thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier2018-07-271-1/+1
| * | thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier2018-07-271-0/+1
| * | thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal2018-07-271-9/+4Star
| * | thermal: armada: move validity check out of the read functionMiquel Raynal2018-07-271-7/+7
| * | thermal: armada: remove sensors validity from the IP initializationMiquel Raynal2018-07-271-6/+3Star
| * | thermal: armada: add multi-channel sensors supportMiquel Raynal2018-07-271-21/+114
| * | thermal: armada: use the resource managed registration helper alternativeMiquel Raynal2018-07-271-22/+100
| * | thermal: armada: convert driver to syscon register accessesMiquel Raynal2018-07-271-70/+129
| * | thermal: armada: average over samples to avoid glitchesMiquel Raynal2018-07-271-0/+25