aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds28-412/+88
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas27-213/+28
2018-02-01Merge remote-tracking branch 'lorenzo/pci/xgene' into nextBjorn Helgaas1-1/+0
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas1-122/+33
2018-02-01Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas1-1/+4
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas3-3/+14
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas2-68/+6
2018-01-31PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controllerCyrille Pitchen4-597/+0
2018-01-31PCI: cadence: Add host driver for Cadence PCIe controllerCyrille Pitchen4-0/+597
2018-01-31PCI: Add generic function to probe PCI host controllersCyrille Pitchen1-21/+1
2018-01-31PCI: generic: fix missing call of pci_free_resource_list()Cyrille Pitchen1-0/+1
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesCyrille Pitchen1-47/+2
2018-01-31PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen1-0/+2
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas6-50/+6
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas18-159/+18
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2-0/+3
2018-01-15PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy1-4/+3
2018-01-12PCI: iproc: Fix NULL pointer dereference for BCMARay Jui3-3/+14
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy1-1/+0
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner1-6/+2
2017-12-21PCI: tegra: Refactor configuration space mapping codeVidya Sagar1-118/+30
2017-12-19PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failuresGeert Uytterhoeven1-1/+4
2017-12-19PCI: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi1-1/+0
2017-12-18PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas4-4/+4
2017-12-12PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven1-4/+4
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds15-145/+1374
2017-11-14Merge branch 'pci/host-xilinx' into nextBjorn Helgaas1-3/+3
2017-11-14Merge branch 'pci/host-xgene' into nextBjorn Helgaas1-2/+2
2017-11-14Merge branch 'pci/host-v3-semi' into nextBjorn Helgaas3-0/+966
2017-11-14Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-27/+131
2017-11-14Merge branch 'pci/host-tango' into nextBjorn Helgaas6-98/+207
2017-11-14Merge branch 'pci/host-iproc' into nextBjorn Helgaas1-7/+12
2017-11-14Merge branch 'pci/host-hv' into nextBjorn Helgaas1-3/+5
2017-11-14Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+43
2017-11-14Merge branch 'pci/host-faraday' into nextBjorn Helgaas1-1/+1
2017-11-09PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()Bjorn Helgaas1-2/+2
2017-11-09PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()Bjorn Helgaas1-3/+3
2017-11-09PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()Bjorn Helgaas1-4/+4
2017-11-07PCI: hv: Use effective affinity maskDexuan Cui1-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-20PCI: faraday: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2017-10-18PCI: tegra: Add Tegra186 PCIe supportManikanta Maddireddy1-25/+109
2017-10-17PCI: iproc: Allow allocation of multiple MSIsSandor Bodo-Merle1-7/+12
2017-10-11PCI: tegra: Use generic accessors where possibleThierry Reding1-2/+22
2017-10-10PCI: aardvark: Move to struct pci_host_bridge IRQ mapping functionsThomas Petazzoni1-0/+2
2017-10-10Revert "PCI: tegra: Do not allocate MSI target memory"Thierry Reding1-16/+6
2017-10-06PCI: generic: Add support for Synopsys DesignWare RC in ECAM modeArd Biesheuvel1-0/+43
2017-10-05PCI: v3-semi: Add V3 Semiconductor PCI host driverLinus Walleij3-0/+966