summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-3/+4
|\
| * PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof WilczyƄski2021-10-271-3/+4
* | Merge branch 'pci/resource'Bjorn Helgaas2021-11-051-4/+27
|\ \
| * | PCI: Coalesce host bridge contiguous aperturesKai-Heng Feng2021-09-291-4/+27
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2021-11-051-2/+2
|\ \
| * | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-2/+2
| |/
* / PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao2021-10-191-3/+15
|/
* Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-021-2/+10
|\
| * PCI: Support populating MSI domains of root buses via bridgesBoqun Feng2021-08-231-1/+5
| * PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-1/+5
* | Merge branch 'pci/vpd'Bjorn Helgaas2021-09-021-1/+0
|\ \
| * | PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2021-08-121-1/+0
| |/
* | PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni2021-08-191-3/+4
* | PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-181-1/+0
* | PCI: Add array to track reset method orderingAmey Narkhede2021-08-181-3/+2
* | PCI: Cache PCIe Device Capabilities registerAmey Narkhede2021-08-171-2/+3
|/
* Revert "PCI: Coalesce host bridge contiguous apertures"Bjorn Helgaas2021-07-101-46/+4
* Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-4/+47
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2021-07-061-4/+46
| |\
| | * PCI: Coalesce host bridge contiguous aperturesKai-Heng Feng2021-06-041-4/+46
| * | PCI: Print a debug message on PCI device releaseNiklas Schnelle2021-05-281-0/+1
| |/
* | Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-1/+2
|\ \
| * | PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker2021-05-261-1/+2
| |/
* / PCI: Add sysfs "removable" attributeRajat Jain2021-05-271-0/+22
|/
* Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas2021-05-041-2/+2
|\
| * PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier2021-04-201-0/+2
| * PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2021-04-201-2/+0
* | PCI: Release OF node in pci_scan_device()'s error pathDmitry Baryshkov2021-03-231-0/+1
|/
* 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-061-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-301-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-151-1/+21