summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
* of_net: Fix missing of_find_device_by_node ref count dropPetr Štetiar2019-05-131-1/+4
* of_net: remove nvmem-mac-address propertyPetr Štetiar2019-05-101-23/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-3/+51
|\
| * of_net: add NVMEM support to of_get_mac_addressPetr Štetiar2019-05-051-3/+51
* | Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-078-26/+62
|\ \ | |/ |/|
| * of: unittest: Remove error printing on OOMGeert Uytterhoeven2019-05-021-9/+4
| * of: irq: Remove WARN_ON() for kzalloc() failureGeert Uytterhoeven2019-05-021-1/+1
| * of/device.c: fix the wrong commentsJojo Zeng2019-05-011-1/+1
| * of: del redundant type conversionxiaojiangfeng2019-04-291-1/+1
| * of: Improve of_phandle_iterator_next() error messageFlorian Fainelli2019-04-101-2/+3
| * of: address: Add support for the parent DMA busMaxime Ripard2019-04-101-2/+26
| * of: address: Retrieve a parent through a callback in __of_translate_addressMaxime Ripard2019-04-101-5/+9
| * of: reserved_mem: fix reserve memory leakpierre Kuo2019-04-101-5/+17
| * of: property: Document that of_graph_get_endpoint_by_regs needs of_node_putMaxime Ripard2019-04-101-1/+1
* | of_net: Fix residues after of_get_nvmem_mac_address removalPetr Štetiar2019-04-191-1/+0
|/
* of: fix kmemleak crash caused by imbalance in early memory reservationMike Rapoport2019-03-121-10/+3
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-2/+14
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-5/+2
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-3/+3
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+2
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-3/+2
* | Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-102-7/+14
|\ \
| * | of: unittest: unflatten device tree on UML when testingBrendan Higgins2019-02-281-0/+4
| * | of: mark early_init_dt_alloc_reserved_memory_arch staticChristoph Hellwig2019-02-281-1/+1
| * | of: unittest: add caution to function header commentFrank Rowand2019-02-131-1/+5
| * | of: unittest: remove report of expected errorFrank Rowand2019-02-131-1/+4
| * | media: s5p-mfc: Fix memdev DMA configurationRobin Murphy2019-01-211-4/+0
* | | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-8/+1
| |/ |/|
* | OF: properties: add missing of_node_putJulia Lawall2019-01-161-0/+1
* | of: Remove struct device_node.type pointerRob Herring2019-01-104-11/+0
|/
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2816-154/+546
|\
| * of: __of_detach_node() - remove node from phandle cacheFrank Rowand2018-12-213-1/+37
| * of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand2018-12-211-24/+46
| * Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-132-3/+10
| |\
| * | of: Use of_node_name_eq for node name comparisonsRob Herring2018-12-055-14/+13
| * | OF: Add a warning in case chosen node is not presentNick Kossifidis2018-12-031-1/+5
| * | of: Use device_type helpers to access the node typeRob Herring2018-11-273-12/+19
| * | of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-5/+10
| * | of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-261-0/+2
| * | Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring2018-11-098-92/+414
| |\ \
| | * | of: unittest: initialize args before calling of_*parse_*()Frank Rowand2018-11-081-2/+13
| | * | of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-081-4/+17
| | * | of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-081-8/+35
| | * | of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-082-14/+42
| | * | of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-081-4/+3
| | * | of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-085-37/+112
| | * | of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand2018-11-081-9/+49
| | * | of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-083-0/+34
| | * | of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand2018-11-081-5/+7