summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-06-11PCI: Whitespace cleanupRyan Desfosses
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas
2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas
2014-05-30Merge branch 'pci/host-generic' into nextBjorn Helgaas
2014-05-30PCI: generic: Add generic PCI host controller driverWill Deacon
2014-05-30PCI: imx6: Add support for MSILucas Stach
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach
2014-05-30PCI: imx6: Remove optional (and unused) IRQsLucas Stach
2014-05-30PCI: imx6: Drop old IRQ mappingLucas Stach
2014-05-30PCI: imx6: Use new clock namesLucas Stach
2014-05-30i82875p_edac: Assign PCI resources before adding deviceYinghai Lu
2014-05-30PCI: imx6: Fix imx6_add_pcie_port() section mismatch warningSachin Kamat
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang
2014-05-29PCI: exynos: Fix add_pcie_port() section mismatch warningSachin Kamat
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-28Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson
2014-05-28PCI: Add bridge DMA alias quirk for ASMedia and Tundra bridgesAlex Williamson
2014-05-28PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson
2014-05-28PCI: Add function 1 DMA alias quirk for Marvell devicesAlex Williamson
2014-05-28PCI: Add function 0 DMA alias quirk for Ricoh devicesAlex Williamson
2014-05-28PCI: Add support for DMA alias quirksAlex Williamson
2014-05-28PCI: Add DMA alias iteratorAlex Williamson
2014-05-28PCI: rcar: Add gen2 device tree supportBen Dooks
2014-05-28PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist
2014-05-28PCI: rcar: Add MSI support for PCIePhil Edworthy
2014-05-28PCI: rcar: Add Renesas R-Car PCIe driverPhil Edworthy
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan
2014-05-27PCI: exynos: Remove unnecessary OOM messagesJingoo Han
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson
2014-05-27pcmcia: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch
2014-05-27PCI: Notify driver before and after device resetKeith Busch
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-05-26iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas
2014-05-23PCI: Simplify __pci_assign_resource() coding styleBjorn Helgaas
2014-05-23PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu