aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2-4/+2
2019-05-13of_net: Fix missing of_find_device_by_node ref count dropPetr Štetiar1-1/+4
2019-05-10of_net: remove nvmem-mac-address propertyPetr Štetiar1-23/+6
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+51
2019-05-07Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds8-26/+62
2019-05-05of_net: add NVMEM support to of_get_mac_addressPetr Štetiar1-3/+51
2019-05-02of: unittest: Remove error printing on OOMGeert Uytterhoeven1-9/+4
2019-05-02of: irq: Remove WARN_ON() for kzalloc() failureGeert Uytterhoeven1-1/+1
2019-05-01of/device.c: fix the wrong commentsJojo Zeng1-1/+1
2019-04-29of: del redundant type conversionxiaojiangfeng1-1/+1
2019-04-19of_net: Fix residues after of_get_nvmem_mac_address removalPetr Štetiar1-1/+0
2019-04-10of: Improve of_phandle_iterator_next() error messageFlorian Fainelli1-2/+3
2019-04-10of: address: Add support for the parent DMA busMaxime Ripard1-2/+26
2019-04-10of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard1-5/+9
2019-04-10of: reserved_mem: fix reserve memory leakpierre Kuo1-5/+17
2019-04-10of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putMaxime Ripard1-1/+1
2019-03-12of: fix kmemleak crash caused by imbalance in early memory reservationMike Rapoport1-10/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-2/+14
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-5/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+3
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-7/+14
2019-02-28of: unittest: unflatten device tree on UML when testingBrendan Higgins1-0/+4
2019-02-28of: mark early_init_dt_alloc_reserved_memory_arch staticChristoph Hellwig1-1/+1
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+2
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig1-3/+2
2019-02-13of: unittest: add caution to function header commentFrank Rowand1-1/+5
2019-02-13of: unittest: remove report of expected errorFrank Rowand1-1/+4
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-8/+1
2019-01-21media: s5p-mfc: Fix memdev DMA configurationRobin Murphy1-4/+0
2019-01-16OF: properties: add missing of_node_putJulia Lawall1-0/+1
2019-01-10of: Remove struct device_node.type pointerRob Herring4-11/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds16-154/+546
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+0
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand3-1/+37
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2-3/+10
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring5-14/+13
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis1-1/+5
2018-12-03of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski1-39/+0
2018-11-27of: Use device_type helpers to access the node typeRob Herring3-12/+19
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli1-5/+10
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli1-0/+2
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring1-36/+14
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-3/+10
2018-11-09Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/nextRob Herring8-92/+414
2018-11-09of/pdt: Remove unused of_pdt_build_more function ptrRob Herring1-5/+0
2018-11-08of: unittest: initialize args before calling of_*parse_*()Frank Rowand1-2/+13
2018-11-08of: unittest: find overlays[] entry by name instead of indexFrank Rowand1-4/+17
2018-11-08of: unittest: allow base devicetree to have symbol metadataFrank Rowand1-8/+35
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2-14/+42