summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2630-128/+170
|\
| * power: supply: twl4030-charger: fix OF sibling-node lookupJohan Hovold2018-10-231-2/+3
| * NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-10-231-3/+2
| * net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold2018-10-231-2/+10
| * net: bcmgenet: fix OF child-node lookupJohan Hovold2018-10-231-1/+1
| * drm/msm: fix OF child-node lookupJohan Hovold2018-10-231-2/+3
| * drm/mediatek: fix OF sibling-node lookupJohan Hovold2018-10-231-2/+3
| * of: Add missing exports of node name compare functionsRob Herring2018-10-221-0/+2
| * soc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-047-43/+43
| * firmware: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-041-1/+1
| * devfreq: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-2/+2
| * bus: mvebu-mbus: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-1/+1
| * bus: fsl-mc: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
| * Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2018-09-286-36/+50
| |\
| | * fbdev: fsl-diu: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+1
| | * of: use for_each_of_cpu_node iteratorRob Herring2018-09-282-14/+3
| | * iommu: fsl_pamu: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| | * edac: cpc925: use for_each_of_cpu_node iteratorRob Herring2018-09-281-18/+2
| | * clk: mvebu: use for_each_of_cpu_node iteratorRob Herring2018-09-281-2/+2
| | * of: Support matching cpu nodes with no 'reg' propertyRob Herring2018-09-281-0/+2
| | * of: Add cpu node iterator for_each_of_cpu_node()Rob Herring2018-09-281-0/+39
| * | of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-09-271-8/+18
| * | of/unittest: Fix I2C bus unit-address errorRob Herring2018-09-202-4/+4
| * | Merge branch 'dt/linus' into HEADRob Herring2018-09-201-0/+3
| |\ \
| * | | of: make default address and size cells sizes privateRob Herring2018-09-071-0/+8
| | |/ | |/|
| * | of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2018-09-071-1/+1
| * | of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-076-22/+23
| * | of/unittest: add printf tests for node nameRob Herring2018-09-041-0/+4
| * | of/unittest: remove use of node name pointer in overlay high level testRob Herring2018-09-041-5/+8
* | | 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/+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