summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2025-04-10PCI: histb: Fix an error handling path in histb_pcie_probe()Christophe JAILLET1-4/+8
2025-04-10PCI: dwc: ep: Return -ENOMEM for allocation failuresDan Carpenter1-0/+1
2025-04-10PCI: xilinx-cpm: Fix IRQ domain leak in error path of probeThippeswamy Havalige1-4/+6
2025-04-10PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan1-1/+1
2025-04-10PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan1-1/+2
2025-04-10PCI: brcmstb: Use internal register to change link capabilityJim Quinlan1-2/+2
2025-04-10PCI: brcmstb: Set generation limit before PCIe link upJim Quinlan1-3/+4
2025-04-10PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2025-02-21PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoCLorenzo Bianconi1-18/+41
2025-02-17PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()Niklas Cassel1-1/+21
2025-02-17PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()Niklas Cassel1-13/+15
2025-02-08PCI: microchip: Set inbound address translation for coherent or non-coherent ...Daire McNamara3-5/+114
2025-02-08PCI: dwc: Always stop link in the dw_pcie_suspend_noirqRichard Zhu1-0/+1
2025-02-08PCI: qcom: Update ICC and OPP values after Link Up eventKrishna chaitanya chundru1-0/+2
2025-02-08PCI: imx6: Add missing reference clock disable logicRichard Zhu1-12/+12
2025-02-08PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()Richard Zhu1-0/+1
2025-02-08PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-1/+0
2025-02-08PCI: imx6: Configure PHY based on Root Complex or Endpoint modeFrank Li1-1/+3
2025-02-08PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()Dan Carpenter1-0/+1
2025-02-08PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_epDamien Le Moal1-0/+4
2025-02-08PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()King Dix1-1/+1
2024-11-25Merge branch 'pci/typos'Bjorn Helgaas1-2/+2
2024-11-25Merge branch 'pci/controller/vmd'Bjorn Helgaas1-0/+4
2024-11-25Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-3/+4
2024-11-25Merge branch 'pci/controller/rockchip'Bjorn Helgaas4-95/+394
2024-11-25Merge branch 'pci/controller/qcom'Bjorn Helgaas2-5/+20
2024-11-25Merge branch 'pci/controller/microchip'Bjorn Helgaas1-59/+67
2024-11-25Merge branch 'pci/controller/mediatek'Bjorn Helgaas1-2/+73
2024-11-25Merge branch 'pci/controller/keystone'Bjorn Helgaas1-0/+12
2024-11-25Merge branch 'pci/controller/j721e'Bjorn Helgaas1-14/+23
2024-11-25Merge branch 'pci/controller/imx6'Bjorn Helgaas1-11/+46
2024-11-25Merge branch 'pci/controller/dwc'Bjorn Helgaas2-3/+4
2024-11-25Merge branch 'pci/controller/cadence'Bjorn Helgaas1-2/+2
2024-11-25Merge branch 'pci/endpoint'Bjorn Helgaas1-10/+25
2024-11-25Merge branch 'pci/resource'Bjorn Helgaas2-3/+3
2024-11-25Merge branch 'pci/pm'Bjorn Helgaas1-3/+7
2024-11-25Merge branch 'pci/driver-remove'Bjorn Helgaas26-28/+28
2024-11-25PCI: rockchip-ep: Handle PERST# signal in EP modeDamien Le Moal4-14/+141
2024-11-25PCI: rockchip-ep: Improve link trainingDamien Le Moal2-1/+92
2024-11-25PCI: rockship-ep: Implement the pci_epc_ops::stop_link() operationDamien Le Moal2-0/+14
2024-11-25PCI: rockchip-ep: Refactor endpoint link training enableDamien Le Moal2-9/+9
2024-11-25PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hidingDamien Le Moal1-24/+30
2024-11-25PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocationsDamien Le Moal1-46/+61
2024-11-25PCI: rockchip-ep: Rename rockchip_pcie_parse_ep_dt()Damien Le Moal1-3/+3
2024-11-25PCI: rockchip-ep: Fix MSI IRQ data mappingDamien Le Moal1-9/+13
2024-11-25PCI: rockchip-ep: Implement the pci_epc_ops::align_addr() operationDamien Le Moal2-0/+28
2024-11-25PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()Damien Le Moal1-0/+3
2024-11-25PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()Damien Le Moal1-6/+2
2024-11-25PCI: rockchip-ep: Use a macro to define EP controller .align featureDamien Le Moal2-1/+2
2024-11-25PCI: rockchip-ep: Fix address translation unit programmingDamien Le Moal2-3/+17