Age | Commit message (Expand) | Author | Files | Lines |
2019-01-16 | OF: properties: add missing of_node_put | Julia Lawall | 1 | -0/+1 |
2019-01-10 | of: Remove struct device_node.type pointer | Rob Herring | 4 | -11/+0 |
2018-12-28 | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 16 | -154/+546 |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -39/+0 |
2018-12-21 | of: __of_detach_node() - remove node from phandle cache | Frank Rowand | 3 | -1/+37 |
2018-12-21 | of: of_node_get()/of_node_put() nodes held in phandle cache | Frank Rowand | 1 | -24/+46 |
2018-12-13 | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring | 2 | -3/+10 |
2018-12-05 | of: Use of_node_name_eq for node name comparisons | Rob Herring | 5 | -14/+13 |
2018-12-03 | OF: Add a warning in case chosen node is not present | Nick Kossifidis | 1 | -1/+5 |
2018-12-03 | of: net: kill of_get_nvmem_mac_address() | Bartosz Golaszewski | 1 | -39/+0 |
2018-11-27 | of: Use device_type helpers to access the node type | Rob Herring | 3 | -12/+19 |
2018-11-26 | of/fdt: Remove custom __early_init_dt_declare_initrd() implementation | Florian Fainelli | 1 | -5/+10 |
2018-11-26 | of/fdt: Populate phys_initrd_start/phys_initrd_size from FDT | Florian Fainelli | 1 | -0/+2 |
2018-11-18 | of: Drop full path from full_name for PDT systems | Rob Herring | 1 | -36/+14 |
2018-11-09 | Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -3/+10 |
2018-11-09 | Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/... | Rob Herring | 8 | -92/+414 |
2018-11-09 | of/pdt: Remove unused of_pdt_build_more function ptr | Rob Herring | 1 | -5/+0 |
2018-11-08 | of: unittest: initialize args before calling of_*parse_*() | Frank Rowand | 1 | -2/+13 |
2018-11-08 | of: unittest: find overlays[] entry by name instead of index | Frank Rowand | 1 | -4/+17 |
2018-11-08 | of: unittest: allow base devicetree to have symbol metadata | Frank Rowand | 1 | -8/+35 |
2018-11-08 | of: overlay: set node fields from properties when add new overlay node | Frank Rowand | 2 | -14/+42 |
2018-11-08 | of: unittest: remove unused of_unittest_apply_overlay() argument | Frank Rowand | 1 | -4/+3 |
2018-11-08 | of: overlay: check prevents multiple fragments touching same property | Frank Rowand | 5 | -37/+112 |
2018-11-08 | of: overlay: check prevents multiple fragments add or delete same node | Frank Rowand | 1 | -9/+49 |
2018-11-08 | of: overlay: test case of two fragments adding same node | Frank Rowand | 3 | -0/+34 |
2018-11-08 | of: overlay: make all pr_debug() and pr_err() messages unique | Frank Rowand | 1 | -5/+7 |
2018-11-08 | of: overlay: validate overlay properties #address-cells and #size-cells | Frank Rowand | 1 | -3/+29 |
2018-11-08 | of: overlay: reorder fields in struct fragment | Frank Rowand | 1 | -1/+1 |
2018-11-08 | of: overlay: do not duplicate properties from overlay for new nodes | Frank Rowand | 1 | -1/+1 |
2018-11-08 | of: overlay: use prop add changeset entry for property in new nodes | Frank Rowand | 1 | -38/+74 |
2018-11-08 | of: overlay: add missing of_node_get() in __of_attach_node_sysfs | Frank Rowand | 2 | -4/+3 |
2018-11-08 | of: overlay: add missing of_node_put() after add new node to changeset | Frank Rowand | 1 | -1/+3 |
2018-11-08 | of: overlay: add tests to validate kfrees from overlay removal | Frank Rowand | 2 | -0/+30 |
2018-11-08 | of, numa: Validate some distance map rules | John Garry | 1 | -2/+7 |
2018-11-08 | of/device: Really only set bus DMA mask when appropriate | Robin Murphy | 1 | -1/+3 |
2018-11-01 | Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+0 |
2018-11-01 | of: Fix cpu node iterator to not ignore disabled cpu nodes | Rob Herring | 1 | -2/+0 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -0/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 2 | -2/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2 | -2/+2 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2 | -33/+1 |
2018-10-29 | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+54 |
2018-10-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+6 |
2018-10-26 | of: ignore sub-page memory regions | Mike Rapoport | 1 | -5/+6 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -46/+94 |
2018-10-26 | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+104 |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -12/+0 |
2018-10-22 | of: Add missing exports of node name compare functions | Rob Herring | 1 | -0/+2 |
2018-10-15 | of: base: Change logic in of_alias_get_alias_list() | Michal Simek | 1 | -10/+12 |
2018-10-15 | of: base: Fix english spelling in of_alias_get_alias_list() | Michal Simek | 1 | -3/+3 |