linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support
@ 2022-05-03 16:34 Bjorn Andersson
  2022-05-03 16:34 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-05-03 16:34 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, iommu, devicetree, linux-kernel

This adds the compatible for the Qualcomm SC8280XP platform and associate the
Qualcomm impl in the ARM SMMU driver to it.

Bjorn Andersson (2):
  dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
  iommu/arm-smmu-qcom: Add SC8280XP support

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

-- 
2.35.1


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

* [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
  2022-05-03 16:34 [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
@ 2022-05-03 16:34 ` Bjorn Andersson
  2022-05-04 15:08   ` Krzysztof Kozlowski
  2022-05-03 16:34 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
  2022-05-06 16:07 ` [PATCH 0/2] " Will Deacon
  2 siblings, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2022-05-03 16:34 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, iommu, devicetree, linux-kernel

Add compatible for the Qualcomm SC8280XP platform to the ARM SMMU
DeviceTree binding.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.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 da5381c8ee11..ba38ce054062 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -37,6 +37,7 @@ properties:
               - qcom,sc7180-smmu-500
               - qcom,sc7280-smmu-500
               - qcom,sc8180x-smmu-500
+              - qcom,sc8280xp-smmu-500
               - qcom,sdm845-smmu-500
               - qcom,sdx55-smmu-500
               - qcom,sm6350-smmu-500
-- 
2.35.1


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

* [PATCH 2/2] iommu/arm-smmu-qcom: Add SC8280XP support
  2022-05-03 16:34 [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
  2022-05-03 16:34 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP Bjorn Andersson
@ 2022-05-03 16:34 ` Bjorn Andersson
  2022-05-06 16:07 ` [PATCH 0/2] " Will Deacon
  2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-05-03 16:34 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, iommu, devicetree, linux-kernel

Add the Qualcomm SC8280XP platform to the list of compatible for which
the Qualcomm-impl of the ARM SMMU should apply.

Signed-off-by: Bjorn Andersson <bjorn.andersson@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 ba6298c7140e..7820711c4560 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -408,6 +408,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sc7180-smmu-500" },
 	{ .compatible = "qcom,sc7280-smmu-500" },
 	{ .compatible = "qcom,sc8180x-smmu-500" },
+	{ .compatible = "qcom,sc8280xp-smmu-500" },
 	{ .compatible = "qcom,sdm630-smmu-v2" },
 	{ .compatible = "qcom,sdm845-smmu-500" },
 	{ .compatible = "qcom,sm6125-smmu-500" },
-- 
2.35.1


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

* Re: [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
  2022-05-03 16:34 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP Bjorn Andersson
@ 2022-05-04 15:08   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-04 15:08 UTC (permalink / raw)
  To: Bjorn Andersson, Will Deacon, Robin Murphy, Joerg Roedel,
	Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-kernel, iommu, devicetree, linux-kernel

On 03/05/2022 18:34, Bjorn Andersson wrote:
> Add compatible for the Qualcomm SC8280XP platform to the ARM SMMU
> DeviceTree binding.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support
  2022-05-03 16:34 [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
  2022-05-03 16:34 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP Bjorn Andersson
  2022-05-03 16:34 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
@ 2022-05-06 16:07 ` Will Deacon
  2 siblings, 0 replies; 5+ messages in thread
From: Will Deacon @ 2022-05-06 16:07 UTC (permalink / raw)
  To: Rob Herring, Joerg Roedel, Robin Murphy, Krzysztof Kozlowski,
	Bjorn Andersson
  Cc: catalin.marinas, kernel-team, Will Deacon, linux-kernel, iommu,
	linux-arm-kernel, devicetree

On Tue, 3 May 2022 09:34:27 -0700, Bjorn Andersson wrote:
> This adds the compatible for the Qualcomm SC8280XP platform and associate the
> Qualcomm impl in the ARM SMMU driver to it.
> 
> Bjorn Andersson (2):
>   dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
>   iommu/arm-smmu-qcom: Add SC8280XP support
> 
> [...]

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

[1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP
      https://git.kernel.org/will/c/38db6b41b2f4
[2/2] iommu/arm-smmu-qcom: Add SC8280XP support
      https://git.kernel.org/will/c/d044023e219d

Cheers,
-- 
Will

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

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

end of thread, other threads:[~2022-05-06 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 16:34 [PATCH 0/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
2022-05-03 16:34 ` [PATCH 1/2] dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP Bjorn Andersson
2022-05-04 15:08   ` Krzysztof Kozlowski
2022-05-03 16:34 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add SC8280XP support Bjorn Andersson
2022-05-06 16:07 ` [PATCH 0/2] " 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).