aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-03-10PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-03-10PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas3-2/+9
2025-03-10PCI: Enable Configuration RRS SV earlyBjorn Helgaas1-3/+5
2025-03-08PCI: Fix typosBjorn Helgaas18-70/+75
2025-03-08PCI: dwc: ep: Remove superfluous function dw_pcie_ep_find_ext_capability()Niklas Cassel1-21/+3
2025-03-08PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oopsChristian Bruel1-0/+2
2025-03-08PCI: endpoint: Remove unused devm_pci_epc_destroy()Zijun Hu1-25/+0
2025-03-08PCI: dw-rockchip: Describe Resizable BARs as Resizable BARsNiklas Cassel1-11/+11
2025-03-08PCI: keystone: Specify correct alignment requirementNiklas Cassel1-1/+1
2025-03-08PCI: keystone: Describe Resizable BARs as Resizable BARsNiklas Cassel1-2/+2
2025-03-08PCI: dwc: ep: Allow EPF drivers to configure the size of Resizable BARsNiklas Cassel1-15/+167
2025-03-08PCI: dwc: ep: Move dw_pcie_ep_find_ext_capability()Niklas Cassel1-18/+18
2025-03-08PCI: endpoint: Add pci_epc_bar_size_to_rebar_cap()Niklas Cassel1-0/+27
2025-03-08PCI: endpoint: Allow EPF drivers to configure the size of Resizable BARsNiklas Cassel2-0/+8
2025-03-08PCI: endpoint: pci-epf-test: Handle endianness properlyNiklas Cassel1-53/+73
2025-03-07PCI: Do not claim to release resource falselyIlpo Järvinen1-2/+2
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai2-3/+3
2025-03-06PCI/DOE: Rename Discovery Response Data Object Contents to typeAlistair Francis1-9/+9
2025-03-06PCI/DOE: Rename DOE protocol to featureAlistair Francis1-44/+44
2025-03-06PCI: altera: Add Agilex supportD M, Sharath Kumar1-9/+246
2025-03-06PCI: tegra: Use helper function for_each_child_of_node_scoped()Zhang Zekun1-52/+28
2025-03-06PCI: apple: Use helper function for_each_child_of_node_scoped()Zhang Zekun1-3/+1
2025-03-06PCI: mt7621: Use helper function for_each_available_child_of_node_scoped()Zhang Zekun1-10/+5
2025-03-06PCI: mediatek: Use helper function for_each_available_child_of_node_scoped()Zhang Zekun1-10/+5
2025-03-06PCI: kirin: Tidy up _probe() related function with dev_err_probe()Zhang Zekun1-25/+15
2025-03-06PCI: Add Rockchip Vendor IDShawn Lin2-2/+1
2025-03-06PCI: dwc: Add debugfs property to provide LTSSM status of the PCIe linkHans Zhang2-0/+110
2025-03-06PCI: dwc: Add debugfs based Statistical Counter support for DWCShradha Todi1-0/+248
2025-03-06PCI: dwc: Add debugfs based Error Injection support for DWCShradha Todi1-2/+166
2025-03-06PCI: dwc: Add debugfs based Silicon Debug support for DWCShradha Todi7-0/+230
2025-03-05PCI: mediatek-gen3: Fix inconsistent indentationCharles Han1-13/+22
2025-03-05PCI: kirin: Use helper function for_each_available_child_of_node_scoped()Zhang Zekun1-7/+3
2025-03-04PCI: Avoid reset when disabled via sysfsNishanth Aravamudan1-0/+4
2025-03-04PCI/portdrv: Only disable pciehp interrupts early when neededFeng Tang1-3/+5
2025-03-04PCI: hotplug: Inline pci_hp_{create,remove}_module_link()Lukas Wunner2-45/+11
2025-03-04PCI: hotplug: Avoid backpointer dereferencing in has_*_file()Lukas Wunner1-33/+23
2025-03-04PCI: hotplug: Drop superfluous NULL pointer checks in has_*_file()Lukas Wunner2-13/+6
2025-03-04PCI: hotplug: Drop superfluous try_module_get() callsLukas Wunner1-22/+1
2025-03-04PCI: hotplug: Drop superfluous pci_hotplug_slot_listLukas Wunner1-32/+0
2025-03-04PCI: Log debug messages about reset methodBjorn Helgaas1-1/+6
2025-03-04PCI: brcmstb: Make irq_domain_set_info() parameter cast explicitJim Quinlan1-1/+1
2025-03-04PCI: brcmstb: Make two changes in MDIO register fieldsJim Quinlan1-1/+3
2025-03-04PCI: brcmstb: Use same constant table for config space accessJim Quinlan1-8/+6
2025-03-04PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan1-1/+1
2025-03-04PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan1-1/+2
2025-03-04PCI: brcmstb: Do not assume that register field starts at LSBJim Quinlan1-2/+2
2025-03-04PCI: brcmstb: Use internal register to change link capabilityJim Quinlan1-2/+2
2025-03-04PCI: brcmstb: Set generation limit before PCIe link upJim Quinlan1-3/+4
2025-03-04PCI: brcmstb: Add BCM2712 supportStanimir Varbanov1-2/+67