summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2025-04-10PCI: histb: Fix an error handling path in histb_pcie_probe()Christophe JAILLET1-4/+8
2025-02-08PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-1/+0
2025-02-08PCI: imx6: Simplify clock handling by using clk_bulk*() functionFrank Li1-88/+50
2024-12-14PCI: qcom: Add support for IPQ9574devi priya1-0/+1
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-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: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina1-2/+2
2024-10-04PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+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
2024-08-03PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel1-1/+1
2024-08-03PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slotFrank Li1-3/+10
2024-08-03PCI: qcom-ep: Disable resources unconditionally during PERST# assertManivannan Sadhasivam1-6/+0
2024-08-03PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_se...Aleksandr Mishin1-5/+15
2024-08-03PCI: keystone: Don't enable BAR 0 for AM654xSiddharth Vadapalli1-34/+18
2024-08-03PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()Siddharth Vadapalli1-42/+42
2024-06-12PCI: tegra194: Fix probe path for Endpoint modeVidya Sagar1-0/+3
2024-04-03PCI: dwc: endpoint: Fix advertised resizable BAR sizeNiklas Cassel1-1/+6
2024-04-03PCI: qcom: Enable BDF to SID translation properlyManivannan Sadhasivam1-0/+10
2024-03-01PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()Dan Carpenter1-1/+2
2024-01-26PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2024-01-26PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel1-0/+1
2023-11-28PCI: exynos: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: kirin: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam1-0/+17
2023-11-28PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda1-1/+8
2023-11-28PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda1-45/+41
2023-11-28PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen1-5/+4
2023-09-29PCI: qcom: Fix IPQ8074 enumerationSricharan Ramabadhran1-3/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-44/+361
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas14-14/+13
2023-08-29Merge branch 'pci/controller/resources'Bjorn Helgaas1-2/+1
2023-08-29Merge branch 'pci/controller/remove-void-cast'Bjorn Helgaas2-6/+16
2023-08-29Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-10/+0
2023-08-29Merge branch 'pci/controller/qcom-ep'Bjorn Helgaas1-1/+73
2023-08-29Merge branch 'pci/controller/qcom-edma'Bjorn Helgaas1-1/+4
2023-08-29Merge branch 'pci/controller/qcom'Bjorn Helgaas2-1/+2
2023-08-29Merge branch 'pci/controller/layerscape'Bjorn Helgaas1-0/+20
2023-08-29Merge branch 'pci/controller/fu740'Bjorn Helgaas1-0/+1
2023-08-29PCI: qcom-ep: Add ICC bandwidth voting supportKrishna chaitanya chundru1-0/+72
2023-08-29PCI: qcom-ep: Treat unknown IRQ events as an errorManivannan Sadhasivam1-1/+1
2023-08-26PCI: qcom-ep: Add eDMA supportManivannan Sadhasivam1-1/+3
2023-08-25PCI: qcom: Add support for sa8775p SoCMrinmay Sarkar1-0/+1
2023-08-25PCI: qcom-ep: Pass alignment restriction to the EPF coreManivannan Sadhasivam1-0/+1
2023-08-24PCI: layerscape: Add power management support for ls1028aHou Zhiqiang1-9/+131
2023-08-24PCI: dwc: Implement generic suspend/resume functionalityFrank Li2-0/+99