summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Merge branch 'pci/pm'Bjorn Helgaas1-0/+11
2024-11-25Merge branch 'pci/enumeration'Bjorn Helgaas1-10/+10
2024-11-13PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru1-0/+11
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen1-5/+7
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen1-0/+3
2024-10-18PCI: Simplify pci_read_bridge_bases() logicIlpo Järvinen1-8/+9
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-3/+2
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-1/+1
2024-09-19Merge branch 'pci/npem'Bjorn Helgaas1-0/+2
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-10PCI: Rename CRS Completion Status to RRSBjorn Helgaas1-14/+14
2024-09-10PCI: Wait for device readiness with Configuration RRSBjorn Helgaas1-6/+3
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk1-0/+2
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+23
2024-06-12PCI: Hold the rescan mutex when scanning for the first timeBartosz Golaszewski1-0/+2
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams1-3/+0
2024-06-03PCI: Use preserve_config in place of pci_flagsVidya Sagar1-11/+9
2024-06-03PCI: Unify ACPI and DT 'preserve config' supportVidya Sagar1-0/+3
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar1-0/+11
2024-05-16Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+3
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang1-0/+3
2024-04-23PCI: Clear Secondary Status errors after enumerationVidya Sagar1-0/+3
2024-04-17PCI: Constify pcibus_classHeiner Kallweit1-1/+1
2024-03-12Merge branch 'pci/sysfs'Bjorn Helgaas1-0/+4
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-0/+1
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box1-61/+0
2024-03-05PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner1-0/+4
2023-12-15PCI: Log bridge info when first enumerating bridgeBjorn Helgaas1-4/+19
2023-12-15PCI: Log bridge windows conditionallyBjorn Helgaas1-9/+15
2023-12-15PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas1-15/+6
2023-12-15PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas1-51/+51
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan1-13/+13
2023-12-15PCI: Log device type during enumerationBjorn Helgaas1-2/+40
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-4/+4
2023-10-24PCI: Use FIELD_GET()Bjorn Helgaas1-4/+4
2023-10-10PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen1-3/+3
2023-09-06PCI: Free released resource after coalescingRoss Lagerwall1-0/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-1/+1
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen1-0/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-26Merge branch 'pci/resource'Bjorn Helgaas1-1/+3
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki1-0/+2
2023-06-14PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki1-1/+5
2023-06-09PCI: Release resource invalidated by coalescingRoss Lagerwall1-1/+3
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-04-20PCI: Restrict device disabled status check to DTRob Herring1-4/+4
2023-04-18PCI/DOE: Create mailboxes on device enumerationLukas Wunner1-0/+1