summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | thermal: exynos: remove trip reporting to user-spaceBartlomiej Zolnierkiewicz2018-05-061-28/+2
| * | thermal: exynos: remove unused defines for Exynos5433Bartlomiej Zolnierkiewicz2018-05-061-5/+0
| * | thermal: exynos: cleanup code for enabling threshold interruptsBartlomiej Zolnierkiewicz2018-05-061-65/+33
| * | thermal: exynos: check return values of ->get_trip_[temp, hyst] methodsBartlomiej Zolnierkiewicz2018-05-061-3/+7
| * | thermal: exynos: move trips setting to exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-51/+37
| * | thermal: exynos: set trips in ascending order in exynos7_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-1/+1
| * | thermal: exynos: do not use trips structure directly in ->tmu_initializeBartlomiej Zolnierkiewicz2018-05-061-10/+8
| * | thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpersBartlomiej Zolnierkiewicz2018-05-061-142/+140
| * | thermal: exynos: move IRQs clearing to exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-10/+4
| * | thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-2/+2
OpenPOWER on IntegriCloud