summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/msi'Bjorn Helgaas2020-12-151-19/+2
|\
| * PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas2020-12-041-19/+2
* | Merge branch 'pci/misc'Bjorn Helgaas2020-12-151-2/+2
|\ \
| * | PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-301-2/+2
| |/
* | Merge branch 'pci/err'Bjorn Helgaas2020-12-151-0/+2
|\ \
| * | PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley2020-12-041-0/+2
| |/
* / PCI: Decode PCIe 64 GT/s link speedGustavo Pimentel2020-11-201-1/+2
|/
* Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-10-211-1/+13
|\
| * PCI: Also call .add_bus() callback for root busRob Herring2020-09-081-0/+6
| * PCI: Allow root and child buses to have different pci_opsRob Herring2020-09-071-1/+7
* | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa2020-10-161-0/+3
|/
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-0/+7
|\
| * PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-0/+4
| * PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-0/+1
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-0/+2
* | PCI: Announce device after early fixupsTiezhu Yang2020-07-291-3/+3
* | PCI: Treat "external-facing" devices themselves as internalRajat Jain2020-07-101-1/+1
* | PCI: Cache ACS capability offset in deviceRajat Jain2020-07-101-1/+1
|/
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-21/+44
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-06-041-1/+1
| |\
| | * PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang2020-05-141-1/+1
| * | PCI: Program MPS for RCiEP devicesAshok Raj2020-05-141-1/+21
| * | PCI: Fix pci_host_bridge struct device release/free handlingRob Herring2020-05-141-17/+19
| * | PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring2020-05-141-2/+3
| |/
* / PCI: Don't disable decoding when mmio_always_on is setJiaxun Yang2020-05-271-1/+1
|/
* Merge branch 'pci/enumeration'Bjorn Helgaas2020-04-021-0/+40
|\
| * PCI: Add pci_speed_string()Bjorn Helgaas2020-03-101-0/+40
* | PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan2020-03-281-0/+1
* | PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan2020-03-281-0/+1
|/
* Merge branch 'pci/trivial'Bjorn Helgaas2019-11-281-34/+11
|\
| * PCI: Remove useless comments and tidy othersBjorn Helgaas2019-10-171-28/+9
* | Merge branch 'pci/virtualization'Bjorn Helgaas2019-11-281-0/+6
|\ \
| * | PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+3
| * | PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+3
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-5/+12
|\ \
| * | PCI: Do not use bus number zero from EA capabilitySubbaraya Sundeep2019-11-141-5/+11
| * | PCI: Fix missing bridge dma_ranges resource list cleanupRob Herring2019-10-141-0/+1
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2019-11-281-0/+1
|\ \
| * | PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-211-0/+1
| |/
* / PCI: Warn if no host bridge NUMA node infoYunsheng Lin2019-10-231-0/+3
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-297/+29
|\
| * PCI: Get rid of dev->has_secondary_link flagMika Westerberg2019-09-071-20/+28
| * PCI/ACPI: Remove unnecessary struct hotplug_program_opsKrzysztof Wilczynski2019-08-281-8/+1
| * PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski2019-08-281-269/+0
| * PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski2019-08-281-36/+36
* | drivers: Add generic helper to match any deviceSuzuki K Poulose2019-07-301-6/+1
|/
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-15/+13
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2019-07-121-14/+12
| |\
| | * PCI/IOV: Assume SR-IOV VFs support extended config space.Alex Williamson2019-07-031-0/+15
| | * Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson2019-07-031-17/+0