mbox series

[0/2] Add support from SM8450 IOMMU

Message ID 20211201073943.3969549-1-vkoul@kernel.org (mailing list archive)
Headers show
Series Add support from SM8450 IOMMU | expand

Message

Vinod Koul Dec. 1, 2021, 7:39 a.m. UTC
This adds the binding and support for IOMMU found in SM8450 SoC

Vinod Koul (2):
  dt-bindings: arm-smmu: Add compatible for SM8450 SoC
  iommu: arm-smmu-impl: Add SM8450 qcom 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(+)

Comments

Will Deacon Dec. 14, 2021, 3:18 p.m. UTC | #1
On Wed, 1 Dec 2021 13:09:41 +0530, Vinod Koul wrote:
> This adds the binding and support for IOMMU found in SM8450 SoC
> 
> Vinod Koul (2):
>   dt-bindings: arm-smmu: Add compatible for SM8450 SoC
>   iommu: arm-smmu-impl: Add SM8450 qcom 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(+)
> 
> [...]

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

[1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC
      https://git.kernel.org/will/c/810d8cabaab5
[2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
      https://git.kernel.org/will/c/cd76990c94bb

Cheers,