[PATCH v3 0/2] Add firmware-managed PCIe Endpoint support for SA8255P
From: Mrinmay Sarkar <hidden>
Date: 2025-12-17 10:12:55
Also in:
linux-arm-msm, linux-pci, lkml
This patch series introduces support for Qualcomm SA8255P platform where PCIe Endpoint resources are managed by firmware instead of Linux driver. So the Linux driver should avoid redundant resource management and relies on runtime PM calls to inform firmware for resource management. And documents the new compatible string "qcom,pcie-ep-sa8255p" for SA8255P platforms in the device tree bindings. Tested on Qualcomm SA8255P platform. Signed-off-by: Mrinmay Sarkar <redacted> --- Changes in v3: - Updated compatible string in dt binding example node. - Link to v2: https://lore.kernel.org/r/20251216-firmware_managed_ep-v2-0-7a731327307f@oss.qualcomm.com (local) Changes in v2: - Updated dt binding as suggested by Krzysztof. - Updated compatible string to match file name and compatible. - Updated driver as suggested by bjorn. - Link to v1: https://lore.kernel.org/r/20251203-firmware_managed_ep-v1-0-295977600fa5@oss.qualcomm.com (local) --- Mrinmay Sarkar (2): dt-bindings: PCI: qcom,pcie-ep-sa8255p: Document firmware managed PCIe endpoint PCI: qcom-ep: Add support for firmware-managed PCIe Endpoint .../bindings/pci/qcom,pcie-ep-sa8255p.yaml | 110 +++++++++++++++++++++ drivers/pci/controller/dwc/pcie-qcom-ep.c | 82 +++++++++++---- 2 files changed, 172 insertions(+), 20 deletions(-) --- base-commit: 563c8dd425b59e44470e28519107b1efc99f4c7b change-id: 20251216-firmware_managed_ep-ff5d51846558 Best regards, -- Mrinmay Sarkar [off-list ref]