aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-03drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+36
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+13
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle1-1/+7
2020-01-31net: mdio: of: fix potential NULL pointer derefernceMichael Walle1-3/+6
2020-01-30Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds6-126/+33
2020-01-28of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-01-08of: overlay: Remove blank line between assignment and checkGeert Uytterhoeven1-1/+0
2020-01-02of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson1-0/+36
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran1-1/+29
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring4-124/+24
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2019-12-19of: mdio: export of_mdiobus_child_is_phyAntoine Tenart1-1/+2
2019-12-12of/platform: Unconditionally pause/resume sync state during kernel initSaravana Kannan1-3/+3
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds9-87/+256
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+5
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-0/+328
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+16
2019-11-26of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-11-26of: overlay: add_changeset_property() memory leakFrank Rowand1-17/+20
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-7/+13
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-10/+10
2019-11-22of: property: Add device link support for interrupt-parent, dmas and -gpio(s)Saravana Kannan1-0/+8
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-4/+5
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon1-0/+10
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan1-3/+3
2019-11-14of: property: Fix documentation for out valuesMatti Vaittinen1-4/+4
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan1-0/+6
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan1-15/+47
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan1-2/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2-7/+13
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan1-1/+3
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan1-5/+12
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2-1/+4
2019-10-25Merge branch 'dt/linus' into dt/nextRob Herring2-1/+4
2019-10-23of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy1-1/+3
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang1-10/+10
2019-10-17of: property: Minor code formatting/style clean upsSaravana Kannan1-6/+6
2019-10-11device property: Add a function to obtain a node's prefixSakari Ailus1-0/+10
2019-10-11device property: Add fwnode_get_name for returning the name of a nodeSakari Ailus1-0/+6
2019-10-09of: Make of_dma_get_range() work on bus nodesRobin Murphy1-26/+18
2019-10-08of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring1-3/+12
2019-10-08of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring1-1/+5
2019-10-08of/unittest: Add dma-ranges address translation testsRob Herring3-0/+141
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy3-10/+27
2019-10-08of: address: Follow DMA parent for "dma-coherent"Robin Murphy1-1/+1
2019-10-08of/address: Introduce of_get_next_dma_parent() helperRobin Murphy1-0/+10
2019-10-08of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy1-2/+2