summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtensa: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
* nios2: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-2/+2
* Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2018-09-2823-120/+111
|\
| * microblaze: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-2/+4
| * 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
| * x86: DT: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| * SH: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| * powerpc: 8xx: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-2/+3
| * powerpc: 4xx: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+1
| * powerpc: use for_each_of_cpu_node iteratorRob Herring2018-09-282-40/+26
| * openrisc: use for_each_of_cpu_node iteratorRob Herring2018-09-281-2/+1
| * nios2: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+3
| * c6x: use for_each_of_cpu_node iteratorRob Herring2018-09-281-8/+3
| * arm64: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| * ARM: shmobile: use for_each_of_cpu_node iteratorRob Herring2018-09-283-15/+5
| * ARM: topology: remove unneeded check for /cpus nodeRob Herring2018-09-281-6/+0
| * ARM: use for_each_of_cpu_node iteratorRob Herring2018-09-281-4/+1
| * 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-282-0/+50
* | of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-09-271-8/+18
* | ARM: dt-bindings: Add vendor prefix for FacebookVijay Khemka2018-09-271-0/+1
* | mfd: arizona: Correct link for sound binding documentCharles Keepax2018-09-271-1/+1
* | dt-bindings: i2c: Fix SMBus typosim manseop2018-09-271-1/+1
* | dt-bindings: crypto: hip07-sec, drop incorrect commasJonathan Cameron2018-09-271-1/+1
* | dt-bindings: fpga: fix freeze controller compatible in region docAlan Tull2018-09-271-2/+2
* | dt-bindings: reset: imx7: update the compatible stringAnson Huang2018-09-271-1/+1
* | dt-binding: arm/cpus.txt: fix dynamic-power-coefficient unitVincent Guittot2018-09-271-2/+2
* | scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring2018-09-2023-236/+1033
* | scripts/dtc: Add yamltree.c to dtc sourcesRob Herring2018-09-201-1/+1
* | libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring2018-09-203-0/+5
* | 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: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
* | | of: make default address and size cells sizes privateRob Herring2018-09-073-9/+8
| |/ |/|
* | of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2018-09-071-1/+1
* | vsprintf: print OF node name using full_nameRob Herring2018-09-071-1/+6
* | 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
* | Linux 4.19-rc2v4.19-rc2Linus Torvalds2018-09-021-1/+1
* | Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-022-0/+80
|\|