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-10-2621-285/+1287
|\
| * thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven2018-10-251-2/+2
| * thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven2018-10-251-0/+1
| * thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven2018-10-251-2/+2
| * thermal: rcar_gen3_thermal: add R8A77980 supportSergei Shtylyov2018-10-251-0/+1
| * thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ2018-10-255-2/+777
| * thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov2018-10-251-0/+4
| * thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov2018-10-251-1/+1
| * thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano2018-10-231-4/+10
| * thermal/drivers/hisi: Add more sensors channelDaniel Lezcano2018-10-231-0/+5
| * thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano2018-10-231-6/+5Star
| * thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano2018-10-231-2/+5
| * thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano2018-10-231-4/+4
| * thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano2018-10-231-32/+47
| * thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano2018-10-231-13/+28
| * thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano2018-10-231-27/+12Star
| * thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano2018-10-231-5/+4Star
| * thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano2018-10-231-30/+42
| * thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano2018-10-231-26/+34
| * thermal: armada: fix a test in probe()Dan Carpenter2018-10-231-2/+2
| * thermal: imx: handle error path in one place to save duplicated codeAnson Huang2018-10-231-15/+14Star
| * thermal: imx: improve error messageAnson Huang2018-10-231-1/+1
| * thermal: tsens: Check if the IP is correctly enabled by firmwareAmit Kucheria2018-10-231-0/+17
| * thermal: tsens: Pass register offsets as private dataAmit Kucheria2018-10-235-0/+16
| * thermal: tsens: Add the SROT address mapAmit Kucheria2018-10-232-2/+13
| * thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria2018-10-234-28/+27Star
| * thermal: tsens: Get rid of dead codeAmit Kucheria2018-10-231-5/+0Star
| * thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-236-59/+7Star
| * thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria2018-10-231-2/+3
| * thermal: qoriq: add i.mx8mq supportAnson Huang2018-10-231-0/+1
| * thermal: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-232-7/+7
| * thermal: rcar_gen3_thermal: Add r8a774a1 supportFabrizio Castro2018-08-251-0/+1
| * of: thermal: Allow multiple devices to share cooling mapViresh Kumar2018-08-251-39/+103
| * thermal: qcom-spmi: Use PMIC thermal stage 2 for critical trip pointsMatthias Kaehlcke2018-08-251-18/+140
* | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+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