summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-2056-290/+595
|\
| * devicetree: Add Creative Technology vendor idMarek Vasut2016-05-191-0/+1
| * gpio: dt-bindings: add ibm,ppc4xx-gpio bindingChristian Lamparter2016-05-191-0/+24
| * of/unittest: Remove unnecessary module.h header inclusionJavier Martinez Canillas2016-05-191-1/+0
| * drivers/of: Fix build warning in populate_node()Gavin Shan2016-05-191-8/+8
| * drivers/of: Fix depth when unflattening devicetreeRhyland Klein2016-05-191-9/+9
| * of: dynamic: changeset prop-update revert fixPantelis Antoniou2016-05-161-0/+5
| * drivers/of: Export of_detach_node()Gavin Shan2016-05-161-0/+1
| * drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan2016-05-162-14/+25
| * drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-164-6/+13
| * drivers/of: Rename unflatten_dt_node()Gavin Shan2016-05-161-7/+7
| * drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan2016-05-161-48/+74
| * drivers/of: Split unflatten_dt_node()Gavin Shan2016-05-161-102/+147
| * of: include errno.h in of_graph.hArnd Bergmann2016-05-021-0/+1
| * of: document refcount incrementation of of_get_cpu_node()Masahiro Yamada2016-04-251-1/+2
| * Documentation: dt: soc: fix spelling mistakesEric Engestrom2016-04-251-3/+3
| * Documentation: dt: power: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: pinctrl: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: opp: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: net: fix spelling mistakesEric Engestrom2016-04-253-4/+4
| * Documentation: dt: mtd: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: mmc: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: mfd: fix spelling mistakesEric Engestrom2016-04-251-2/+2
| * Documentation: dt: media: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: interrupt-controller: fix spelling mistakesEric Engestrom2016-04-251-2/+2
| * Documentation: dt: input: fix spelling mistakesEric Engestrom2016-04-252-2/+2
| * Documentation: dt: dma: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: display: fix spelling mistakeEric Engestrom2016-04-251-1/+1
| * Documentation: dt: clock: fix spelling mistakesEric Engestrom2016-04-253-3/+3
| * Documentation: dt: arm: fix spelling mistakesEric Engestrom2016-04-252-2/+2
| * serial: Move Marvell UART DT bindings to correct locationGeert Uytterhoeven2016-04-251-0/+0
| * Documentation: bindings: fix palmas-rtc documentationDr. H. Nikolaus Schaller2016-04-251-3/+3
| * phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/Geert Uytterhoeven2016-04-251-1/+1
| * PCI: hisi: DT spelling s/interrupts-*/interrupt-*/Geert Uytterhoeven2016-04-251-6/+6
| * misc: sram: DT spelling s/#adress-cells/#address-cells/Geert Uytterhoeven2016-04-251-1/+1
| * devicetree: bindings: designware-pcie: Fix unit addressStephen Boyd2016-04-191-1/+1
| * dt-bindings: tegra: Rename some bindings for consistencyThierry Reding2016-04-197-0/+0
| * dt-bindings: tegra: Remove 0, prefix from unit-addressesThierry Reding2016-04-197-12/+12
| * of: Add Inforce Computing to vendor prefix listSrinivas Kandagatla2016-04-191-0/+1
| * of: Add Arrow Electronics to vendor prefix listSrinivas Kandagatla2016-04-191-0/+1
| * of: Add vendor prefix for Shenzhen Embest TechnologySergio Prado2016-04-191-0/+1
| * Documentation: devicetree: bindings: regulator: palmas-pmic.txtSchuyler Patton2016-04-191-0/+8
| * dt-bindings: Correct path for ARM GIC documentationJon Hunter2016-04-193-4/+4
| * Documentation: devicetree: Clean up gpio-keys exampleAndreas Färber2016-04-191-5/+5
| * iommu/arm-smmu: Make use of phandle iterators in device-tree parsingJoerg Roedel2016-04-191-8/+30
| * of: Introduce of_phandle_iterator_args()Joerg Roedel2016-04-192-6/+33
| * of: Introduce of_for_each_phandle() helper macroJoerg Roedel2016-04-192-6/+7
| * of: Remove counting special case from __of_parse_phandle_with_args()Joerg Roedel2016-04-191-5/+14
| * of: Move phandle walking to of_phandle_iterator_next()Joerg Roedel2016-04-192-56/+81
| * of: Introduce struct of_phandle_iteratorJoerg Roedel2016-04-192-39/+93