summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman
2018-07-27thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski
2018-07-27thermal: tsens: Fix negative temperature reportingAmit Kucheria
2018-07-27thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria
2018-07-27thermal: tsens: Rename variableAmit Kucheria
2018-07-27thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria
2018-07-27thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria
2018-07-27thermal: tsens: Add support to split up register address space into twoAmit Kucheria
2018-07-27thermal: tsens: Get rid of unused fields in structureAmit Kucheria
2018-07-27thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier
2018-07-27thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier
2018-07-27thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal
2018-07-27thermal: armada: move validity check out of the read functionMiquel Raynal
2018-07-27thermal: armada: remove sensors validity from the IP initializationMiquel Raynal
2018-07-27thermal: armada: add multi-channel sensors supportMiquel Raynal
2018-07-27thermal: armada: use the resource managed registration helper alternativeMiquel Raynal
2018-07-27thermal: armada: convert driver to syscon register accessesMiquel Raynal
2018-07-27thermal: armada: average over samples to avoid glitchesMiquel Raynal
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal
2018-07-27thermal: armada: rename the initialization routineMiquel Raynal
2018-07-27thermal: armada: remove misleading commentsMiquel Raynal
2018-07-27thermal: armada: remove useless register accessesMiquel Raynal
2018-07-27thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal
2018-07-27thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz
2018-07-02thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Jean-Christophe Dubois
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-05thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven
2018-06-01thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson
2018-06-01thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux2008
2018-06-01thermal: exynos: Reduce severity of too early temperature readKrzysztof Kozlowski
2018-06-01thermal: imx: Switch to SPDX identifierFabio Estevam
2018-06-01thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripheralsDavid Collins
2018-06-01thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Bartlomiej Zolnierkiewicz
2018-06-01thermal: rcar_thermal: add r8a77995 supportYoshihiro Kaneko
2018-05-30Merge branches 'thermal-core' and 'thermal-intel' into nextZhang Rui
2018-05-30thermal: int340x: processor_thermal: Add GeminiLake supportSumeet Pawnikar
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer
2018-05-30thermal: int340x: Prevent error in reading trip hysteresis attributeSrinivas Pandruvada
2018-05-22thermal: Use DEVICE_ATTR_{RO|RW|WO}() variantsViresh Kumar
2018-05-22thermal: Shorten name of sysfs callbacksViresh Kumar