linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
@ 2021-01-15  9:03 Vinod Koul
  2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vinod Koul @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Will Deacon
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Robin Murphy,
	Joerg Roedel, Rob Herring, linux-arm-kernel, iommu, devicetree,
	linux-kernel

Add compatible string for sm8350 iommu to documentation.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 3b63f2ae24db..161a5d389808 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -37,6 +37,7 @@ properties:
               - qcom,sdm845-smmu-500
               - qcom,sm8150-smmu-500
               - qcom,sm8250-smmu-500
+              - qcom,sm8350-smmu-500
           - const: arm,mmu-500
       - description: Qcom Adreno GPUs implementing "arm,smmu-v2"
         items:
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
  2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
@ 2021-01-15  9:03 ` Vinod Koul
  2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Will Deacon
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Will Deacon
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Robin Murphy,
	Joerg Roedel, Rob Herring, linux-arm-kernel, iommu, devicetree,
	linux-kernel

Add SM8350 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for SM8350
SoC

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 5dff7ffbef11..8044a9bfca66 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -327,6 +327,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sdm845-smmu-500" },
 	{ .compatible = "qcom,sm8150-smmu-500" },
 	{ .compatible = "qcom,sm8250-smmu-500" },
+	{ .compatible = "qcom,sm8350-smmu-500" },
 	{ }
 };
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
  2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
  2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
@ 2021-01-22 13:49 ` Will Deacon
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2021-01-22 13:49 UTC (permalink / raw)
  To: Vinod Koul
  Cc: catalin.marinas, kernel-team, Will Deacon, linux-kernel,
	linux-arm-msm, Bjorn Andersson, Rob Herring, linux-arm-kernel,
	iommu, Joerg Roedel, devicetree, Robin Murphy

On Fri, 15 Jan 2021 14:33:21 +0530, Vinod Koul wrote:
> Add compatible string for sm8350 iommu to documentation.

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

[1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
      https://git.kernel.org/will/c/70b5b6a6daea
[2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
      https://git.kernel.org/will/c/d8498b1e4ecc

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
  2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
  2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
  2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Will Deacon
@ 2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-03-01 19:59 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Fri, 15 Jan 2021 14:33:21 +0530 you wrote:
> Add compatible string for sm8350 iommu to documentation.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
    https://git.kernel.org/qcom/c/70b5b6a6daea
  - [2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
    https://git.kernel.org/qcom/c/d8498b1e4ecc

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-01 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Will Deacon
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).