summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/thunderbolt'Bjorn Helgaas6 days1-7/+23
|\
| * PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich2024-11-061-7/+23
* | Merge branch 'pci/resource'Bjorn Helgaas6 days8-48/+40
|\ \
| * | PCI: Improve pdev_sort_resources() warning messageIlpo Järvinen2024-10-191-2/+3
| * | PCI: Add ALIGN_DOWN_IF_NONZERO() helperIlpo Järvinen2024-10-111-6/+7
| * | PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()Ilpo Järvinen2024-10-111-1/+2
| * | PCI: Use resource_set_{range,size}() helpersIlpo Järvinen2024-10-118-45/+34
| |/
* | Merge branch 'pci/reset'Bjorn Helgaas6 days3-1/+32
|\ \
| * | PCI: Warn if a running device is unaware of resetKeith Busch2024-11-131-0/+4
| * | PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch2024-11-133-1/+28
| |/
* | Merge branch 'pci/pwrctl'Bjorn Helgaas6 days12-199/+272
|\ \
| * | PCI/pwrctrl: Rename pwrctrl functions and structuresBjorn Helgaas10 days4-68/+70
| * | PCI/pwrctrl: Rename pwrctl files to pwrctrlBjorn Helgaas10 days7-10/+10
| * | PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrct...Manivannan Sadhasivam10 days1-9/+8
| * | PCI/pwrctl: Ensure that pwrctl drivers are probed before PCI client driversManivannan Sadhasivam10 days2-29/+56
| * | PCI/pwrctl: Create pwrctl device only if at least one power supply is presentManivannan Sadhasivam10 days3-0/+43
| * | PCI/pwrctl: Use of_platform_device_create() to create pwrctl devicesManivannan Sadhasivam10 days1-5/+7
| |/
* | Merge branch 'pci/pm'Bjorn Helgaas6 days2-3/+18
|\ \
| * | PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru2024-11-131-0/+11
| * | PCI: starfive: Enable controller runtime PM before probing host bridgeMayank Rana2024-11-131-3/+7
| |/
* | Merge branch 'pci/of'Bjorn Helgaas6 days1-1/+1
|\ \
| * | PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta2024-11-151-1/+1
| |/
* | Merge branch 'pci/locking'Bjorn Helgaas6 days3-46/+44
|\ \
| * | PCI: Unexport pci_walk_bus_locked()Keith Busch2024-11-112-1/+3
| * | PCI: Convert __pci_walk_bus() to be recursiveKeith Busch2024-11-111-25/+11
| * | PCI: Move __pci_walk_bus() mutex to where we need itKeith Busch2024-11-111-7/+5
| * | PCI: Make pci_destroy_dev() concurrent safeKeith Busch2024-11-112-1/+7
| * | PCI: Make pci_stop_dev() concurrent safeKeith Busch2024-11-113-13/+19
| |/
* | Merge branch 'pci/hotplug-octeon'Bjorn Helgaas6 days3-0/+438
|\ \
| * | PCI: hotplug: Add OCTEON PCI hotplug controller driverShijith Thotton2024-11-143-0/+438
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas6 days4-31/+22
|\ \
| * | PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner2024-10-301-1/+3
| * | PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()Ilpo Järvinen2024-10-221-19/+15
| * | PCI: cpqphp: Use define to read class/revision dwordIlpo Järvinen2024-10-221-2/+2
| * | PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presenceIlpo Järvinen2024-10-221-16/+6
| * | PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen2024-10-221-5/+10
| * | PCI: cpqphp: Remove unused struct ctrl_dbg.ctrlChristophe JAILLET2024-10-191-1/+0
| * | PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.hardware_testGuilherme Giacomo Simoes2024-10-191-1/+0
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas6 days2-13/+23
|\ \
| * | PCI: Simplify pci_read_bridge_bases() logicIlpo Järvinen2024-10-181-8/+9
| * | PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen2024-10-181-0/+12
| * | PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen2024-10-182-6/+3
| |/
* | Merge branch 'pci/driver-remove'Bjorn Helgaas6 days27-29/+29
|\ \
| * | PCI: acpiphp_ampere_altra: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-031-1/+1
| * | PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-0326-28/+28
| |/
* | Merge branch 'pci/devm'Bjorn Helgaas6 days1-59/+8
|\ \
| * | PCI: Deprecate pcim_iounmap_regions()Philipp Stanner2024-11-071-1/+4
| * | PCI: Make pcim_iounmap_region() a public functionPhilipp Stanner2024-10-301-1/+2
| * | PCI: Remove pcim_iomap_regions_request_all()Philipp Stanner2024-10-301-56/+0
| * | PCI: Make pcim_request_all_regions() a public functionPhilipp Stanner2024-10-301-1/+2
| |/