summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: mobiveil: Fix struct mobiveil_pcie.pcie_reg_base address typeLorenzo Pieralisi2018-07-301-1/+1
| | * | | PCI: mobiveil: Integer overflow in IB_WIN_SIZEDan Carpenter2018-07-261-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2018-08-153-26/+144
| |\ \ \
| | * | | PCI: iproc: Reduce inbound/outbound mapping print levelRay Jui2018-07-131-17/+17
| | * | | PCI: iproc: Reject unconfigured physical functions from PAXCRay Jui2018-07-132-1/+30
| | * | | PCI: iproc: Disable MSI parsing in certain PAXC blocksRay Jui2018-07-131-2/+32
| | * | | PCI: iproc: Fix up corrupted PAXC root complex config registersRay Jui2018-07-132-6/+62
| | * | | PCI: iproc: Activate PAXC bridge quirk for more devicesRay Jui2018-07-131-0/+3
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2018-08-151-1/+1
| |\ \ \
| | * | | PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai2018-06-291-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2018-08-1518-78/+396
| |\ \ \
| | * | | PCI: endpoint: Add MSI set maximum restrictionGustavo Pimentel2018-07-191-1/+2
| | * | | pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-192-2/+28
| | * | | pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-20/+41
| | * | | PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel2018-07-193-2/+17
| | * | | PCI: dwc: Rework MSI callbacks handlerGustavo Pimentel2018-07-192-27/+33
| | * | | PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel2018-07-193-1/+148
| | * | | PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel2018-07-198-11/+12
| | * | | PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2018-07-192-0/+81
| | * | | PCI: dwc: Fix EP link notification implementationGustavo Pimentel2018-07-192-8/+9
| | * | | PCI: spear13xx: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: qcom: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: histb: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: designware-plat: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: artpec6: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: armada8k: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: keystone: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: imx6: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: exynos: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
| | * | | PCI: kirin: Add MSI supportXiaowei Song2018-07-111-0/+28
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2018-08-154-4/+183
| |\ \ \
| | * | | PCI: pcie-cadence-ep: Remove redundant variable mmcColin Ian King2018-07-131-2/+1
| | * | | 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
OpenPOWER on IntegriCloud