summaryrefslogtreecommitdiffstats
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
| | * | dt-bindings: PCI: cadence: Add DT bindings for optional PHYsAlan Douglas2018-07-112-0/+11
| | * | 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-1513-86/+181
| |\ \
| | * | 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-092-1/+3
| | * | PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-204-12/+12
| | * | PCI: Deprecate pci_reset_bus() and pci_reset_slot() functionsSinan Kaya2018-07-202-54/+1
| | * | PCI: Unify try slot and bus reset APISinan Kaya2018-07-204-12/+20
| | * | PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-206-10/+9
| | * | IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus ResetSinan Kaya2018-07-201-3/+1
| | * | PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-204-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-304-0/+29
| | |/
| * | Merge branch 'pci/switchtec'Bjorn Helgaas2018-08-156-14/+163
| |\ \
| | * | 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-301-0/+140
| | * | switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-304-12/+10
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas2018-08-1512-72/+71
| |\ \
| | * | PCI: Make pci_get_rom_size() staticBjorn Helgaas2018-06-302-2/+2
| | * | PCI: Add check code for last image indicator not setRex Zhu2018-06-301-0/+6
| | * | PCI: Avoid accessing memory outside the ROM BARRex Zhu2018-06-301-1/+1
| | * | PCI: Make early dump functionality genericSinan Kaya2018-06-308-58/+24
| | * | PCI: Cleanup PCI_REBAR_CTRL_BAR_SHIFT handlingChristian König2018-06-302-4/+5
| | * | PCI: Restore resized BAR state on resumeChristian König2018-06-301-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-155-85/+373
| |\ \
| | * | PCI: Add ACS Redirect disable quirk for Intel Sunrise PointLogan Gunthorpe2018-08-101-0/+25
| | * | PCI: Add device-specific ACS Redirect disable infrastructureLogan Gunthorpe2018-08-103-8/+43
| | * | PCI: Convert device-specific ACS quirks from NULL termination to ARRAY_SIZELogan Gunthorpe2018-08-101-9/+9
| | * | PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer supportLogan Gunthorpe2018-08-102-2/+80
| | * | PCI: Allow specifying devices using a base bus and path of devfnsLogan Gunthorpe2018-08-092-23/+103
| | * | PCI: Make specifying PCI devices in kernel parameters reusableLogan Gunthorpe2018-08-092-59/+126
| | * | PCI: Hide ACS quirk declarations inside PCI coreBjorn Helgaas2018-08-092-11/+14
| | |/
| * | Merge branch 'pci/notes'Bjorn Helgaas2018-08-152-0/+189
| |\ \
| | * | PCI: Document ACPI description of PCI host bridgesBjorn Helgaas2018-07-272-0/+189
| | |/
| * | 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-1514-26/+38
| |\ \