summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: cadence: Add shutdown callback to host driverAlan Douglas2018-07-121-0/+15
| | * | | PCI: cadence: Add Power Management ops for host and EPAlan Douglas2018-07-124-0/+38
| | * | | PCI: cadence: Add generic PHY support to host and EP driversAlan Douglas2018-07-114-1/+128
| | * | | PCI: cadence: Update cdns_pcie_writel() function signatureAlan Douglas2018-07-111-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2018-08-151-67/+12
| |\ \ \
| | * | | PCI: aardvark: Convert to use pci_host_probe()Thomas Petazzoni2018-07-061-11/+1
| | * | | PCI: aardvark: Size bridges before resources allocationZachary Zhang2018-07-061-0/+1
| | * | | PCI: aardvark: Remove PCIe outbound window configurationEvan Wang2018-06-271-55/+0
| | * | | PCI: aardvark: Introduce an advk_pcie_valid_device() helperThomas Petazzoni2018-06-271-2/+11
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/controller/misc'Bjorn Helgaas2018-08-151-1/+1
| |\ \ \
| | * | | PCI/xilinx: Depend on OF instead of the ARCHChristoph Hellwig2018-08-061-1/+1
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-159-74/+174
| |\ \ \
| | * | | PCI: Add function 1 DMA alias quirk for Marvell 88SS9183Bjorn Helgaas2018-08-131-0/+3
| | * | | PCI: Delay after FLR of Intel DC P3700 NVMeAlex Williamson2018-08-091-0/+22
| | * | | PCI: Disable Samsung SM961/PM961 NVMe before FLRAlex Williamson2018-08-091-0/+83
| | * | | PCI: Export pcie_has_flr()Alex Williamson2018-08-091-1/+2
| | * | | PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-191-8/+8
| | * | | PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya2018-07-191-52/+1
| | * | | PCI: Unify try slot and bus reset APISinan Kaya2018-07-191-5/+16
| | * | | PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-195-9/+9
| | * | | PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-194-12/+16
| | * | | PCI/IOV: Tidy pci_sriov_set_totalvfs()Bjorn Helgaas2018-07-191-2/+2
| | * | | PCI: Enable PASID only if entire path supports End-End TLP prefixesSinan Kaya2018-06-302-0/+27
| | |/ /
| * | | Merge branch 'pci/switchtec'Bjorn Helgaas2018-08-153-9/+160
| |\ \ \
| | * | | PCI: Expand documentation for pci_add_dma_alias()Logan Gunthorpe2018-06-301-2/+13
| | * | | PCI: Add DMA alias quirk for Microsemi Switchtec NTBDoug Meyer2018-06-291-0/+140
| | * | | switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-291-7/+7
| | |/ /
| * | | Merge branch 'pci/resource'Bjorn Helgaas2018-08-155-12/+68
| |\ \ \
| | * | | PCI: Make pci_get_rom_size() staticBjorn Helgaas2018-06-291-1/+2
| | * | | PCI: Add check code for last image indicator not setRex Zhu2018-06-291-0/+6
| | * | | PCI: Avoid accessing memory outside the ROM BARRex Zhu2018-06-291-1/+1
| | * | | PCI: Make early dump functionality genericSinan Kaya2018-06-293-0/+23
| | * | | PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König2018-06-291-3/+3
| | * | | PCI: Restore resized BAR state on resumeChristian König2018-06-291-0/+28
| | * | | PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()Jan Kiszka2018-06-191-8/+6
| | |/ /
| * | | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-08-153-69/+337
| |\ \ \
| | * | | PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe2018-08-091-0/+25
| | * | | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-093-8/+43
| | * | | PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe2018-08-091-9/+9
| | * | | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2018-08-091-2/+71
| | * | | PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe2018-08-091-21/+97
| | * | | PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe2018-08-091-54/+103
| | * | | PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2018-08-091-0/+14
| | |/ /
| * | | Merge branch 'pci/msi'Bjorn Helgaas2018-08-151-0/+3
| |\ \ \
| | * | | PCI/MSI: Set IRQCHIP_ONESHOT_SAFE for PCI-MSI irqchipsHeiner Kallweit2018-08-141-0/+3
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2018-08-156-4/+16
| |\ \ \
| | * | | PCI: Limit config space size for Netronome NFP5000Jakub Kicinski2018-08-141-0/+1
| | * | | PCI/VPD: Check for VPD access completion before checking for timeoutBert Kenward2018-08-141-2/+5
| | * | | PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handlerHeiner Kallweit2018-07-311-1/+5
| | * | | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-301-1/+1