aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 16-154/+546
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-39/+0
2018-12-21of: __of_detach_node() - remove node from phandle cacheGravatar Frank Rowand 3-1/+37
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheGravatar Frank Rowand 1-24/+46
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextGravatar Rob Herring 2-3/+10
2018-12-05of: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 5-14/+13
2018-12-03OF: Add a warning in case chosen node is not presentGravatar Nick Kossifidis 1-1/+5
2018-12-03of: net: kill of_get_nvmem_mac_address()Gravatar Bartosz Golaszewski 1-39/+0
2018-11-27of: Use device_type helpers to access the node typeGravatar Rob Herring 3-12/+19
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationGravatar Florian Fainelli 1-5/+10
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTGravatar Florian Fainelli 1-0/+2
2018-11-18of: Drop full path from full_name for PDT systemsGravatar Rob Herring 1-36/+14
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-3/+10
2018-11-09Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Gravatar Rob Herring 8-92/+414
2018-11-09of/pdt: Remove unused of_pdt_build_more function ptrGravatar Rob Herring 1-5/+0
2018-11-08of: unittest: initialize args before calling of_*parse_*()Gravatar Frank Rowand 1-2/+13
2018-11-08of: unittest: find overlays[] entry by name instead of indexGravatar Frank Rowand 1-4/+17
2018-11-08of: unittest: allow base devicetree to have symbol metadataGravatar Frank Rowand 1-8/+35
2018-11-08of: overlay: set node fields from properties when add new overlay nodeGravatar Frank Rowand 2-14/+42
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentGravatar Frank Rowand 1-4/+3
2018-11-08of: overlay: check prevents multiple fragments touching same propertyGravatar Frank Rowand 5-37/+112
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeGravatar Frank Rowand 1-9/+49
2018-11-08of: overlay: test case of two fragments adding same nodeGravatar Frank Rowand 3-0/+34
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueGravatar Frank Rowand 1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsGravatar Frank Rowand 1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesGravatar Frank Rowand 1-38/+74
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsGravatar Frank Rowand 2-4/+3
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetGravatar Frank Rowand 1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalGravatar Frank Rowand 2-0/+30
2018-11-08of, numa: Validate some distance map rulesGravatar John Garry 1-2/+7
2018-11-08of/device: Really only set bus DMA mask when appropriateGravatar Robin Murphy 1-1/+3
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesGravatar Rob Herring 1-2/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-0/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 2-33/+1
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+54
2018-10-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+6
2018-10-26of: ignore sub-page memory regionsGravatar Mike Rapoport 1-5/+6
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-46/+94
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+104
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-12/+0
2018-10-22of: Add missing exports of node name compare functionsGravatar Rob Herring 1-0/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Gravatar Michal Simek 1-10/+12
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Gravatar Michal Simek 1-3/+3
2018-10-10Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Gravatar Greg Kroah-Hartman 1-8/+18
2018-10-10of: unittest: Disable interrupt node tests for old world MAC systemsGravatar Guenter Roeck 1-8/+18