[v3,0/2] Add smmu support for QDU1000/QRU1000 SoCs

Message ID 20221026190534.4004945-1-quic_molvera@quicinc.com
Headers
Series Add smmu support for QDU1000/QRU1000 SoCs |

Message

Melody Olvera Oct. 26, 2022, 7:05 p.m. UTC
  This patchset adds smmu bindings and driver support for the QDU1000
and QRU1000 SoCs.

The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
1000 are new SoCs meant for enabling Open RAN solutions. See more at
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf

Changes from v2:
- Removed qru compat strings

Melody Olvera (2):
  dt-bindings: arm-smmu: Add compatible bindings for QDU1000 and QRU1000
  drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c            | 1 +
 2 files changed, 2 insertions(+)


base-commit: 60eac8672b5b6061ec07499c0f1b79f6d94311ce
  

Comments

Will Deacon Nov. 14, 2022, 2:20 p.m. UTC | #1
On Wed, 26 Oct 2022 12:05:32 -0700, Melody Olvera wrote:
> This patchset adds smmu bindings and driver support for the QDU1000
> and QRU1000 SoCs.
> 
> The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
> 1000 are new SoCs meant for enabling Open RAN solutions. See more at
> https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf
> 
> [...]

Applied to arm64 (for-joerg/arm-smmu/bindings), thanks!

[1/2] dt-bindings: arm-smmu: Add compatible bindings for QDU1000 and QRU1000
      https://git.kernel.org/arm64/c/6313f4b5a438
[2/2] drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation
      https://git.kernel.org/arm64/c/7b52f53ce191

Cheers,