aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu1-12/+3
2017-02-21PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I1-41/+51
2017-02-21PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I1-19/+13
2017-02-21PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I1-0/+29
2017-02-21PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I1-16/+5
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I21-125/+144
2017-02-21PCI: exynos: Support the PHY generic frameworkJaehoon Chung1-4/+50
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-02-17PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava1-1/+1
2017-02-17PCI: altera: Extract TLP completion status correctlyYadi Hu1-1/+1
2017-02-17PCI: rockchip: Set vendor ID from local core config spaceShawn Lin1-2/+2
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2017-02-15PCI: 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-14PCI/ASPM: Add comment about L1 substate latencyRajat Jain1-0/+8
2017-02-14PCI/ASPM: Configure L1 substate settingsRajat Jain1-2/+104
2017-02-14PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain1-0/+79
2017-02-14PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain1-1/+58
2017-02-14PCI/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-10PCI: exynos: Refactor to make it easier to support other SoCsNiyas Ahmed S T1-129/+217
2017-02-10PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen1-1/+1
2017-02-10PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig1-113/+48
2017-02-10PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig1-3/+5
2017-02-10PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin1-4/+6
2017-02-10PCI: imx6: Fix a typo in error messageAndrey Smirnov1-2/+1
2017-02-10PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui1-3/+5
2017-02-10PCI: 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