summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-1262-967/+943
|\
| *---. Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas2014-06-1158-951/+780
| |\ \ \
| | | | * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-1028-249/+169
| | | | * PCI: Whitespace cleanupRyan Desfosses2014-06-1045-588/+517
| | | | * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-1012-113/+89
| | |_|/ | |/| |
| | | * PCI: Add function 1 DMA alias quirk for HighPoint RocketRaid 642LJérôme Carretero2014-06-111-0/+2
| | | * PCI: Add bridge DMA alias quirk for ITE bridgeAlex Williamson2014-06-091-0/+2
| | * | PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov2014-06-111-1/+1
| |/ /
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas2014-06-036-41/+97
| |\ \ \ \ \
| | | | | * | PCI: tegra: Use new OF interrupt mapping when possibleLucas Stach2014-04-141-1/+6
| | | | * | | PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam2014-04-291-2/+4
| | | | * | | PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-291-8/+0
| | * | | | | PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-164-9/+0
| | * | | | | PCI: designware: Use new OF interrupt mapping when possibleLucas Stach2014-04-161-3/+9
| | * | | | | PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar2014-04-161-3/+3
| | * | | | | PCI: designware: Fix comment for setting number of lanesMohit Kumar2014-04-161-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'pci/iommu' into nextBjorn Helgaas2014-06-022-0/+162
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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-281-2/+8
| | * | | | 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-281-0/+11
| | * | | | PCI: Add DMA alias iteratorAlex Williamson2014-05-281-0/+70
| | |/ / /
* | | | | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-122-18/+52
|\ \ \ \ \
| * | | | | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-112-18/+52
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-8/+13
|\ \ \ \ \ \
| * | | | | | powerpc/pci: Mask linkDown on resetting PCI busGavin Shan2014-04-281-8/+13
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-9/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | x86: htirq: Use irq_alloc/free_irq()Thomas Gleixner2014-05-161-9/+4
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-3/+3
|\ \ \ \ \ \
| * | | | | | pci: change "foo* bar" to "foo *bar"Ryan Desfosses2014-05-051-3/+3
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \ \
| * | | | | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0239-365/+2010
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas2014-05-306-107/+67
| |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | | * | | | | PCI: Make pci_bus_add_device() voidYijing Wang2014-05-302-9/+3
| | | * | | | | | | 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-303-0/+396
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: generic: Add generic PCI host controller driverWill Deacon2014-05-303-0/+396
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-05-283-9/+53
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan2014-05-271-8/+4
| | * | | | | | | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-0/+11
| | * | | | | | | 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-2813-31/+99
| |\ \ \ \ \ \ \ \ \ \