summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2019-09-12of: overlay: set node fields from properties when add new overlay nodeFrank Rowand
2019-09-12of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand
2019-02-19of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand
2019-02-19of: overlay: use prop add changeset entry for property in new nodesFrank Rowand
2019-02-19of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand
2019-02-19of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2019-02-19of: Convert to using %pOFn instead of device_node.nameRob Herring
2019-02-05of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand
2019-02-05OF: properties: add missing of_node_putJulia Lawall
2019-01-14of: __of_detach_node() - remove node from phandle cacheFrank Rowand
2019-01-14of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand
2018-11-21of, numa: Validate some distance map rulesJohn Garry
2018-10-13of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck
2018-09-26of: add helper to lookup compatible child nodeJohan Hovold
2018-09-26of: fix phandle cache creation for DTs with no phandlesRob Herring
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2018-06-07Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-04of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla
2018-05-26Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
2018-05-25drivers: qcom: add command DB driverMahesh Sivasubramanian
2018-05-23of: overlay: validate offset from property fixupsFrank Rowand
2018-05-22of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli
2018-05-14Merge tag 'devicetree-fixes-for-4.17' into dt/next to pick-up fixesRob Herring
2018-05-07Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig
2018-04-26of: overlay: Stop leaking resources on overlay removalJan Kiszka
2018-04-24of: Don't create device for OPP tablesViresh Kumar
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-04-18of/numa: drop export of of_node_to_nidRob Herring
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-04of: Add missing I/O range exception for indirect-IO devicesZhichang Yuan
2018-04-04PCI: Add fwnode handler as input param of pci_register_io_range()Gabriele Paoloni
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-30of_net: Implement of_get_nvmem_mac_address helperMike Looijmans
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-19of: unittest: fix an error code in of_unittest_apply_overlay()Dan Carpenter
2018-03-17of: unittest: move misplaced function declarationArnd Bergmann
2018-03-17of: unittest: Remove VLA stack usageTobin C. Harding
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven