aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/host/pci-host-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-118/+0
2018-05-30PCI: Add support for unbinding the generic PCI host controllerJan Kiszka1-0/+13
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-12/+1
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas1-68/+4
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-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-12/+1
2017-12-18PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas1-1/+1
2017-07-02PCI: generic: Drop pci_fixup_irqs()Lorenzo Pieralisi1-4/+2
2017-07-02PCI: generic: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-5/+18
2017-02-09PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu1-0/+2
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas1-3/+5
2016-09-06PCI: generic: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-08-24PCI: generic: Make explicitly non-modularPaul Gortmaker1-5/+2
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-21/+11
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+8
2016-06-23PCI: generic: Claim bus resources on PCI_PROBE_ONLY set-upsLorenzo Pieralisi1-1/+8
2016-06-21PCI: generic: Simplify host bridge window iterationBjorn Helgaas1-15/+7
2016-06-21PCI: generic: Request host bridge window resources with core functionBjorn Helgaas1-7/+5
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C1-2/+1
2016-05-12PCI: generic, thunder: Use generic ECAM APIJayachandran C1-68/+46
2016-03-11PCI: generic: Expose pci_host_common_probe() for use by other driversDavid Daney1-0/+194