mbox series

[0/3] PCI: qcom: Add sc8180x support

Message ID 20210725040038.3966348-1-bjorn.andersson@linaro.org (mailing list archive)
Headers show
Series PCI: qcom: Add sc8180x support | expand

Message

Bjorn Andersson July 25, 2021, 4 a.m. UTC
The SC8180x (8cx) platform is used primarily in Windows laptops, the platform
comes with 4 PCIe controllers so far seen being used for NVME storage and SDX55
5G modem. With the PHY already landed in the QMP driver, this adds the
controller support.

Bjorn Andersson (3):
  PCI: qcom: Introduce enable/disable resource ops
  PCI: qcom: Split init and enable for 1.9.0 and 2.7.0
  PCI: qcom: Add sc8180x compatible

 .../devicetree/bindings/pci/qcom,pcie.txt     |  5 +-
 drivers/pci/controller/dwc/pcie-qcom.c        | 74 +++++++++++++++----
 2 files changed, 62 insertions(+), 17 deletions(-)