summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-02-17PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432Sinan Kaya1-0/+23
2017-02-17PCI: hv: Use device serial number as PCI domainHaiyang Zhang1-0/+12
2017-02-17pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan1-8/+14
2017-02-17pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan1-0/+8
2017-02-17pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan1-1/+1
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2017-02-16PCI: Sort the list of devices with D3 delay quirk by IDAndy Shevchenko1-12/+14
2017-02-15Merge branch 'pci/vpd' into nextBjorn Helgaas1-1/+1
2017-02-15Merge branch 'pci/virtualization' into nextBjorn Helgaas4-19/+41
2017-02-15Merge branch 'pci/resource' into nextBjorn Helgaas1-10/+1
2017-02-15Merge branch 'pci/msi' into nextBjorn Helgaas2-212/+69
2017-02-15Merge branch 'pci/hotplug' into nextBjorn Helgaas2-4/+2
2017-02-15Merge branch 'pci/enumeration' into nextBjorn Helgaas3-5/+33
2017-02-15Merge branch 'pci/dpc' into nextBjorn Helgaas1-3/+31
2017-02-15PCI/PME: Restore pcie_pme_driver.removeYinghai Lu1-0/+12
2017-02-15drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan1-5/+22
2017-02-15drivers/pci/hotplug: Fix initial state for empty slotGavin Shan1-2/+14
2017-02-15drivers/pci/hotplug: Handle presence detection change properlyGavin Shan1-1/+5
2017-02-15PCI/ASPM: Add comment about L1 substate latencyRajat Jain1-0/+8
2017-02-15PCI/ASPM: Configure L1 substate settingsRajat Jain1-2/+104
2017-02-15PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain1-0/+79
2017-02-15PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain1-1/+58
2017-02-15PCI/ASPM: Add support for L1 substatesRajat Jain2-10/+37
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+16
2017-02-11PCI: exynos: Refactor to make it easier to support other SoCsNiyas Ahmed S T1-129/+217
2017-02-11PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen1-1/+1
2017-02-11PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig1-113/+48
2017-02-11PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig1-3/+5
2017-02-11PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin1-4/+6
2017-02-11PCI: imx6: Fix a typo in error messageAndrey Smirnov1-2/+1
2017-02-11PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui1-3/+5
2017-02-11PCI: Remove duplicate check for positive return value from probe() functionsGabriel Krisman Bertazi1-2/+0
2017-02-10PCI/DPC: Wait for Root Port busy to clearKeith Busch1-1/+25
2017-02-10PCI/DPC: Decode extended reasonsKeith Busch1-2/+6
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig1-28/+2
2017-02-10PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig1-48/+2
2017-02-10PCI: xilinx-nwl: Remove mask for messages not supported by AXIBharat Kumar Gogada1-13/+1
2017-02-10PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET1-1/+1
2017-02-10PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-10PCI: Enable PCIe Extended Tags if supportedSinan Kaya1-0/+18
2017-02-09PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu1-0/+2
2017-02-09PCI: Disable MSI for HiSilicon Hip06/Hip07 Root PortsDongdong Liu1-0/+1
2017-02-09PCI: hisi: Rename config space accessors to remove "acpi"Bjorn Helgaas1-8/+8
2017-02-09PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSSJon Mason1-0/+21
2017-02-09PCI: versatile: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-09PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-09PCI: iproc: Configure PCIe MPS settingsJon Mason1-1/+4
2017-02-08PCI: exynos: Remove duplicated codeJaehoon Chung1-14/+8
2017-02-08PCI: exynos: Use the bitops BIT() macro to build bitmasksJaehoon Chung1-12/+12
2017-02-08PCI: exynos: Remove unnecessary local variablesJaehoon Chung1-9/+7