aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-11-08of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand1-4/+3
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand5-37/+112
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand1-9/+49
2018-11-08of: overlay: test case of two fragments adding same nodeFrank Rowand3-0/+34
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand1-38/+74
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2-4/+3
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2-0/+30
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring1-2/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2-33/+1
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+54
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+6
2018-10-26of: ignore sub-page memory regionsMike Rapoport1-5/+6
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds10-46/+94
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-3/+104
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-12/+0
2018-10-22of: Add missing exports of node name compare functionsRob Herring1-0/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek1-10/+12
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek1-3/+3
2018-10-10Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxGreg Kroah-Hartman1-8/+18
2018-10-10of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-8/+18
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2-14/+44
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring2-14/+3
2018-09-28of: Support matching cpu nodes with no 'reg' propertyRob Herring1-0/+2
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+39
2018-09-27of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck1-8/+18
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta2-3/+104
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek1-0/+52
2018-09-19of/unittest: Fix I2C bus unit-address errorRob Herring2-4/+4
2018-09-19Merge branch 'dt/linus' into HEADRob Herring1-0/+3
2018-09-14Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2018-09-11of: fix phandle cache creation for DTs with no phandlesRob Herring1-0/+3
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-12/+0
2018-09-07of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring1-1/+1