summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-host-generic.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-100/+0
* PCI: Add support for unbinding the generic PCI host controllerJan Kiszka2018-05-301-0/+1
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-12/+1
* PCI: generic: Add support for Synopsys DesignWare RC in ECAM modeArd Biesheuvel2017-10-061-0/+43
* PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-281-0/+1
*-. Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-011-8/+2
|\ \
| * | PCI: generic: Make explicitly non-modularPaul Gortmaker2016-08-011-8/+2
| |/
* | PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C2016-06-101-2/+1
|/
* PCI: generic, thunder: Use generic ECAM APIJayachandran C2016-05-121-42/+10
* PCI: generic: Expose pci_host_common_probe() for use by other driversDavid Daney2016-03-111-165/+0
* PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()David Daney2016-03-111-8/+17
* PCI: generic: Move structure definitions to separate header fileDavid Daney2016-03-111-18/+1
* PCI: generic,versatile: Remove unused pci_sys_data structuresLorenzo Pieralisi2015-11-251-9/+0
* PCI: generic: Fix address window calculation for non-zero starting busDavid Daney2015-10-091-2/+2
* PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney2015-10-081-1/+2
* PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney2015-10-081-12/+15
* PCI: generic: Fix lookup of linux,pci-probe-only propertyMarc Zyngier2015-09-171-8/+1
* PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C2015-08-201-19/+33
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-2/+2
|\
| * PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-051-2/+2
* | PCI: generic: Convert to use generic config accessorsRob Herring2015-01-301-48/+3
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | PCI: generic: Convert to DT resource parsing APILorenzo Pieralisi2014-11-051-93/+27
* | PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi2014-11-051-5/+5
|/
* PCI: generic: Fix GPL v2 license string typoBjorn Helgaas2014-07-151-1/+1
* PCI: generic: Add generic PCI host controller driverWill Deacon2014-05-301-0/+388
OpenPOWER on IntegriCloud