summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorLines
2017-07-12PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctlyShawn Lin-1/+1
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-292/+1654
2017-07-07Merge branch 'pci/host-tango' into nextBjorn Helgaas-0/+156
2017-07-07PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge supportMarc Gonzalez-0/+156
2017-07-04Merge branch 'pci/host-xilinx' into nextBjorn Helgaas-2/+45
2017-07-04Merge branch 'pci/host-vmd' into nextBjorn Helgaas-2/+5
2017-07-04Merge branch 'pci/host-versatile' into nextBjorn Helgaas-9/+9
2017-07-04Merge branch 'pci/host-tegra' into nextBjorn Helgaas-12/+21
2017-07-04Merge branch 'pci/host-rockchip' into nextBjorn Helgaas-25/+100
2017-07-04Merge branch 'pci/host-rcar' into nextBjorn Helgaas-1/+1
2017-07-04Merge branch 'pci/host-mediatek' into nextBjorn Helgaas-0/+566
2017-07-03PCI: rockchip: Use normal register bank for config accessorsShawn Lin-4/+9
2017-07-03Merge branch 'pci/host-hv' into nextBjorn Helgaas-81/+364
2017-07-03Merge branch 'pci/host-faraday' into nextBjorn Helgaas-0/+56
2017-07-02PCI: xilinx: Make of_device_ids constArvind Yadav-1/+1
2017-07-02PCI: xilinx-nwl: Modify IRQ chip for legacy interruptsBharat Kumar Gogada-1/+44
2017-07-02PCI: vmd: Move SRCU cleanup after bus, child device removalJon Derrick-1/+1
2017-07-02PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000Bjorn Helgaas-1/+4
2017-07-02PCI: versatile: Add local struct device pointersBjorn Helgaas-9/+9
2017-07-02PCI: tegra: Do not allocate MSI target memoryThierry Reding-6/+16
2017-07-02PCI: tegra: Support MSI 64-bit addressingThierry Reding-7/+6
2017-07-02PCI: rockchip: Use local struct device pointer consistentlyShawn Lin-3/+2
2017-07-02PCI: rockchip: Check for clk_prepare_enable() errors during resumeArvind Yadav-6/+28
2017-07-02PCI: rockchip: Configure RC's MPS settingShawn Lin-0/+8
2017-07-02PCI: rockchip: Reconfigure configuration space header typeShawn Lin-0/+14
2017-07-02PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()Shawn Lin-10/+25
2017-07-02PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()Shawn Lin-10/+11
2017-07-02PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()Shawn Lin-3/+3
2017-07-02PCI: rockchip: Control vpcie0v9 for system PMShawn Lin-0/+11
2017-07-02PCI: rcar-gen2: Make of_device_ids constArvind Yadav-1/+1
2017-07-02PCI: mediatek: Add MediaTek PCIe host controller supportRyder Lee-0/+566
2017-07-02PCI: hv: Use vPCI protocol version 1.2Jork Loeser-54/+246
2017-07-02PCI: hv: Add vPCI version protocol negotiationJork Loeser-19/+53
2017-07-02PCI: hv: Temporary own CPU-number-to-vCPU-number infraJork Loeser-2/+50
2017-07-02PCI: hv: Use page allocation for hbus structureJork Loeser-3/+12
2017-07-02PCI: hv: Fix comment formatting and use proper integer fieldsJork Loeser-5/+5
2017-07-02PCI: faraday: Add clock handlingLinus Walleij-0/+56
2017-07-02PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang-1/+2
2017-07-02PCI: xilinx-nwl: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi-0/+2
2017-07-02PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi-0/+2
2017-07-02PCI: xgene: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi-0/+2
2017-07-02PCI: altera: Drop pci_fixup_irqs()Lorenzo Pieralisi-2/+2
2017-07-02PCI: versatile: Drop pci_fixup_irqs()Lorenzo Pieralisi-2/+2
2017-07-02PCI: generic: Drop pci_fixup_irqs()Lorenzo Pieralisi-4/+2
2017-07-02PCI: faraday: Drop pci_fixup_irqs()Lorenzo Pieralisi-1/+2
2017-07-02PCI: iproc: Drop pci_fixup_irqs()Lorenzo Pieralisi-3/+2
2017-07-02PCI: rcar: Drop pci_fixup_irqs()Lorenzo Pieralisi-2/+2
2017-07-02PCI: xilinx: Drop pci_fixup_irqs()Lorenzo Pieralisi-3/+2
2017-07-02PCI: tegra: Drop pci_fixup_irqs()Lorenzo Pieralisi-1/+2
2017-07-02PCI: xilinx-nwl: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi-10/+18