aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2015-04-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+26
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-56/+107
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-03-27drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt1-3/+8
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+14
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+40
2015-03-19Merge branches 'pci/iommu' and 'pci/resource' into nextBjorn Helgaas3-56/+107
2015-03-19Revert "of: Fix premature bootconsole disable with 'stdout-path'"Peter Hurley1-3/+1
2015-03-19of: handle both '/' and ':' in path stringsBrian Norris1-6/+1
2015-03-19of: unittest: Add option string test case with longer pathBrian Norris1-0/+5
2015-03-19of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart1-3/+7
2015-03-18of: base: add function to get highest id of an alias stemWolfram Sang1-0/+26
2015-03-12of: Calculate device DMA masks based on DT dma-range sizeMurali Karicheri1-3/+13
2015-03-11of: mdio: export of_mdio_parse_addrFlorian Fainelli1-1/+2
2015-03-10of: unittest: Add options string testcase variantsPeter Hurley1-0/+11
2015-03-10of: fix handling of '/' in options for of_find_node_by_path()Leif Lindholm1-8/+15
2015-03-10of/unittest: Fix the wrong expected value in of_selftest_property_stringWang Long1-2/+2
2015-03-10of/unittest: remove the duplicate of_changeset_initWang Long1-1/+0
2015-03-10of: unittest: fix I2C dependencyArnd Bergmann1-6/+6
2015-03-10of/overlay: Remove unused variableFabio Estevam1-1/+1
2015-03-10of: Fix premature bootconsole disable with 'stdout-path'Peter Hurley1-1/+3
2015-03-03of/pci: Add of_pci_dma_configure() to update DMA configurationMurali Karicheri1-0/+21
2015-03-03of: Fix size when dma-range is not usedMurali Karicheri1-1/+16
2015-03-03of: Move of_dma_configure() to device.c to help re-useMurali Karicheri2-56/+61
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri1-1/+1
2015-03-02of/overlay: Directly include idr.hMark Brown1-0/+1
2015-03-02of: Drop superfluous dependance for OF_OVERLAYMatwey V. Kornilov1-1/+0
2015-03-02of: Add prompt for OF_OVERLAY configMatwey V. Kornilov1-1/+1
2015-02-18Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds6-125/+572
2015-02-11Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-15/+0
2015-02-11of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi1-1/+0
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2015-02-09Merge branch 'pci/host-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into acpi-resourcesRafael J. Wysocki1-0/+3
2015-02-04of/fdt: fix sparse warningLad, Prabhakar1-1/+1
2015-02-04of: unitest: Add I2C overlay unit tests.Pantelis Antoniou2-50/+556
2015-02-04Merge tag 'v3.19-rc6' into HEADRob Herring4-11/+103
2015-02-03of: EXPORT_SYMBOL_GPL of_property_read_u64_arraySakari Ailus1-0/+1
2015-01-28of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Lorenzo Pieralisi1-0/+4
2015-01-23of/unittest: Overlays with sub-devices testsPantelis Antoniou2-0/+94
2015-01-22of/unittest: Remove obsolete codeGrant Likely1-15/+0
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-22of/overlay: Do not generate duplicate nodesPantelis Antoniou1-11/+0
2015-01-21of/platform: teardown DMA mappings on device destructionWill Deacon1-0/+1
2015-01-13Removes OF_UNITTEST dependency on OF_DYNAMIC config symbolGaurav Minocha2-59/+12
2015-01-13drivers: of: Export of_reserved_mem_device_{init,release}George G. Davis1-0/+2
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri1-1/+1