| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2019-07-17 | 1 | -3/+7 |
|\ |
|
| * | of: Allow the iommu-map property to omit untranslated devices | Jean-Philippe Brucker | 2019-06-06 | 1 | -3/+7 |
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 2 | -2/+2 |
|\ \ |
|
| * | | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2019-06-24 | 2 | -2/+2 |
| |/ |
|
* | | Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-12 | 4 | -91/+58 |
|\ \ |
|
| * | | of: unittest: simplify getting the adapter of a client | Wolfram Sang | 2019-07-09 | 1 | -1/+1 |
| * | | of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap | Masahiro Yamada | 2019-07-08 | 1 | -3/+4 |
| * | | of/platform: Drop superfluous cast in of_device_make_bus_id() | Geert Uytterhoeven | 2019-07-08 | 1 | -2/+1 |
| * | | of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning | Kefeng Wang | 2019-06-18 | 1 | -54/+45 |
| * | | of/fdt: Mark initial_boot_params as __ro_after_init | Stephen Boyd | 2019-05-24 | 1 | -1/+1 |
| * | | of/fdt: Remove dead code and mark functions with __init | Stephen Boyd | 2019-05-24 | 1 | -32/+5 |
| * | | of: reserved-memory: ignore disabled memory-region nodes | Krishna Reddy | 2019-05-24 | 1 | -0/+3 |
| |/ |
|
* / | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 2019-06-05 | 2 | -4/+2 |
|/ |
|
* | of_net: Fix missing of_find_device_by_node ref count drop | Petr Štetiar | 2019-05-13 | 1 | -1/+4 |
* | of_net: remove nvmem-mac-address property | Petr Štetiar | 2019-05-11 | 1 | -23/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 1 | -3/+51 |
|\ |
|
| * | of_net: add NVMEM support to of_get_mac_address | Petr Štetiar | 2019-05-06 | 1 | -3/+51 |
* | | Merge tag 'devicetree-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-05-08 | 8 | -26/+62 |
|\ \
| |/
|/| |
|
| * | of: unittest: Remove error printing on OOM | Geert Uytterhoeven | 2019-05-02 | 1 | -9/+4 |
| * | of: irq: Remove WARN_ON() for kzalloc() failure | Geert Uytterhoeven | 2019-05-02 | 1 | -1/+1 |
| * | of/device.c: fix the wrong comments | Jojo Zeng | 2019-05-01 | 1 | -1/+1 |
| * | of: del redundant type conversion | xiaojiangfeng | 2019-04-29 | 1 | -1/+1 |
| * | of: Improve of_phandle_iterator_next() error message | Florian Fainelli | 2019-04-10 | 1 | -2/+3 |
| * | of: address: Add support for the parent DMA bus | Maxime Ripard | 2019-04-10 | 1 | -2/+26 |
| * | of: address: Retrieve a parent through a callback in __of_translate_address | Maxime Ripard | 2019-04-10 | 1 | -5/+9 |
| * | of: reserved_mem: fix reserve memory leak | pierre Kuo | 2019-04-10 | 1 | -5/+17 |
| * | of: property: Document that of_graph_get_endpoint_by_regs needs of_node_put | Maxime Ripard | 2019-04-10 | 1 | -1/+1 |
* | | of_net: Fix residues after of_get_nvmem_mac_address removal | Petr Štetiar | 2019-04-19 | 1 | -1/+0 |
|/ |
|
* | of: fix kmemleak crash caused by imbalance in early memory reservation | Mike Rapoport | 2019-03-12 | 1 | -10/+3 |
* | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 2 | -2/+14 |
* | memblock: drop __memblock_alloc_base() | Mike Rapoport | 2019-03-12 | 1 | -5/+2 |
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-03-10 | 1 | -3/+3 |
|\ |
|
| * | dma-mapping: improve selection of dma_declare_coherent availability | Christoph Hellwig | 2019-02-20 | 1 | -1/+2 |
| * | of: select OF_RESERVED_MEM automatically | Christoph Hellwig | 2019-02-13 | 1 | -3/+2 |
* | | Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-03-10 | 2 | -7/+14 |
|\ \ |
|
| * | | of: unittest: unflatten device tree on UML when testing | Brendan Higgins | 2019-02-28 | 1 | -0/+4 |
| * | | of: mark early_init_dt_alloc_reserved_memory_arch static | Christoph Hellwig | 2019-02-28 | 1 | -1/+1 |
| * | | of: unittest: add caution to function header comment | Frank Rowand | 2019-02-13 | 1 | -1/+5 |
| * | | of: unittest: remove report of expected error | Frank Rowand | 2019-02-13 | 1 | -1/+4 |
| * | | media: s5p-mfc: Fix memdev DMA configuration | Robin Murphy | 2019-01-22 | 1 | -4/+0 |
* | | | net: phy: fixed-phy: Drop GPIO from fixed_phy_add() | Linus Walleij | 2019-02-05 | 1 | -8/+1 |
| |/
|/| |
|
* | | OF: properties: add missing of_node_put | Julia Lawall | 2019-01-16 | 1 | -0/+1 |
* | | of: Remove struct device_node.type pointer | Rob Herring | 2019-01-10 | 4 | -11/+0 |
|/ |
|
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-29 | 16 | -154/+546 |
|\ |
|
| * | of: __of_detach_node() - remove node from phandle cache | Frank Rowand | 2018-12-21 | 3 | -1/+37 |
| * | of: of_node_get()/of_node_put() nodes held in phandle cache | Frank Rowand | 2018-12-21 | 1 | -24/+46 |
| * | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring | 2018-12-13 | 2 | -3/+10 |
| |\ |
|
| * | | of: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-05 | 5 | -14/+13 |
| * | | OF: Add a warning in case chosen node is not present | Nick Kossifidis | 2018-12-04 | 1 | -1/+5 |
| * | | of: Use device_type helpers to access the node type | Rob Herring | 2018-11-27 | 3 | -12/+19 |