[PATCH v2 0/4] arm64: qcom: sa8775p: add support for EP PCIe

From: Mrinmay Sarkar
Date: Wed Oct 11 2023 - 07:19:40 EST


This series adds the relavent DT bindings, new compatible string,
update PHY, add support to EPF driver and add EP PCIe node in dtsi
file for ep pcie0 controller.

v1 -> v2:
- update description for dma
- Reusing qcom,sdx55-pcie-ep compatibe so remove compaitable
for sa8775p
- sort the defines in phy header file and remove extra defines
- add const in return type pci_epf_header and remove MHI_EPF_USE_DMA
flag as hdma patch is not ready
- add fallback compatiable as qcom,sdx55-pcie-ep, add iommu property

Mrinmay Sarkar (4):
dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
phy: qcom-qmp-pcie: add endpoint support for sa8775p
PCI: epf-mhi: Add support for SA8775P
arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

.../devicetree/bindings/pci/qcom,pcie-ep.yaml | 131 +++++++++++++++++----
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 48 ++++++++
drivers/pci/endpoint/functions/pci-epf-mhi.c | 17 +++
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 41 +++++++
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5.h | 2 +
5 files changed, 217 insertions(+), 22 deletions(-)

--
2.7.4