linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support from SM8450 IOMMU
@ 2021-12-01  7:39 Vinod Koul
  2021-12-01  7:39 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vinod Koul @ 2021-12-01  7:39 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Joerg Roedel,
	Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel

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(+)

-- 
2.31.1


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

* [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC
  2021-12-01  7:39 [PATCH 0/2] Add support from SM8450 IOMMU Vinod Koul
@ 2021-12-01  7:39 ` Vinod Koul
  2021-12-13 19:02   ` Rob Herring
  2021-12-01  7:39 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Vinod Koul
  2021-12-14 15:18 ` [PATCH 0/2] Add support from SM8450 IOMMU Will Deacon
  2 siblings, 1 reply; 7+ messages in thread
From: Vinod Koul @ 2021-12-01  7:39 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Joerg Roedel,
	Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel

Add the SoC specific compatible for SM8450 implementing
arm,mmu-500.

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 f66a3effba73..8d15b281b0ac 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -42,6 +42,7 @@ properties:
               - qcom,sm8150-smmu-500
               - qcom,sm8250-smmu-500
               - qcom,sm8350-smmu-500
+              - qcom,sm8450-smmu-500
           - const: arm,mmu-500
       - description: Qcom Adreno GPUs implementing "arm,smmu-v2"
         items:
-- 
2.31.1


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

* [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
  2021-12-01  7:39 [PATCH 0/2] Add support from SM8450 IOMMU Vinod Koul
  2021-12-01  7:39 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC Vinod Koul
@ 2021-12-01  7:39 ` Vinod Koul
  2021-12-01 12:10   ` Dmitry Baryshkov
  2021-12-01 15:00   ` Konrad Dybcio
  2021-12-14 15:18 ` [PATCH 0/2] Add support from SM8450 IOMMU Will Deacon
  2 siblings, 2 replies; 7+ messages in thread
From: Vinod Koul @ 2021-12-01  7:39 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Joerg Roedel,
	Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel

Add SM8450 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for
SM8450 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 ca736b065dd0..4aee83330629 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -415,6 +415,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sm8150-smmu-500" },
 	{ .compatible = "qcom,sm8250-smmu-500" },
 	{ .compatible = "qcom,sm8350-smmu-500" },
+	{ .compatible = "qcom,sm8450-smmu-500" },
 	{ }
 };
 
-- 
2.31.1


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

* Re: [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
  2021-12-01  7:39 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Vinod Koul
@ 2021-12-01 12:10   ` Dmitry Baryshkov
  2021-12-01 15:00   ` Konrad Dybcio
  1 sibling, 0 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2021-12-01 12:10 UTC (permalink / raw)
  To: Vinod Koul, Will Deacon, Robin Murphy
  Cc: linux-arm-msm, Bjorn Andersson, Joerg Roedel, Rob Herring,
	linux-arm-kernel, iommu, devicetree, linux-kernel

On 01/12/2021 10:39, Vinod Koul wrote:
> Add SM8450 qcom iommu implementation to the table of
> qcom_smmu_impl_of_match table which brings in iommu support for
> SM8450 SoC
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>

Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.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 ca736b065dd0..4aee83330629 100644
> --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> @@ -415,6 +415,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
>   	{ .compatible = "qcom,sm8150-smmu-500" },
>   	{ .compatible = "qcom,sm8250-smmu-500" },
>   	{ .compatible = "qcom,sm8350-smmu-500" },
> +	{ .compatible = "qcom,sm8450-smmu-500" },
>   	{ }
>   };
>   
> 


-- 
With best wishes
Dmitry

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

* Re: [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation
  2021-12-01  7:39 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Vinod Koul
  2021-12-01 12:10   ` Dmitry Baryshkov
@ 2021-12-01 15:00   ` Konrad Dybcio
  1 sibling, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2021-12-01 15:00 UTC (permalink / raw)
  To: Vinod Koul, Will Deacon, Robin Murphy
  Cc: linux-arm-msm, Bjorn Andersson, Joerg Roedel, Rob Herring,
	linux-arm-kernel, iommu, devicetree, linux-kernel


On 01.12.2021 08:39, Vinod Koul wrote:
> Add SM8450 qcom iommu implementation to the table of
> qcom_smmu_impl_of_match table which brings in iommu support for
> SM8450 SoC
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---

With deep pain, as we've had to deal with this for a few generations now..

Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>



Konrad


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

* Re: [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC
  2021-12-01  7:39 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC Vinod Koul
@ 2021-12-13 19:02   ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-12-13 19:02 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Rob Herring, Will Deacon, iommu, linux-arm-kernel, Robin Murphy,
	linux-kernel, devicetree, Joerg Roedel, Bjorn Andersson,
	linux-arm-msm

On Wed, 01 Dec 2021 13:09:42 +0530, Vinod Koul wrote:
> Add the SoC specific compatible for SM8450 implementing
> arm,mmu-500.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 0/2] Add support from SM8450 IOMMU
  2021-12-01  7:39 [PATCH 0/2] Add support from SM8450 IOMMU Vinod Koul
  2021-12-01  7:39 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC Vinod Koul
  2021-12-01  7:39 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Vinod Koul
@ 2021-12-14 15:18 ` Will Deacon
  2 siblings, 0 replies; 7+ messages in thread
From: Will Deacon @ 2021-12-14 15:18 UTC (permalink / raw)
  To: Vinod Koul, Robin Murphy
  Cc: catalin.marinas, kernel-team, Will Deacon, Rob Herring,
	Joerg Roedel, Bjorn Andersson, iommu, linux-arm-kernel,
	devicetree, linux-kernel, linux-arm-msm

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,
-- 
Will

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

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

end of thread, other threads:[~2021-12-14 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:39 [PATCH 0/2] Add support from SM8450 IOMMU Vinod Koul
2021-12-01  7:39 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM8450 SoC Vinod Koul
2021-12-13 19:02   ` Rob Herring
2021-12-01  7:39 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Vinod Koul
2021-12-01 12:10   ` Dmitry Baryshkov
2021-12-01 15:00   ` Konrad Dybcio
2021-12-14 15:18 ` [PATCH 0/2] Add support from SM8450 IOMMU Will Deacon

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).