aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-04Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas1-2/+2
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier1-0/+2
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier1-2/+0
2021-03-23PCI: Release OF node in pci_scan_device()'s error pathDmitry Baryshkov1-0/+1
2020-12-15Merge branch 'pci/msi'Bjorn Helgaas1-19/+2
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-12-15Merge branch 'pci/err'Bjorn Helgaas1-0/+2
2020-12-04PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas1-19/+2
2020-12-04PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley1-0/+2
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab1-2/+2
2020-11-20PCI: Decode PCIe 64 GT/s link speedGustavo Pimentel1-1/+2
2020-10-21Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-1/+13
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa1-0/+3
2020-09-08PCI: Also call .add_bus() callback for root busRob Herring1-0/+6
2020-09-07PCI: Allow root and child buses to have different pci_opsRob Herring1-1/+7
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-0/+7
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-0/+4
2020-07-29PCI: Announce device after early fixupsTiezhu Yang1-3/+3
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-0/+1
2020-07-23PCI: Set default bridge parent deviceRob Herring1-0/+2
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-1/+1
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain1-1/+1
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+44
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2020-05-27PCI: Don't disable decoding when mmio_always_on is setJiaxun Yang1-1/+1
2020-05-14PCI: Program MPS for RCiEP devicesAshok Raj1-1/+21
2020-05-14PCI: Fix pci_host_bridge struct device release/free handlingRob Herring1-17/+19
2020-05-14PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring1-2/+3
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-1/+1
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+40
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan1-0/+1
2020-03-28PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan1-0/+1
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas1-0/+40
2019-11-28Merge branch 'pci/trivial'Bjorn Helgaas1-34/+11
2019-11-28Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+6
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-5/+12
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas1-0/+1
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski1-0/+1
2019-11-14PCI: Do not use bus number zero from EA capabilitySubbaraya Sundeep1-5/+11
2019-10-23PCI: Warn if no host bridge NUMA node infoYunsheng Lin1-0/+3
2019-10-17PCI: Remove useless comments and tidy othersBjorn Helgaas1-28/+9
2019-10-15PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan1-0/+3
2019-10-15PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan1-0/+3
2019-10-14PCI: Fix missing bridge dma_ranges resource list cleanupRob Herring1-0/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-297/+29
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-20/+28
2019-08-28PCI/ACPI: Remove unnecessary struct hotplug_program_opsKrzysztof Wilczynski1-8/+1
2019-08-28PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski1-269/+0
2019-08-28PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski1-36/+36
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-6/+1