]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/controller/qcom'
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Nov 2024 19:40:59 +0000 (13:40 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Nov 2024 19:40:59 +0000 (13:40 -0600)
commitf54ff407e6238a3a8e167000726942c1f2c2415a
treecf889f1b35f254d9df93a9733525f5aa35a823cf
parent7b5d234e69f708c63eecff78e6befab85149216c
parentfba6045161d686adc102b6ef71b2fd1e5f90a616
Merge branch 'pci/controller/qcom'

- Enable MSI interrupts if 'global' IRQ is supported, since a previous
  commit unintentionally masked them (Manivannan Sadhasivam)

- Move endpoint controller cleanups that depend on refclk from the host to
  the notifier that tells us the host has deasserted PERST# (Manivannan
  Sadhasivam)

- Add DT binding and driver support for IPQ9574, with Synopsys IP v5.80a
  and Qcom IP 1.27.0 (devi priya)

- Move the OPP "operating-points-v2" table from the qcom,pcie-sm8450.yaml
  DT binding to qcom,pcie-common.yaml, where it can be used by other Qcom
  platforms (Qiang Yu)

- Add 'global' SPI interrupt for events like link-up, link-down to
  qcom,pcie-x1e80100 DT binding so we can start enumeration when the link
  comes up (Qiang Yu)

- Disable ASPM L0s for qcom,pcie-x1e80100 since the PHY is not tuned to
  support this (Qiang Yu)

- Add ops_1_21_0 for SC8280X family SoC, which doesn't use the 'iommu-map'
  DT property and doesn't need BDF-to-SID translation (Qiang Yu)

* pci/controller/qcom:
  PCI: qcom: Disable ASPM L0s for X1E80100
  PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoC
  dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt
  dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
  PCI: qcom: Add support for IPQ9574
  dt-bindings: PCI: qcom: Document the IPQ9574 PCIe controller
  PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
  PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ' is supported
drivers/pci/controller/dwc/pcie-qcom-ep.c