summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/iommu' into nextBjorn Helgaas2014-06-023-4/+175
|\
| * PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridgesAlex Williamson2014-05-281-0/+23
| * PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson2014-05-282-2/+10
| * PCI: Add function 1 DMA alias quirk for Marvell devicesAlex Williamson2014-05-281-0/+36
| * PCI: Add function 0 DMA alias quirk for Ricoh devicesAlex Williamson2014-05-281-0/+16
| * PCI: Add support for DMA alias quirksAlex Williamson2014-05-282-0/+14
| * PCI: Convert pci_dev_flags definitions to bit shiftsAlex Williamson2014-05-281-4/+4
| * PCI: Add DMA alias iteratorAlex Williamson2014-05-282-0/+74
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas2014-05-3011-119/+83
|\ \ \ \ \
| | | | * | ARM/PCI: Call pcie_bus_configure_settings() to set MPSMurali Karicheri2014-05-301-0/+12
| | | | * | PCI: Make pci_bus_add_device() voidYijing Wang2014-05-306-21/+7
| | | * | | i82875p_edac: Assign PCI resources before adding deviceYinghai Lu2014-05-301-1/+2
| | * | | | PCI: imx6: Add support for MSILucas Stach2014-05-301-0/+27
| | * | | | PCI: designware: Make MSI ISR shared IRQ awareLucas Stach2014-05-303-5/+7
| | * | | | PCI: imx6: Remove optional (and unused) IRQsLucas Stach2014-05-301-42/+0
| | * | | | PCI: imx6: Drop old IRQ mappingLucas Stach2014-05-301-6/+0
| | * | | | PCI: imx6: Use new clock namesLucas Stach2014-05-301-45/+29
| | * | | | PCI: imx6: Fix imx6_add_pcie_port() section mismatch warningSachin Kamat2014-05-301-1/+1
| | | |_|/ | | |/| |
| * | | | PCI: exynos: Fix add_pcie_port() section mismatch warningSachin Kamat2014-05-291-1/+2
* | | | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-05-305-0/+504
|\ \ \ \ \
| * | | | | MAINTAINERS: Add generic PCI host controller driverWill Deacon2014-05-301-0/+8
| * | | | | PCI: generic: Add generic PCI host controller driverWill Deacon2014-05-304-0/+496
| | |/ / / | |/| | |
* | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-05-2823-90/+56
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan2014-05-272-10/+6
| * | | | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-2721-79/+12
| * | | | PCI: Test for std config alias when testing extended config spaceAlex Williamson2014-05-271-1/+38
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-2822-45/+154
|\ \ \ \ \ \ \
| | | * | | | | PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson2014-05-285-3/+85
| | * | | | | | pcmcia: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | * | | | | | powerpc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-272-4/+2
| | * | | | | | ia64/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| | * | | | | | x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| | * | | | | | PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-273-12/+3
| | * | | | | | PCI: Add new pci_is_bridge() interfaceYijing Wang2014-05-271-0/+13
| | * | | | | | PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang2014-05-272-5/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist2014-05-271-1/+2
| * | | | | | NVMe: Implement PCIe reset notification callbackKeith Busch2014-05-271-0/+11
| * | | | | | PCI: Notify driver before and after device resetKeith Busch2014-05-272-0/+24
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2014-05-289-36/+1224
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | * | | | | | x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit2014-05-271-30/+38
| | | * | | | | | x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit2014-05-211-4/+21
| | | * | | | | | x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe2014-05-211-1/+5
| | | | |/ / / / | | | |/| | | |
| | * | | | | | PCI: rcar: Add gen2 device tree supportBen Dooks2014-05-282-2/+95
| | * | | | | | PCI: rcar: Add R-Car PCIe device tree bindingsPhil Edworthy2014-05-271-0/+47
OpenPOWER on IntegriCloud