aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
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 Pimentel7-7/+8
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-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-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: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui1-3/+5
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-06-29PCI: faraday: Add missing of_node_put()Nicholas Mc Guire1-0/+2
2018-06-29PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire1-1/+1
2018-06-29PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire1-0/+1
2018-06-29PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yesGeert Uytterhoeven1-1/+0
2018-06-29PCI: rcar: Clean up PHY init on failureMarek Vasut1-1/+5
2018-06-29PCI: rcar: Shut the PHY down in failpathMarek Vasut1-2/+8
2018-06-29PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai1-1/+1
2018-06-28PCI: vmd: White list for fast interrupt handlersKeith Busch1-1/+12
2018-06-27PCI: aardvark: Remove PCIe outbound window configurationEvan Wang1-55/+0
2018-06-27PCI: aardvark: Introduce an advk_pcie_valid_device() helperThomas Petazzoni1-2/+11
2018-06-26PCI: controller: Move PCI_DOMAINS selection to arch KconfigLorenzo Pieralisi1-3/+0
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-7/+10
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin59-0/+35727