summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2019-03-12of: fix kmemleak crash caused by imbalance in early memory reservationMike Rapoport-10/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+14
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport-5/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+3
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+14
2019-02-28of: unittest: unflatten device tree on UML when testingBrendan Higgins-0/+4
2019-02-28of: mark early_init_dt_alloc_reserved_memory_arch staticChristoph Hellwig-1/+1
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig-1/+2
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig-3/+2
2019-02-13of: unittest: add caution to function header commentFrank Rowand-1/+5
2019-02-13of: unittest: remove report of expected errorFrank Rowand-1/+4
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij-8/+1
2019-01-21media: s5p-mfc: Fix memdev DMA configurationRobin Murphy-4/+0
2019-01-16OF: properties: add missing of_node_putJulia Lawall-0/+1
2019-01-10of: Remove struct device_node.type pointerRob Herring-11/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-154/+546
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-39/+0
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand-1/+37
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand-24/+46
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring-3/+10
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring-14/+13
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis-1/+5
2018-12-03of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski-39/+0
2018-11-27of: Use device_type helpers to access the node typeRob Herring-12/+19
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli-5/+10
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli-0/+2
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring-36/+14
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+10
2018-11-09Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring-92/+414
2018-11-09of/pdt: Remove unused of_pdt_build_more function ptrRob Herring-5/+0
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand-2/+13
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand-4/+17
2018-11-08of: unittest: allow base devicetree to have symbol metadataFrank Rowand-8/+35
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand-14/+42
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand-4/+3
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand-37/+112
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand-9/+49
2018-11-08of: overlay: test case of two fragments adding same nodeFrank Rowand-0/+34
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand-38/+74
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand-4/+3
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand-0/+30
2018-11-08of, numa: Validate some distance map rulesJohn Garry-2/+7
2018-11-08of/device: Really only set bus DMA mask when appropriateRobin Murphy-1/+3
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring-2/+0