summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-10-2627-303/+1365
|\
| * 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
| * dt-bindings: thermal: rcar-gen3-thermal: document R8A77980 bindingsSergei Shtylyov2018-10-251-1/+3
| * thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ2018-10-255-2/+777
| * dt-bindings: stm32-thermal: add binding documentationDavid HERNANDEZ SANCHEZ2018-10-251-0/+61
| * thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov2018-10-251-0/+4
| * dt-bindings: thermal: rcar-thermal: document R8A77970 bindingsSergei Shtylyov2018-10-251-2/+3
| * thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov2018-10-251-1/+1
| * dt-bindings: thermal: rcar: Add device tree support for r8a7744Biju Das2018-10-231-0/+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/+5
| * 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/+12
| * thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano2018-10-231-5/+4
| * 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/+14
| * thermal: imx: improve error messageAnson Huang2018-10-231-1/+1
| * dt-bindings: thermal: Fix a typo in documentationAmit Kucheria2018-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/+27
| * thermal: tsens: Get rid of dead codeAmit Kucheria2018-10-231-5/+0
| * thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-236-59/+7
| * 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-232-3/+4
| * thermal: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-232-7/+7
| * dt-bindings: thermal: rcar-gen3-thermal: Add r8a774a1 supportFabrizio Castro2018-08-251-0/+1
| * 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
| * dt-bindings: thermal: qcom-spmi-temp-alarm: Improve thermal zone in exampleMatthias Kaehlcke2018-08-251-8/+3
| * dt-bindings: thermal: qcom-spmi-temp-alarm: Fix documentation of 'reg'Matthias Kaehlcke2018-08-251-3/+2
* | Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-269-489/+123
|\ \
| * | arm64: use the generic swiotlb_dma_opsChristoph Hellwig2018-10-194-210/+55
| * | swiotlb: add support for non-coherent DMAChristoph Hellwig2018-10-191-10/+23
| * | swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig2018-10-193-111/+5
| * | swiotlb: refactor swiotlb_map_pageChristoph Hellwig2018-10-191-37/+30
| * | swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig2018-10-191-22/+12
| * | swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig2018-10-191-11/+4
| * | swiotlb: remove the overflow bufferChristoph Hellwig2018-10-196-64/+8