summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2025-06-27PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit()Diederik de Haas1-1/+1
2025-06-04PCI: dwc: ep: Ensure proper iteration over outbound map windowsFrank Li1-1/+1
2025-05-09PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-3/+2
2024-12-14PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-12-14PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-10-17PCI: imx6: Fix missing call to phy_power_off() in error handlingFrank Li1-3/+4
2024-10-17PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina1-2/+2
2024-10-17PCI: 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-04-03PCI: qcom: Rename qcom_pcie_config_sid_sm8250() to reflect IP versionManivannan Sadhasivam1-72/+71
2024-03-06PCI: layerscape: Add workaround for lost link capabilities during resetXiaowei Bao1-0/+19
2024-03-06PCI: layerscape: Add the endpoint linkup notifier supportFrank Li1-1/+99
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-12-08PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam1-0/+17
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: 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: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen1-5/+4
2023-10-10PCI: qcom: Fix IPQ8074 enumerationSricharan Ramabadhran1-3/+1
2023-09-23PCI: fu740: Set the number of MSI vectorsYong-Xuan Wang1-0/+1
2023-09-23PCI: dwc: Provide deinit callback for i.MXMark Brown1-0/+1
2023-09-13PCI: qcom-ep: Switch MHI bus master clock off during L1SSManivannan Sadhasivam1-1/+1
2023-09-13Revert "PCI: tegra194: Enable support for 256 Byte payload"Vidya Sagar1-10/+0
2023-08-23PCI: tegra194: Fix possible array out of bounds accessSumit Gupta1-2/+11
2023-07-23PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-07-19PCI: qcom: Disable write access to read only registers for IP v2.9.0Manivannan Sadhasivam1-0/+3
2023-07-19PCI: qcom: Use DWC helpers for modifying the read-only DBI registersManivannan Sadhasivam1-5/+3
2023-07-19PCI: qcom: Use lower case for hexManivannan Sadhasivam1-7/+7
2023-07-19PCI: qcom: Sort and group registers and bitfield definitionsManivannan Sadhasivam1-45/+63
2023-07-19PCI: qcom: Remove PCIE20_ prefix from register definitionsManivannan Sadhasivam1-93/+91
2023-05-11PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller1-0/+7
2023-05-11PCI: qcom: Fix the incorrect register usage in v2.7.0 configManivannan Sadhasivam1-5/+3
2023-05-11PCI: kirin: Select REGMAP_MMIOJosh Triplett1-0/+1
2023-04-06PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabledYoshihiro Shimoda1-5/+5
2023-03-10PCI: qcom: Fix host-init error handlingJohan Hovold1-1/+12
2022-12-31PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-12-31PCI: dwc: Fix n_fts[] array overrunVidya Sagar1-1/+1