summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-host-generic.c
AgeCommit message (Expand)Author
2017-04-28PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas
2016-08-01PCI: generic: Make explicitly non-modularPaul Gortmaker
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C
2016-05-12PCI: generic, thunder: Use generic ECAM APIJayachandran C
2016-03-11PCI: generic: Expose pci_host_common_probe() for use by other driversDavid Daney
2016-03-11PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()David Daney
2016-03-11PCI: generic: Move structure definitions to separate header fileDavid Daney
2015-11-25PCI: generic,versatile: Remove unused pci_sys_data structuresLorenzo Pieralisi
2015-10-09PCI: generic: Fix address window calculation for non-zero starting busDavid Daney
2015-10-08PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney
2015-10-08PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney
2015-09-17PCI: generic: Fix lookup of linux,pci-probe-only propertyMarc Zyngier
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu
2015-01-30PCI: generic: Convert to use generic config accessorsRob Herring
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-05PCI: generic: Convert to DT resource parsing APILorenzo Pieralisi
2014-11-05PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang
2014-07-15PCI: generic: Fix GPL v2 license string typoBjorn Helgaas
2014-05-30PCI: generic: Add generic PCI host controller driverWill Deacon