mbox series

[v3,0/6] Clean up Adreno SMMU bindings

Message ID 20230313-topic-gpu_smmu_bindings-v3-0-66ab655fbfd5@linaro.org
Headers show
Series Clean up Adreno SMMU bindings | expand

Message

Konrad Dybcio March 13, 2023, 4:44 p.m. UTC
v2 -> v3:
- Pick up acks
- Fix the "arm,smmu-500" typo in bindings (Rob)
- use b4

v2: https://lore.kernel.org/lkml/3aa78b15-8e6c-9657-0d08-0d0452d51fbe@linaro.org/T/#md7074966fdcbbd884baf62153f726bec54b2e819

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (6):
      dt-bindings: arm-smmu: Use qcom,smmu compatible for MMU500 adreno SMMUs
      dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
      arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU
      arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU
      arm64: dts: qcom: sm8250: Add qcom,smmu-500 to Adreno SMMU
      arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 15 +++++++++++++--
 arch/arm64/boot/dts/qcom/sc7280.dtsi                  |  3 ++-
 arch/arm64/boot/dts/qcom/sm8150.dtsi                  |  3 ++-
 arch/arm64/boot/dts/qcom/sm8250.dtsi                  |  3 ++-
 arch/arm64/boot/dts/qcom/sm8350.dtsi                  |  3 ++-
 5 files changed, 21 insertions(+), 6 deletions(-)
---
base-commit: 24469a0e5052ba01a35a15f104717a82b7a4798b
change-id: 20230313-topic-gpu_smmu_bindings-60af88a662ca

Best regards,

Comments

Will Deacon March 27, 2023, 12:52 p.m. UTC | #1
On Mon, 13 Mar 2023 17:44:15 +0100, Konrad Dybcio wrote:
> v2 -> v3:
> - Pick up acks
> - Fix the "arm,smmu-500" typo in bindings (Rob)
> - use b4
> 
> v2: https://lore.kernel.org/lkml/3aa78b15-8e6c-9657-0d08-0d0452d51fbe@linaro.org/T/#md7074966fdcbbd884baf62153f726bec54b2e819
> 
> [...]

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

[1/6] dt-bindings: arm-smmu: Use qcom,smmu compatible for MMU500 adreno SMMUs
      https://git.kernel.org/will/c/5c3686616b18
[2/6] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
      https://git.kernel.org/will/c/16d1646871fb

Cheers,