aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-host-generic.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextGravatar Bjorn Helgaas 1-8/+2
2016-08-01PCI: generic: Make explicitly non-modularGravatar Paul Gortmaker 1-8/+2
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hGravatar Jayachandran C 1-2/+1
2016-05-12PCI: generic, thunder: Use generic ECAM APIGravatar Jayachandran C 1-42/+10
2016-03-11PCI: generic: Expose pci_host_common_probe() for use by other driversGravatar David Daney 1-165/+0
2016-03-11PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()Gravatar David Daney 1-8/+17
2016-03-11PCI: generic: Move structure definitions to separate header fileGravatar David Daney 1-18/+1
2015-11-25PCI: generic,versatile: Remove unused pci_sys_data structuresGravatar Lorenzo Pieralisi 1-9/+0
2015-10-09PCI: generic: Fix address window calculation for non-zero starting busGravatar David Daney 1-2/+2
2015-10-08PCI: generic: Pass starting bus number to pci_scan_root_bus()Gravatar David Daney 1-1/+2
2015-10-08PCI: generic: Allow multiple hosts with different map_bus() methodsGravatar David Daney 1-12/+15
2015-09-17PCI: generic: Fix lookup of linux,pci-probe-only propertyGravatar Marc Zyngier 1-8/+1
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciGravatar Jayachandran C 1-19/+33
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2015-02-05PCI: Use common resource list management code instead of private implementationGravatar Jiang Liu 1-2/+2
2015-01-30PCI: generic: Convert to use generic config accessorsGravatar Rob Herring 1-48/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-05PCI: generic: Convert to DT resource parsing APIGravatar Lorenzo Pieralisi 1-93/+27
2014-11-05PCI: generic: Allocate config space windows after limiting bus number rangeGravatar Lorenzo Pieralisi 1-5/+5
2014-10-20pci: host: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-15PCI: generic: Fix GPL v2 license string typoGravatar Bjorn Helgaas 1-1/+1
2014-05-30PCI: generic: Add generic PCI host controller driverGravatar Will Deacon 1-0/+388