summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-284-45/+16
|\
| * 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/+1
| * thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-14/+2
| * thermal: qoriq: Switch to SPDX identifierFabio Estevam2018-08-201-13/+3
| * 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/+3
* | 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-231-1/+1
| |/ |/|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-1620-884/+527
|\ \
| * | 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-271-1/+1
| * | thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski2018-07-271-5/+0
| * | thermal: tsens: Fix negative temperature reportingAmit Kucheria2018-07-271-8/+5
| * | thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-271-6/+7
| * | thermal: tsens: Rename variableAmit Kucheria2018-07-272-8/+8
| * | thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-273-1/+12
| * | thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2018-07-272-18/+9
| * | thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-273-2/+15
| * | thermal: tsens: Get rid of unused fields in structureAmit Kucheria2018-07-271-2/+0
| * | 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/+4
| * | 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/+3
| * | 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
| * | thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal2018-07-271-1/+7
| * | thermal: armada: rename the initialization routineMiquel Raynal2018-07-271-20/+20
| * | thermal: armada: remove misleading commentsMiquel Raynal2018-07-271-2/+0
| * | thermal: armada: remove useless register accessesMiquel Raynal2018-07-271-6/+2
| * | thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal2018-07-271-1/+36
| * | thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz2018-07-279-654/+5
| * | thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Jean-Christophe Dubois2018-07-021-1/+4
| |/
* / cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender2018-07-021-4/+24
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-126-14/+17
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-6/+7
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-8/+10
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-06-1211-863/+833
|\ \
| * | thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson2018-06-011-3/+9
| * | thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux20082018-06-011-1/+1
| * | thermal: exynos: Reduce severity of too early temperature readKrzysztof Kozlowski2018-06-011-1/+7
| * | thermal: imx: Switch to SPDX identifierFabio Estevam2018-06-011-8/+3
| * | thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripheralsDavid Collins2018-06-011-21/+71
| * | thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Bartlomiej Zolnierkiewicz2018-06-011-1/+1
| * | thermal: rcar_thermal: add r8a77995 supportYoshihiro Kaneko2018-06-011-32/+126
| * | thermal: mediatek: use of_device_get_match_data()Ryder Lee2018-05-061-4/+1