aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds11-30/+95
2018-07-19PCI: endpoint: Add MSI set maximum restrictionGustavo Pimentel1-1/+2
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2-2/+28
2018-07-19pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel1-20/+41
2018-07-19PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel3-2/+17
2018-07-19PCI: dwc: Rework MSI callbacks handlerGustavo Pimentel2-27/+33
2018-07-19PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel3-1/+148
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel8-11/+12
2018-07-19PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2-0/+81
2018-07-19PCI: dwc: Fix EP link notification implementationGustavo Pimentel2-8/+9
2018-07-18PCI: v3-semi: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: mediatek: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: faraday: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: aardvark: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: designware: Fix I/O space page leakSergei Shtylyov1-1/+2
2018-07-18PCI: versatile: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: xgene: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov2-1/+39
2018-07-13PCI: pcie-cadence-ep: Remove redundant variable mmcColin Ian King1-2/+1
2018-07-13PCI: spear13xx: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: qcom: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: histb: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: designware-plat: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: artpec6: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: armada8k: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: keystone: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: imx6: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: exynos: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-07-13PCI: iproc: Reduce inbound/outbound mapping print levelRay Jui1-17/+17
2018-07-13PCI: iproc: Reject unconfigured physical functions from PAXCRay Jui2-1/+30
2018-07-13PCI: iproc: Disable MSI parsing in certain PAXC blocksRay Jui1-2/+32
2018-07-13PCI: iproc: Fix up corrupted PAXC root complex config registersRay Jui2-6/+62
2018-07-13PCI: iproc: Activate PAXC bridge quirk for more devicesRay Jui1-0/+3
2018-07-12PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva4-0/+6
2018-07-12PCI: Workaround IDT switch ACS Source Validation erratumJames Puthukattukaran3-2/+79
2018-07-12PCI: cadence: Add shutdown callback to host driverAlan Douglas1-0/+15
2018-07-12PCI: cadence: Add Power Management ops for host and EPAlan Douglas4-0/+38
2018-07-11PCI: kirin: Add MSI supportXiaowei Song1-0/+28
2018-07-11PCI: cadence: Add generic PHY support to host and EP driversAlan Douglas4-1/+128
2018-07-11PCI: cadence: Update cdns_pcie_writel() function signatureAlan Douglas1-1/+1
2018-07-09PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I1-19/+43
2018-07-09PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui1-3/+5
2018-07-08Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds9-7/+40
2018-07-06PCI: aardvark: Convert to use pci_host_probe()Thomas Petazzoni1-11/+1
2018-07-06PCI: aardvark: Size bridges before resources allocationZachary Zhang1-0/+1
2018-07-05PCI: Export pcie_get_speed_cap and pcie_get_width_capAlex Deucher1-0/+2
2018-07-05Merge branch 'pm-pci'Rafael J. Wysocki1-0/+12
2018-06-30PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAMRafael J. Wysocki1-0/+12
2018-06-30PCI: Enable PASID only if entire path supports End-End TLP prefixesSinan Kaya2-0/+27
2018-06-30PCI: Expand documentation for pci_add_dma_alias()Logan Gunthorpe1-2/+13