summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-87/+256
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds-4/+5
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+328
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+16
2019-11-26of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner-1/+3
2019-11-26of: overlay: add_changeset_property() memory leakFrank Rowand-17/+20
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-7/+13
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-10/+10
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan-0/+8
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne-4/+5
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon-0/+10
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan-3/+3
2019-11-14of: property: Fix documentation for out valuesMatti Vaittinen-4/+4
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan-0/+6
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan-15/+47
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan-2/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-7/+13
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan-1/+3
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan-5/+12
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman-1/+4
2019-10-25Merge branch 'dt/linus' into dt/nextRob Herring-1/+4
2019-10-23of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy-1/+3
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost-0/+1
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang-10/+10
2019-10-17of: property: Minor code formatting/style clean upsSaravana Kannan-6/+6
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus-0/+10
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus-0/+6
2019-10-09of: Make of_dma_get_range() work on bus nodesRobin Murphy-26/+18
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring-3/+12
2019-10-08of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring-1/+5
2019-10-08of/unittest: Add dma-ranges address translation testsRob Herring-0/+141
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy-10/+27
2019-10-08of: address: Follow DMA parent for "dma-coherent"Robin Murphy-1/+1
2019-10-08of/address: Introduce of_get_next_dma_parent() helperRobin Murphy-0/+10
2019-10-08of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy-2/+2
2019-10-08of: Make of_dma_get_range() privateRob Herring-1/+11
2019-10-08of: Remove unused of_find_matching_node_by_address()Rob Herring-19/+0
2019-10-04of: property: Create device links for all child-supplier depencenciesSaravana Kannan-0/+4
2019-10-04of/platform: Pause/resume sync state during init and of_platform_populate()Saravana Kannan-0/+12
2019-10-04of: property: Add functional dependency link from DT bindingsSaravana Kannan-0/+241
2019-10-01of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig-2/+2
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter-1/+1
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+52
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König-2/+33
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+2
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+14
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König-8/+17
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta-1/+3
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang-2/+6