aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli1-0/+3
2018-05-07Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+21
2018-04-26of: overlay: Stop leaking resources on overlay removalJan Kiszka1-9/+21
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+5
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+0
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-1/+1
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada1-4/+0
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada1-2/+0
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+79
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds7-124/+525
2018-04-04of: Add missing I/O range exception for indirect-IO devicesZhichang Yuan1-16/+76
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni1-1/+3
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+40
2018-03-30of_net: Implement of_get_nvmem_mac_address helperMike Looijmans1-0/+40
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+2
2018-03-19of: unittest: fix an error code in of_unittest_apply_overlay()Dan Carpenter1-4/+2
2018-03-17of: unittest: move misplaced function declarationArnd Bergmann1-2/+1
2018-03-17of: unittest: Remove VLA stack usageTobin C. Harding1-4/+11
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven1-1/+1
2018-03-12of: unittest: local return value variable related cleanupsFrank Rowand1-16/+6
2018-03-12of: unittest: remove unneeded local return value variablesFrank Rowand1-65/+24
2018-03-08Merge branch 'dtc-update' into dt/nextRob Herring1-2/+2
2018-03-07of: unittest: fix an error test in of_unittest_overlay_8()Dan Carpenter1-2/+1
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand3-7/+85
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand4-18/+30
2018-03-05of: unittest: clean up changeset testFrank Rowand1-6/+36
2018-03-05Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/nextRob Herring24-481/+580
2018-03-04of: improve reporting invalid overlay target pathFrank Rowand1-6/+16
2018-03-04of: convert unittest overlay devicetree source to sugar syntaxFrank Rowand15-233/+148
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand21-385/+559
2018-02-12of: unittest: Add phandle remapping testStephen Boyd2-0/+145
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd1-0/+184
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-2/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-538/+4
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds20-100/+39
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas1-0/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2018-01-31Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+8
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+26
2018-01-23of: platform: fix OF node refcount leakSudeep Holla1-1/+3
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring5-538/+3
2018-01-15of: Export of_pci_range_to_resource()Manikanta Maddireddy1-0/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2018-01-10of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur1-2/+7
2018-01-08of: unittest: refactor MakefileMasahiro Yamada1-14/+5
2018-01-08of/fdt: use memblock_virt_alloc for early allocRob Herring2-15/+12
2018-01-08of: Use SPDX license tag for DT filesRob Herring18-67/+18
2018-01-05Merge tag 'qcom-drivers-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann1-0/+4
2018-01-04of: platform: populate /firmware/ node from of_platform_default_populate_init()Sudeep Holla1-0/+4