aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-8/+8
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 33-424/+1496
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-17/+227
2016-05-18Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextGravatar Bjorn Helgaas 12-237/+473
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextGravatar Bjorn Helgaas 3-18/+12
2016-05-16PCI: Disable all BAR sizing for devices with non-compliant BARsGravatar Prarit Bhargava 1-3/+3
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsGravatar Alex Williamson 1-1/+1
2016-05-12PCI, of: Move PCI I/O space management to PCI core codeGravatar Tomasz Nowicki 1-0/+115
2016-05-12PCI: generic, thunder: Use generic ECAM APIGravatar Jayachandran C 7-237/+113
2016-05-11PCI: Provide common functions for ECAM mappingGravatar Jayachandran C 4-0/+231
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gravatar Gavin Shan 2-4/+4
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gravatar Gavin Shan 3-4/+4
2016-05-10Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+4
2016-05-04PCI: hv: Add explicit barriers to config space accessGravatar Vitaly Kuznetsov 1-0/+14
2016-05-04PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitGravatar Lukas Wunner 1-14/+8
2016-05-03Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into nextGravatar Bjorn Helgaas 7-9/+189
2016-05-03Merge branches 'pci/host-armada', 'pci/host-designware', 'pci/host-hv', 'pci/...Gravatar Bjorn Helgaas 15-127/+611
2016-05-03PCI: Add Downstream Port Containment driverGravatar Keith Busch 3-0/+179
2016-05-03PCI: Add Downstream Port Containment portdrv service typeGravatar Keith Busch 3-3/+5
2016-05-03PCI: Widen portdrv service type from 4 bits to 8 bitsGravatar Keith Busch 2-2/+2
2016-05-02PCI: designware: Remove incorrect RC memory base/limit configurationGravatar Gabriele Paoloni 1-8/+0
2016-05-02PCI: hv: Report resources release after stopping the busGravatar Vitaly Kuznetsov 1-5/+5
2016-05-02PCI: imx6: Implement reset sequence for i.MX6+Gravatar Andrey Smirnov 1-2/+21
2016-05-02PCI: imx6: Use enum instead of bool for variant indicatorGravatar Andrey Smirnov 1-58/+69
2016-05-02PCI: Do not treat EPROBE_DEFER as device attach failureGravatar Lukas Wunner 1-1/+1
2016-05-02PCI: Fix BUG on device attach failureGravatar Lukas Wunner 1-1/+3
2016-05-02PCI: thunder: Don't clobber read-only bits in bridge config registersGravatar David Daney 1-8/+34
2016-05-02PCI: rcar: Select PCI_MSI_IRQ_DOMAINGravatar Arnd Bergmann 1-0/+2
2016-04-29PCI: tegra: Support per-lane PHYsGravatar Thierry Reding 1-17/+227
2016-04-26PCI: armada: Add driver for Marvell Armada 7K/8K PCIe controllerGravatar Thomas Petazzoni 3-0/+274
2016-04-25PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Gravatar Bjorn Helgaas 1-4/+3
2016-04-25Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/...Gravatar Bjorn Helgaas 6-36/+222
2016-04-25PCI: keystone: Remove unnecessary goto statementGravatar Murali Karicheri 1-9/+14
2016-04-22PCI: rcar-pcie: Remove Gen2 designation from KconfigGravatar Simon Horman 2-3/+3
2016-04-19PCI: imx6: Add DT property for link gen, default to Gen1Gravatar Tim Harvey 1-7/+17
2016-04-19PCI: imx6: Add reset-gpio-active-high boolean property to DTGravatar Petr Štetiar 1-3/+11
2016-04-19PCI: imx6: Add initial imx6sx supportGravatar Christoph Fritz 1-0/+53
2016-04-19PCI: imx6: Factor out ref clock enableGravatar Bjorn Helgaas 1-12/+24
2016-04-19PCI: Work around Intel Sunrise Point PCH incorrect ACS capabilityGravatar Alex Williamson 1-0/+78
2016-04-19PCI: Reverse standard ACS vs device-specific ACS enablingGravatar Alex Williamson 2-8/+8
2016-04-19PCI: Mark Intel i40e NIC INTx masking as brokenGravatar Alex Williamson 1-0/+33
2016-04-18Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-6/+57
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeGravatar Hariprasad Shenai 2-0/+43
2016-04-15PCI: acpiphp_ibm: Avoid uninitialized variable referenceGravatar Dan Carpenter 1-0/+2
2016-04-14pci-sysfs: use proper file capability helper functionGravatar Linus Torvalds 1-1/+1
2016-04-14PCI: keystone: Add error IRQ handlerGravatar Murali Karicheri 3-0/+73
2016-04-11PCI: Add DMA alias quirk for mic_x200_dmaGravatar Jacek Lawrynowicz 1-0/+15
2016-04-11PCI: Add support for multiple DMA aliasesGravatar Jacek Lawrynowicz 3-7/+27
2016-04-11PCI: Move informational printk to pci_add_dma_alias()Gravatar Bjorn Helgaas 2-5/+3