summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/sysfs'Bjorn Helgaas2024-03-121-0/+4
|\
| * PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner2024-03-051-0/+4
* | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box2024-03-121-0/+1
* | PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box2024-03-071-61/+0
|/
* PCI: Log bridge info when first enumerating bridgeBjorn Helgaas2023-12-151-4/+19
* PCI: Log bridge windows conditionallyBjorn Helgaas2023-12-151-9/+15
* PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas2023-12-151-15/+6
* PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas2023-12-151-51/+51
* PCI: Use resource names in PCI log messagesPuranjay Mohan2023-12-151-13/+13
* PCI: Log device type during enumerationBjorn Helgaas2023-12-151-2/+40
* Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-4/+4
|\
| * PCI: Use FIELD_GET()Bjorn Helgaas2023-10-241-4/+4
* | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-101-3/+3
|/
* PCI: Free released resource after coalescingRoss Lagerwall2023-09-061-0/+1
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-2/+1
|\
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1
| * PCI: Explicitly include correct DT includesRob Herring2023-07-181-1/+0
* | PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen2023-08-101-0/+1
|/
* Merge branch 'pci/resource'Bjorn Helgaas2023-06-261-1/+3
|\
| * PCI: Release resource invalidated by coalescingRoss Lagerwall2023-06-091-1/+3
* | PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+2
* | PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki2023-06-141-1/+5
|/
* Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-04-301-0/+1
|\
| * PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-181-0/+1
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-1/+1
|\ \
| * | PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko2023-04-051-1/+1
| |/
* / PCI: Restrict device disabled status check to DTRob Herring2023-04-201-4/+4
|/
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-0/+1
|\
| * PCI/CXL: Export native CXL error reporting controlIra Weiny2023-01-051-0/+1
* | Merge branch 'pci/resource'Bjorn Helgaas2023-02-221-1/+1
|\ \
| * | PCI: Fix dropping valid root bus resources with .end = zeroGeert Uytterhoeven2023-02-131-1/+1
| |/
* / PCI: Honor firmware's device disabled statusRob Herring2023-02-131-0/+2
|/
* Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-3/+7
|\
| * PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár2022-11-081-0/+7
| * Revert "PCI: Clear PCI_STATUS when setting up device"Bjorn Helgaas2022-11-071-3/+0
* | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-121-0/+6
|\ \
| * | PCI: Allow drivers to request exclusive config regionsIra Weiny2022-11-141-0/+6
| |/
* / PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-2/+0
|/
* PCI: Fix typo in pci_scan_child_bus_extend()Mika Westerberg2022-09-211-1/+1
* PCI: Fix whitespace and indentationMika Westerberg2022-09-211-2/+0
* PCI: Pass available buses even if the bridge is already configuredMika Westerberg2022-09-211-2/+3
* PCI: Fix used_buses calculation in pci_scan_child_bus_extend()Mika Westerberg2022-09-201-2/+2
* Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-1/+1
|\
| * PCI: Replace magic constant for PCI Sig Vendor IDIra Weiny2022-07-191-1/+1
* | Merge branch 'pci/err'Bjorn Helgaas2022-08-041-0/+3
|\ \
| * | PCI: Clear PCI_STATUS when setting up deviceKai-Heng Feng2022-07-051-0/+3
| |/
* | PCI: Extend isolated function probing to s390Niklas Schnelle2022-07-221-1/+1
* | PCI: Move jailhouse's isolated function handling to pci_scan_slot()Niklas Schnelle2022-07-221-20/+10
* | PCI: Split out next_ari_fn() from next_fn()Niklas Schnelle2022-07-221-13/+18
* | PCI: Clean up pci_scan_slot()Niklas Schnelle2022-07-221-19/+19
|/