aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2025-03-21PCI: vmd: Disable MSI remapping bypass under XenRoger Pau Monne1-0/+20
2025-03-18PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t typeRyo Takakura1-6/+6
2025-03-17PCI: dwc: Consolidate devicetree handling in dw_pcie_host_get_resources()Bjorn Helgaas1-12/+25
2025-03-17PCI: dwc: Call devm_pci_alloc_host_bridge() early in dw_pcie_host_init()Frank Li1-6/+6
2025-03-17PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configurationFrank Li4-30/+31
2025-03-17PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()Frank Li1-1/+1
2025-03-16PCI: histb: Fix an error handling path in histb_pcie_probe()Christophe JAILLET1-4/+8
2025-03-15PCI: imx6: Use devm_clk_bulk_get_all() to fetch clocksRichard Zhu1-61/+14
2025-03-15PCI: imx6: Identify controller via 'linux,pci-domain', not addressRichard Zhu1-9/+6
2025-03-14PCI: dw-rockchip: Hide broken ATS capability for RK3588 running in EP modeNiklas Cassel1-0/+29
2025-03-14PCI: dwc: ep: Add dw_pcie_ep_hide_ext_capability()Niklas Cassel2-0/+46
2025-03-14PCI: dwc: ep: Return -ENOMEM for allocation failuresDan Carpenter1-0/+1
2025-03-13PCI: hv: Switch MSI descriptor locking to guard()Thomas Gleixner1-10/+4
2025-03-11PCI: xilinx-cpm: Add support for Versal Net CPM5NC Root Port controllerThippeswamy Havalige1-11/+29
2025-03-11PCI: xilinx-cpm: Fix IRQ domain leak in error path of probeThippeswamy Havalige1-4/+6
2025-03-08PCI: Fix typosBjorn Helgaas9-26/+28
2025-03-08PCI: dwc: ep: Remove superfluous function dw_pcie_ep_find_ext_capability()Niklas Cassel1-21/+3
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-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: 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
2025-03-04PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2025-03-03PCI: dwc: Add helper to find the Vendor Specific Extended Capability (VSEC)Shradha Todi1-0/+40
2025-03-03PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoCLorenzo Bianconi1-1/+27
2025-02-28PCI: brcmstb: Expand inbound window size up to 64GBStanimir Varbanov1-2/+2
2025-02-28PCI: brcmstb: Reuse pcie_cfg_data structureStanimir Varbanov1-40/+32
2025-02-28PCI: brcmstb: Add a softdep to MIP MSI-X driverStanimir Varbanov1-0/+1