summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix2-17/+71
2019-06-10Revert "of: overlay: set node fields from properties when add new overlay node"popcornmix2-45/+16
2019-06-09of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2-14/+42
2019-06-09of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-3/+29
2019-06-03of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2-16/+45
2019-05-14of: configfs: Use of_overlay_fdt_apply API callPhil Elwell1-40/+7
2019-05-14OF: DT-Overlay configfs interfacePantelis Antoniou3-0/+318
2019-02-06of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand1-1/+1
2019-02-06of: overlay: use prop add changeset entry for property in new nodesFrank Rowand1-38/+74
2019-02-06of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2-4/+3
2019-02-06of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2-0/+30
2019-02-06of: Convert to using %pOFn instead of device_node.nameRob Herring6-22/+23
2019-01-26of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand1-1/+3
2019-01-22OF: properties: add missing of_node_putJulia Lawall1-0/+1
2019-01-13of: __of_detach_node() - remove node from phandle cacheFrank Rowand3-1/+37
2019-01-13of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46
2018-11-27of/device: Really only set bus DMA mask when appropriateRobin Murphy1-1/+3
2018-11-21of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-11-13of: Add missing exports of node name compare functionsRob Herring1-0/+2
2018-10-10Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman1-8/+18
2018-10-10of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-8/+18
2018-09-14Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2018-09-11of: fix phandle cache creation for DTs with no phandlesRob Herring1-0/+3
2018-09-02Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+4
2018-09-02of/platform: initialise AMBA default DMA masksLinus Walleij1-0/+4
2018-08-30of: add node name compare helper functionsRob Herring1-0/+22
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+13
2018-08-14Merge tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+5
2018-08-07of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman1-8/+1
2018-07-27OF: Don't set default coherent DMA maskRobin Murphy1-10/+10
2018-07-27of/device: Set bus DMA mask as appropriateRobin Murphy1-0/+1
2018-07-27of/platform: Initialise default DMA masksRobin Murphy1-0/+3
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-3/+16
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand3-3/+16
2018-07-13of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij1-4/+13
2018-07-10drivers/of: Make of_io_request_and_map() "name" argument optionalBenjamin Herrenschmidt1-2/+4
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+1
2018-06-07Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+23
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+5
2018-06-04of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla1-2/+3
2018-05-26Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-0/+1
2018-05-25drivers: qcom: add command DB driverMahesh Sivasubramanian1-0/+1
2018-05-23of: overlay: validate offset from property fixupsFrank Rowand1-0/+5
2018-05-22of: unittest: for strings, account for trailing \0 in property length fieldStefan M Schaeckeler1-4/+4
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli1-0/+3
2018-05-14Merge tag 'devicetree-fixes-for-4.17' into dt/next to pick-up fixesRob Herring1-9/+21