summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas22-45/+154
2014-05-28Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas9-36/+1224
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson5-3/+85
2014-05-28PCI: rcar: Add gen2 device tree supportBen Dooks2-2/+95
2014-05-27PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist1-1/+2
2014-05-27PCI: rcar: Add R-Car PCIe device tree bindingsPhil Edworthy1-0/+47
2014-05-27PCI: rcar: Add MSI support for PCIePhil Edworthy1-1/+241
2014-05-27PCI: rcar: Add Renesas R-Car PCIe driverPhil Edworthy3-0/+775
2014-05-27PCI: exynos: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-27pcmcia: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27powerpc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2-4/+2
2014-05-27ia64/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-27x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang3-12/+3
2014-05-27PCI: Add new pci_is_bridge() interfaceYijing Wang1-0/+13
2014-05-27PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang2-5/+5
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch1-0/+11
2014-05-27PCI: Notify driver before and after device resetKeith Busch2-0/+24
2014-05-27x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit1-30/+38
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas27-465/+613
2014-05-26iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas1-7/+7
2014-05-26DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptionsGioh Kim1-4/+4
2014-05-26DMA-API: Fix duplicated word in DMA-API-HOWTO.txtEmilio López1-4/+4
2014-05-26DMA-API: Capitalize "CPU" consistentlyBjorn Helgaas2-10/+10
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas2-31/+62
2014-05-23PCI: Simplify __pci_assign_resource() coding styleBjorn Helgaas1-4/+6
2014-05-23PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas1-14/+21
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu2-53/+117
2014-05-23PCI: Support BAR sizes up to 8GBAlan1-5/+10
2014-05-23resources: Clarify sanity check messageBjorn Helgaas1-5/+2
2014-05-23PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas1-1/+1
2014-05-23PCI: Don't print anything while decoding is disabledBjorn Helgaas1-4/+6
2014-05-23PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas1-6/+7
2014-05-23PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas1-2/+3
2014-05-23PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas1-1/+1
2014-05-23PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas1-6/+12
2014-05-23x86/gart: Tidy messages and add bridge device infoBjorn Helgaas1-16/+21
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas1-28/+26
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas1-6/+6
2014-05-22PCI: Remove pcibios_add_platform_entries()Sebastian Ott2-11/+0
2014-05-22s390/pci: use pdev->dev.groups for attribute creationSebastian Ott3-40/+16
2014-05-21x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit1-4/+21
2014-05-21x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe1-1/+5
2014-05-20sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas1-3/+15