mbox series

[0/2] Add SMMUv2 support for SM7150

Message ID 20230913184526.20016-1-danila@jiaxyga.com
Headers show
Series Add SMMUv2 support for SM7150 | expand

Message

Danila Tikhonov Sept. 13, 2023, 6:45 p.m. UTC
This series adds SMMUv2 support for Qualcomm SM7150 SoC.

Danila Tikhonov (2):
  dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2
  iommu/arm-smmu-qcom: Add SM7150 SMMUv2

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

Comments

Konrad Dybcio Sept. 27, 2023, 11:33 a.m. UTC | #1
On 13.09.2023 20:45, Danila Tikhonov wrote:
> SM7150 uses a qcom,smmu-v2-style SMMU just for Adreno and friends.
> Add a compatible for it.
> 
> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
Will Deacon Oct. 12, 2023, 6:06 p.m. UTC | #2
On Wed, 13 Sep 2023 21:45:23 +0300, Danila Tikhonov wrote:
> This series adds SMMUv2 support for Qualcomm SM7150 SoC.
> 
> Danila Tikhonov (2):
>   dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2
>   iommu/arm-smmu-qcom: Add SM7150 SMMUv2
> 
> Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
>  drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c            | 1 +
>  2 files changed, 3 insertions(+)
> 
> [...]

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

[1/2] dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2
      (no commit info)
[2/2] iommu/arm-smmu-qcom: Add SM7150 SMMUv2
      https://git.kernel.org/will/c/70c613602b55

Cheers,