aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-3/+10
2018-11-08of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-11-08of/device: Really only set bus DMA mask when appropriateRobin Murphy1-1/+3
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
2018-09-07of: make default address and size cells sizes privateRob Herring1-0/+8
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring6-22/+23
2018-09-04of/unittest: add printf tests for node nameRob Herring1-0/+4
2018-09-04of/unittest: remove use of node name pointer in overlay high level testRob Herring1-5/+8
2018-09-02Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+4
2018-09-02of/platform: initialise AMBA default DMA masksLinus Walleij1-0/+4
2018-08-30of: add node name compare helper functionsRob Herring1-0/+22
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+13
2018-08-14Merge tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-10/+5
2018-08-07of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman1-8/+1
2018-07-27OF: Don't set default coherent DMA maskRobin Murphy1-10/+10
2018-07-27of/device: Set bus DMA mask as appropriateRobin Murphy1-0/+1
2018-07-27of/platform: Initialise default DMA masksRobin Murphy1-0/+3
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-3/+16
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand3-3/+16
2018-07-13of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij1-4/+13