[0/2] Add SMMUv2 support for SM7150

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

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

Will Deacon Oct. 12, 2023, 6:06 p.m. UTC | #1
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,