aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 2-4/+24
2018-08-23treewide: correct "differenciate" and "instanciate" typosGravatar Finn Thain 1-1/+1
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 20-884/+527
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Gravatar Wei Yongjun 1-1/+1
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesGravatar Simon Horman 1-1/+1
2018-07-27thermal: samsung: Remove Exynos5440 clock handling left-oversGravatar Krzysztof Kozlowski 1-5/+0
2018-07-27thermal: tsens: Fix negative temperature reportingGravatar Amit Kucheria 1-8/+5
2018-07-27thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Gravatar Amit Kucheria 1-6/+7
2018-07-27thermal: tsens: Rename variableGravatar Amit Kucheria 2-8/+8
2018-07-27thermal: tsens: Add generic support for TSENS v2 IPGravatar Amit Kucheria 3-1/+12
2018-07-27thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseGravatar Amit Kucheria 2-18/+9
2018-07-27thermal: tsens: Add support to split up register address space into twoGravatar Amit Kucheria 3-2/+15
2018-07-27thermal: tsens: Get rid of unused fields in structureGravatar Amit Kucheria 1-2/+0
2018-07-27thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Gravatar Marc Zyngier 1-1/+1
2018-07-27thermal_hwmon: Sanitize attribute name passed to hwmonGravatar Marc Zyngier 1-0/+1
2018-07-27thermal: armada: get rid of the ->is_valid() pointerGravatar Miquel Raynal 1-9/+4
2018-07-27thermal: armada: move validity check out of the read functionGravatar Miquel Raynal 1-7/+7
2018-07-27thermal: armada: remove sensors validity from the IP initializationGravatar Miquel Raynal 1-6/+3
2018-07-27thermal: armada: add multi-channel sensors supportGravatar Miquel Raynal 1-21/+114
2018-07-27thermal: armada: use the resource managed registration helper alternativeGravatar Miquel Raynal 1-22/+100
2018-07-27thermal: armada: convert driver to syscon register accessesGravatar Miquel Raynal 1-70/+129
2018-07-27thermal: armada: average over samples to avoid glitchesGravatar Miquel Raynal 1-0/+25
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksGravatar Miquel Raynal 1-1/+7
2018-07-27thermal: armada: rename the initialization routineGravatar Miquel Raynal 1-20/+20
2018-07-27thermal: armada: remove misleading commentsGravatar Miquel Raynal 1-2/+0
2018-07-27thermal: armada: remove useless register accessesGravatar Miquel Raynal 1-6/+2
2018-07-27thermal: armada: add a function that sanitizes the thermal zone nameGravatar Miquel Raynal 1-1/+36
2018-07-27thermal: ti-soc-thermal: remove dead codeGravatar Bartlomiej Zolnierkiewicz 9-654/+5
2018-07-26Thermal: Intel SoC DTS: Translate IO-APIC GSI number to linux irq numberGravatar Hans de Goede 2-4/+24
2018-07-02thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Gravatar Jean-Christophe Dubois 1-1/+4
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFGravatar Bastian Stender 1-4/+24
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-14/+17
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 2-6/+7
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 4-8/+10
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 11-863/+833
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 9-141/+49
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-3/+3
2018-06-05thermal: bcm2835: Stop using printk format %pCrGravatar Geert Uytterhoeven 1-2/+2
2018-06-01thermal: qcom: tsens: Allow number of sensors to come from DTGravatar Bjorn Andersson 1-3/+9
2018-06-01thermal: tegra: soctherm: add const to struct thermal_cooling_device_opsGravatar srplinux2008 1-1/+1
2018-06-01thermal: exynos: Reduce severity of too early temperature readGravatar Krzysztof Kozlowski 1-1/+7
2018-06-01thermal: imx: Switch to SPDX identifierGravatar Fabio Estevam 1-8/+3
2018-06-01thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripheralsGravatar David Collins 1-21/+71
2018-06-01thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2018-06-01thermal: rcar_thermal: add r8a77995 supportGravatar Yoshihiro Kaneko 1-32/+126
2018-05-30Merge branches 'thermal-core' and 'thermal-intel' into nextGravatar Zhang Rui 2-3/+7
2018-05-30thermal: int340x: processor_thermal: Add GeminiLake supportGravatar Sumeet Pawnikar 1-0/+4
2018-05-30drivers: thermal: Update license to SPDX formatGravatar Lina Iyer 7-78/+7