summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas2018-01-311-0/+33
|\ \
| * | PCI: Add generic function to probe PCI host controllersCyrille Pitchen2018-01-311-0/+33
| |/
* | Merge branch 'pci/trivial' into nextBjorn Helgaas2018-01-311-89/+116
|\ \
| * | PCI: Tidy up pci/probe.c commentsBjorn Helgaas2017-12-181-89/+116
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-38/+37
|\ \
| * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-38/+37
| |/
* | Merge branch 'pci/enumeration' into nextBjorn Helgaas2018-01-311-10/+15
|\ \
| * | PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas2017-12-181-10/+15
| |/
* / PCI/ASPM: Enable Latency Tolerance Reporting when supportedBjorn Helgaas2017-12-181-0/+33
|/
* PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg2017-11-061-18/+138
* PCI: Do not allocate more buses than available in parentMika Westerberg2017-11-061-1/+6
* PCI: Open-code the two pass loop when scanning bridgesMika Westerberg2017-11-061-7/+20
* PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg2017-11-061-0/+23
* PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-061-4/+2
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-28/+93
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2017-09-071-0/+9
| |\
| | * PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-0/+9
| * | PCI: Warn periodically while waiting for non-CRS ("device ready") statusSinan Kaya2017-08-291-3/+13
| * | PCI: Factor out pci_bus_wait_crs()Sinan Kaya2017-08-291-16/+27
| * | PCI: Add pci_bus_crs_vendor_id() to detect CRS response dataSinan Kaya2017-08-291-1/+6
| * | PCI: Always check for non-CRS response before timeoutBjorn Helgaas2017-08-291-5/+6
| * | PCI: Mark Broadcom HT2100 Root Port Extended Tags as brokenSinan Kaya2017-07-311-7/+36
| |/
* / PCI: Disable PCIe Relaxed Ordering if unsupporteddingtianhong2017-08-141-0/+43
|/
* Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-031-29/+76
|\
| * PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi2017-07-021-22/+5
| * PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi2017-06-281-2/+1
| * PCI: Add pci_scan_root_bus_bridge() interfaceLorenzo Pieralisi2017-06-281-0/+39
| * PCI: Add devm_pci_alloc_host_bridge() interfaceLorenzo Pieralisi2017-06-281-2/+22
| * PCI: Add pci_free_host_bridge() interfaceLorenzo Pieralisi2017-06-281-3/+9
| * PCI: Initialize bridge release function at bridge allocationLorenzo Pieralisi2017-06-281-1/+1
* | PCI: Enable ECRC only if device supports itBjorn Helgaas2017-06-281-0/+5
* | PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor2017-06-161-0/+30
|/
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-28/+0
|\
| * of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-28/+0
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-2/+2
|\ \
| * \ Merge branch 'pci/resource' into nextBjorn Helgaas2017-04-281-1/+1
| |\ \
| | * | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2017-04-181-1/+1
| | |/
| * / PCI: Improve __pci_read_base() robustnessMarc Gonzalez2017-04-181-1/+1
| |/
* / PCI: Recognize Thunderbolt devicesLukas Wunner2017-03-301-0/+21
|/
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-2/+31
|\
| * PCI: Enable PCIe Extended Tags if supportedSinan Kaya2017-02-091-0/+18
| * PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas2017-01-021-2/+13
* | PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas2017-01-111-5/+7
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-99/+146
|\
| * Merge branch 'pci/host-tegra' into nextBjorn Helgaas2016-12-121-98/+144
| |\
| | * PCI: Export host bridge registration interfaceThierry Reding2016-12-071-2/+4
| | * PCI: Allow driver-specific data in host bridgeThierry Reding2016-12-071-3/+3
| | * PCI: Add pci_register_host_bridge() interfaceArnd Bergmann2016-12-071-97/+141