summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'pci/host-iproc' into nextBjorn Helgaas4-152/+259
2017-09-07Merge branch 'pci/host-hv' into nextBjorn Helgaas1-1/+7
2017-09-07Merge branch 'pci/host-faraday' into nextBjorn Helgaas1-3/+3
2017-09-07Merge branch 'pci/host-altera' into nextBjorn Helgaas2-11/+8
2017-09-05PCI: altera: Fix platform_get_irq() error handlingFabio Estevam2-4/+4
2017-09-05PCI: iproc: Clean up whitespaceBjorn Helgaas1-116/+115
2017-09-05PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas1-10/+9
2017-09-05PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep3-15/+33
2017-08-28PCI: iproc: Work around Stingray CRS defectsOza Pawandeep1-1/+81
2017-08-28PCI: iproc: Factor out memory-mapped config access address calculationOza Pawandeep1-13/+26
2017-08-16PCI: faraday: Use PCI_NUM_INTXPaul Burton1-1/+1
2017-08-16PCI: faraday: Fix of_irq_get() error checkSergei Shtylyov1-2/+2
2017-08-16PCI: altera: Use size=4 IRQ domain for legacy INTxPaul Burton1-5/+4
2017-08-16PCI: altera: Remove unused num_of_vectors variableShawn Lin1-2/+0
2017-08-16PCI: aardvark: Use PCI_NUM_INTXPaul Burton1-3/+2
2017-08-03PCI: hv: Do not sleep in compose_msi_msg()Stephen Hemminger1-1/+7
2017-07-31PCI: iproc: Remove unused struct iproc_pcie *pcieShawn Lin1-2/+0
2017-07-12PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctlyShawn Lin1-1/+1
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-292/+1654
2017-07-07Merge branch 'pci/host-tango' into nextBjorn Helgaas3-0/+156
2017-07-07PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge supportMarc Gonzalez3-0/+156
2017-07-04Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2-2/+45
2017-07-04Merge branch 'pci/host-vmd' into nextBjorn Helgaas1-2/+5
2017-07-04Merge branch 'pci/host-versatile' into nextBjorn Helgaas1-9/+9
2017-07-04Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-12/+21
2017-07-04Merge branch 'pci/host-rockchip' into nextBjorn Helgaas1-25/+100
2017-07-04Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-1/+1
2017-07-04Merge branch 'pci/host-mediatek' into nextBjorn Helgaas3-0/+566
2017-07-03PCI: rockchip: Use normal register bank for config accessorsShawn Lin1-4/+9
2017-07-03Merge branch 'pci/host-hv' into nextBjorn Helgaas1-81/+364
2017-07-03Merge branch 'pci/host-faraday' into nextBjorn Helgaas1-0/+56
2017-07-02PCI: xilinx: Make of_device_ids constArvind Yadav1-1/+1
2017-07-02PCI: xilinx-nwl: Modify IRQ chip for legacy interruptsBharat Kumar Gogada1-1/+44
2017-07-02PCI: vmd: Move SRCU cleanup after bus, child device removalJon Derrick1-1/+1
2017-07-02PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000Bjorn Helgaas1-1/+4
2017-07-02PCI: versatile: Add local struct device pointersBjorn Helgaas1-9/+9
2017-07-02PCI: tegra: Do not allocate MSI target memoryThierry Reding1-6/+16
2017-07-02PCI: tegra: Support MSI 64-bit addressingThierry Reding1-7/+6
2017-07-02PCI: rockchip: Use local struct device pointer consistentlyShawn Lin1-3/+2
2017-07-02PCI: rockchip: Check for clk_prepare_enable() errors during resumeArvind Yadav1-6/+28
2017-07-02PCI: rockchip: Configure RC's MPS settingShawn Lin1-0/+8
2017-07-02PCI: rockchip: Reconfigure configuration space header typeShawn Lin1-0/+14
2017-07-02PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()Shawn Lin1-10/+25
2017-07-02PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()Shawn Lin1-10/+11
2017-07-02PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()Shawn Lin1-3/+3
2017-07-02PCI: rockchip: Control vpcie0v9 for system PMShawn Lin1-0/+11
2017-07-02PCI: rcar-gen2: Make of_device_ids constArvind Yadav1-1/+1
2017-07-02PCI: mediatek: Add MediaTek PCIe host controller supportRyder Lee3-0/+566
2017-07-02PCI: hv: Use vPCI protocol version 1.2Jork Loeser1-54/+246
2017-07-02PCI: hv: Add vPCI version protocol negotiationJork Loeser1-19/+53