summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-029-87/+256
|\
| * of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner2019-11-261-1/+3
| * of: overlay: add_changeset_property() memory leakFrank Rowand2019-11-261-17/+20
| * of: property: Fix documentation for out valuesMatti Vaittinen2019-11-141-4/+4
| * Merge branch 'dt/linus' into dt/nextRob Herring2019-10-252-1/+4
| |\
| * | of: Make of_dma_get_range() work on bus nodesRobin Murphy2019-10-091-26/+18
| * | of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring2019-10-081-3/+12
| * | of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring2019-10-081-1/+5
| * | of/unittest: Add dma-ranges address translation testsRob Herring2019-10-083-0/+141
| * | of: Factor out #{addr,size}-cells parsingRobin Murphy2019-10-083-10/+27
| * | of: address: Follow DMA parent for "dma-coherent"Robin Murphy2019-10-081-1/+1
| * | of/address: Introduce of_get_next_dma_parent() helperRobin Murphy2019-10-081-0/+10
| * | of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy2019-10-081-2/+2
| * | of: Make of_dma_get_range() privateRob Herring2019-10-082-1/+11
| * | of: Remove unused of_find_matching_node_by_address()Rob Herring2019-10-081-19/+0
| * | of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig2019-10-011-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+5
|\ \ \
| * | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-4/+5
| | |/ | |/|
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-272-0/+328
|\ \ \
| * | | of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan2019-11-221-0/+8
| * | | of: property: Add device link support for "iommu-map"Will Deacon2019-11-211-0/+10
| * | | of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan2019-11-211-3/+3
| * | | of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan2019-11-071-0/+6
| * | | of: property: Make it easy to add device links from DT propertiesSaravana Kannan2019-11-071-15/+47
| * | | of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan2019-11-071-2/+8
| * | | of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan2019-11-021-1/+3
| * | | of: property: Make sure child dependencies don't block probing of parentSaravana Kannan2019-11-021-5/+12
| * | | Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-272-1/+4
| |\| |
| * | | of: property: Minor code formatting/style clean upsSaravana Kannan2019-10-171-6/+6
| * | | of: property: Create device links for all child-supplier depencenciesSaravana Kannan2019-10-041-0/+4
| * | | of/platform: Pause/resume sync state during init and of_platform_populate()Saravana Kannan2019-10-041-0/+12
| * | | of: property: Add functional dependency link from DT bindingsSaravana Kannan2019-10-041-0/+241
| | |/ | |/|
* | | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-0/+16
|\ \ \
| * | | device property: Add a function to obtain a node's prefixSakari Ailus2019-10-111-0/+10
| * | | device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus2019-10-111-0/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-252-7/+13
|\ \ \
| * | | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-042-7/+13
| | |/ | |/|
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-10/+10
|\ \ \ | |/ / |/| |
| * | of: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-10/+10
* | | of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy2019-10-231-1/+3
* | | of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-10-231-0/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-1/+1
|\ \
| * | of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2019-09-271-1/+1
* | | Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-192-10/+52
|\ \ \ | |/ / |/| |
| * | of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König2019-09-191-2/+33
| * | of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König2019-09-131-8/+17
| * | of: unittest: Add of_node_put() before returnNishka Dasgupta2019-08-271-1/+3
* | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-172-13/+2
|\ \ \
| * | | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-302-13/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+14
|\ \ \ \ | |_|/ / |/| | |