summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-01-02PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner2-2/+9
2024-12-27PCI/AER: Disable AER service on suspendKai-Heng Feng1-0/+18
2024-12-27PCI: Use preserve_config in place of pci_flagsVidya Sagar2-15/+9
2024-12-27PCI: Add ACS quirk for Broadcom BCM5760X NICAjit Khaparde1-0/+4
2024-12-27PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun1-4/+4
2024-12-14PCI: Add ACS quirk for Wangxun FF5xxx NICsMengyuan Lou1-6/+9
2024-12-14PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch3-1/+28
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-7/+23
2024-12-14PCI: vmd: Set devices to D0 before enabling PM L1 SubstatesJian-Hong Pan1-4/+9
2024-12-14PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUsNirmal Patel1-0/+4
2024-12-14PCI: qcom: Add support for IPQ9574devi priya1-0/+1
2024-12-09PCI: rockchip-ep: Fix address translation unit programmingDamien Le Moal2-3/+17
2024-12-09PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta1-1/+1
2024-12-09PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()Zijun Hu1-3/+3
2024-12-09PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-12-09PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-12-09PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner1-1/+3
2024-12-09PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio'Zhongqiu Han1-0/+6
2024-12-09PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS millisecondsSiddharth Vadapalli1-14/+12
2024-12-09PCI: j721e: Add suspend and resume supportThéo Lebrun1-6/+92
2024-12-09PCI: j721e: Use T_PERST_CLK_US macroThomas Richard1-1/+1
2024-12-09PCI: j721e: Add reset GPIO to struct j721e_pcieThéo Lebrun1-0/+2
2024-12-09PCI: cadence: Set cdns_pcie_host_init() globalThomas Richard2-3/+8
2024-12-09PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()Thomas Richard2-13/+32
2024-12-09PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay1-2/+8
2024-12-09PCI: j721e: Add per platform maximum lane settingsMatt Ranostay1-3/+10
2024-12-09PCI: Add T_PVPERL macroYoshihiro Shimoda1-0/+3
2024-12-09PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen1-5/+10
2024-12-09PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsweiyufeng1-2/+2
2024-12-09PCI: Fix reset_method_store() memory leakTodd Kjos1-2/+3
2024-10-17PCI: Mark Creative Labs EMU20k2 INTx masking as brokenAlex Williamson1-0/+2
2024-10-17PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan1-0/+2
2024-10-17PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+4
2024-10-17bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam1-4/+4
2024-10-04PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handlerSean Anderson1-2/+2
2024-10-04PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki3-14/+14
2024-10-04PCI: Correct error reporting with PCIe failed link retrainingMaciej W. Rozycki1-4/+8
2024-10-04PCI: imx6: Fix missing call to phy_power_off() in error handlingFrank Li1-3/+4
2024-10-04PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQSiddharth Vadapalli1-1/+2
2024-10-04PCI: Clear the LBMS bit after a link retrainMaciej W. Rozycki1-1/+9
2024-10-04PCI: Revert to the original speed after PCIe failed link retrainingMaciej W. Rozycki1-1/+10
2024-10-04PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina1-2/+2
2024-10-04PCI: xilinx-nwl: Clean up clock on probe failure/removalSean Anderson1-4/+19
2024-10-04PCI: xilinx-nwl: Fix register misspellingSean Anderson1-6/+6
2024-10-04PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+1
2024-10-04PCI: Wait for Link before restoring Downstream BusesIlpo Järvinen1-2/+6
2024-09-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-09-12pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar1-2/+1
2024-09-12PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-09-08PCI: al: Check IORESOURCE_BUS existence during probeAleksandr Mishin1-3/+13