summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
8 daysPCI: brcmstb: Fix disabling L0s capabilityJim Quinlan1-7/+3
8 daysPCI/PM: Reinstate clearing state_saved in legacy and !PM codepathsLukas Wunner1-0/+4
8 daysPCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
8 daysPCI: keystone: Exit ks_pcie_probe() for invalid modeSiddharth Vadapalli1-0/+2
2025-12-07PCI/PM: Skip resuming to D0 if device is disconnectedMario Limonciello1-0/+5
2025-12-07PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang3-6/+6
2025-12-07PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() callSungho Kim1-1/+1
2025-12-07s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle1-1/+1
2025-12-07thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-12-07PCI: Disable MSI on RDC PCI to PCIe bridgesMarcos Del Sol Vives1-0/+1
2025-10-29PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel1-0/+10
2025-10-29PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli1-0/+25
2025-10-29PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" existsSiddharth Vadapalli1-1/+38
2025-10-29PCI/sysfs: Ensure devices are powered for config reads (part 2)Brian Norris1-2/+8
2025-10-19PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki1-6/+11
2025-10-19PCI: endpoint: Remove surplus return statement from pci_epf_test_clean_dma_ch...Wang Jiang1-2/+0
2025-10-19PCI: tegra194: Handle errors in BPMP responseVidya Sagar1-2/+16
2025-10-19PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()Niklas Cassel1-2/+2
2025-10-19PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-10-19PCI: rcar-host: Drop PMSR spinlockMarek Vasut1-11/+2
2025-10-19PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2025-10-19PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner1-6/+6
2025-10-19PCI/AER: Fix missing uevent on recovery when a reset is requestedNiklas Schnelle1-0/+1
2025-10-19PCI/ERR: Fix uevent on failure to recoverLukas Wunner1-1/+7
2025-10-19PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOVNiklas Schnelle1-0/+5
2025-10-19PCI/sysfs: Ensure devices are powered for config readsBrian Norris1-1/+19
2025-10-19PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-10-15PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam1-2/+2
2025-10-15PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocationAlok Tiwari1-1/+1
2025-09-09PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier1-0/+3
2025-08-28PCI: rockchip: Set Target Link Speed to 5.0 GT/s before retrainingGeraldo Nascimento1-0/+4
2025-08-28PCI: rockchip: Use standard PCIe definitionsGeraldo Nascimento2-32/+24
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner3-6/+8
2025-08-28PCI: endpoint: Fix configfs group removal on driver teardownDamien Le Moal2-0/+2
2025-08-28PCI: endpoint: Fix configfs group list head handlingDamien Le Moal1-1/+0
2025-08-15PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-3/+107
2025-08-15PCI: pnv_php: Work around switches with broken presence detectionTimothy Pearson1-0/+27
2025-08-15PCI: pnv_php: Clean up allocated IRQs on unplugTimothy Pearson1-19/+77
2025-08-15PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attributeManivannan Sadhasivam1-1/+1
2025-08-15PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() failsJerome Brunet1-1/+1
2025-08-15PCI: rockchip-host: Fix "Unexpected Completion" log messageHans Zhang1-1/+1
2025-07-06PCI: apple: Set only available ports upJanne Grunau1-1/+1
2025-07-06PCI: apple: Use helper function for_each_child_of_node_scoped()Zhang Zekun1-3/+1
2025-07-06PCI: apple: Fix missing OF node reference in apple_pcie_setup_portHector Martin1-0/+3
2025-06-27PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit()Diederik de Haas1-1/+1
2025-06-27PCI: Fix lock symmetry in pci_slot_unlock()Ilpo Järvinen1-1/+2
2025-06-27PCI: Add ACS quirk for Loongson PCIeHuacai Chen1-0/+23
2025-06-27PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-06-27PCI/DPC: Initialize aer_err_info before using itBjorn Helgaas1-1/+1
2025-06-27PCI: apple: Use gpiod_set_value_cansleep in probe flowHector Martin1-2/+2