linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP
@ 2023-10-25 14:06 Sibi Sankar
  2023-10-25 14:06 ` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC Sibi Sankar
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sibi Sankar @ 2023-10-25 14:06 UTC (permalink / raw)
  To: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong, Sibi Sankar

This series documents gpu/scm/smmu for the Qualcomm SC8380XP platform, aka Snapdragon X Elite.

Dependencies: None
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (1):
  dt-bindings: arm-smmu: Add compatible for SC8380XP SoC

Sibi Sankar (2):
  dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
  dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs

 Documentation/devicetree/bindings/dma/qcom,gpi.yaml      | 1 +
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml    | 2 ++
 3 files changed, 4 insertions(+)

-- 
2.17.1


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

* [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC
  2023-10-25 14:06 [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
@ 2023-10-25 14:06 ` Sibi Sankar
  2023-10-27  8:28   ` Krzysztof Kozlowski
  2023-10-25 14:06 ` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP Sibi Sankar
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Sibi Sankar @ 2023-10-25 14:06 UTC (permalink / raw)
  To: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong, Sibi Sankar

From: Rajendra Nayak <quic_rjendra@quicinc.com>

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

Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index aa9e1c0895a5..fc28a1913711 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -42,6 +42,7 @@ properties:
               - qcom,sc7280-smmu-500
               - qcom,sc8180x-smmu-500
               - qcom,sc8280xp-smmu-500
+              - qcom,sc8380xp-smmu-500
               - qcom,sdm670-smmu-500
               - qcom,sdm845-smmu-500
               - qcom,sdx55-smmu-500
@@ -382,6 +383,7 @@ allOf:
               - qcom,sa8775p-smmu-500
               - qcom,sc7280-smmu-500
               - qcom,sc8280xp-smmu-500
+              - qcom,sc8380xp-smmu-500
     then:
       properties:
         clock-names:
-- 
2.17.1


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

* [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
  2023-10-25 14:06 [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
  2023-10-25 14:06 ` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC Sibi Sankar
@ 2023-10-25 14:06 ` Sibi Sankar
  2023-10-27  8:28   ` Krzysztof Kozlowski
  2023-10-25 14:06 ` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs Sibi Sankar
  2023-11-12 15:16 ` [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
  3 siblings, 1 reply; 9+ messages in thread
From: Sibi Sankar @ 2023-10-25 14:06 UTC (permalink / raw)
  To: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong, Sibi Sankar

The Qualcomm SC8380XP uses GPI DMA for its GENI interface. Add a compatible
string for it in the documentation by using the SM6350 as fallback.

Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
---
 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
index 88d0de3d1b46..8d7172245263 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -27,6 +27,7 @@ properties:
               - qcom,qcm2290-gpi-dma
               - qcom,qdu1000-gpi-dma
               - qcom,sc7280-gpi-dma
+              - qcom,sc8380xp-gpi-dma
               - qcom,sm6115-gpi-dma
               - qcom,sm6375-gpi-dma
               - qcom,sm8350-gpi-dma
-- 
2.17.1


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

* [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs
  2023-10-25 14:06 [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
  2023-10-25 14:06 ` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC Sibi Sankar
  2023-10-25 14:06 ` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP Sibi Sankar
@ 2023-10-25 14:06 ` Sibi Sankar
  2023-10-25 16:37   ` Guru Das Srinagesh
  2023-10-27  8:29   ` Krzysztof Kozlowski
  2023-11-12 15:16 ` [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
  3 siblings, 2 replies; 9+ messages in thread
From: Sibi Sankar @ 2023-10-25 14:06 UTC (permalink / raw)
  To: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong, Sibi Sankar

Document scm compatible for SC8380XP SoCs.

Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
---
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index 0613a37a851a..7941e71cb3e8 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -48,6 +48,7 @@ properties:
           - qcom,scm-sc7280
           - qcom,scm-sc8180x
           - qcom,scm-sc8280xp
+          - qcom,scm-sc8380xp
           - qcom,scm-sdm670
           - qcom,scm-sdm845
           - qcom,scm-sdx55
-- 
2.17.1


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

* Re: [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs
  2023-10-25 14:06 ` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs Sibi Sankar
@ 2023-10-25 16:37   ` Guru Das Srinagesh
  2023-10-27  8:29   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 9+ messages in thread
From: Guru Das Srinagesh @ 2023-10-25 16:37 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt, agross, vkoul, quic_gurus, conor+dt,
	quic_rjendra, abel.vesa, linux-arm-msm, devicetree, linux-kernel,
	dmaengine, iommu, quic_tsoni, neil.armstrong

On Oct 25 2023 19:36, Sibi Sankar wrote:
> Document scm compatible for SC8380XP SoCs.
> 
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>

Reviewed-by: Guru Das Srinagesh <quic_gurus@quicinc.com>

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

* Re: [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC
  2023-10-25 14:06 ` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC Sibi Sankar
@ 2023-10-27  8:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-27  8:28 UTC (permalink / raw)
  To: Sibi Sankar, andersson, konrad.dybcio, will, robin.murphy, joro,
	robh+dt, krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong

On 25/10/2023 16:06, Sibi Sankar wrote:
> From: Rajendra Nayak <quic_rjendra@quicinc.com>
> 
> Add the SoC specific compatible for SC8380XP implementing arm,mmu-500.
> 
> Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
> ---

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

Best regards,
Krzysztof


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

* Re: [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
  2023-10-25 14:06 ` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP Sibi Sankar
@ 2023-10-27  8:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-27  8:28 UTC (permalink / raw)
  To: Sibi Sankar, andersson, konrad.dybcio, will, robin.murphy, joro,
	robh+dt, krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong

On 25/10/2023 16:06, Sibi Sankar wrote:
> The Qualcomm SC8380XP uses GPI DMA for its GENI interface. Add a compatible
> string for it in the documentation by using the SM6350 as fallback.
> 
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
> ---
>  Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +


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

Best regards,
Krzysztof


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

* Re: [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs
  2023-10-25 14:06 ` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs Sibi Sankar
  2023-10-25 16:37   ` Guru Das Srinagesh
@ 2023-10-27  8:29   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-27  8:29 UTC (permalink / raw)
  To: Sibi Sankar, andersson, konrad.dybcio, will, robin.murphy, joro,
	robh+dt, krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong

On 25/10/2023 16:06, Sibi Sankar wrote:
> Document scm compatible for SC8380XP SoCs.
> 
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

No interconnects?

Best regards,
Krzysztof


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

* Re: [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP
  2023-10-25 14:06 [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
                   ` (2 preceding siblings ...)
  2023-10-25 14:06 ` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs Sibi Sankar
@ 2023-11-12 15:16 ` Sibi Sankar
  3 siblings, 0 replies; 9+ messages in thread
From: Sibi Sankar @ 2023-11-12 15:16 UTC (permalink / raw)
  To: andersson, konrad.dybcio, will, robin.murphy, joro, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, vkoul, quic_gurus, conor+dt, quic_rjendra, abel.vesa,
	linux-arm-msm, devicetree, linux-kernel, dmaengine, iommu,
	quic_tsoni, neil.armstrong

I'll be re-spinning the series with a part number change please refrain
from picking this up as is. Thanks.

-Sibi

On 10/25/23 19:36, Sibi Sankar wrote:
> This series documents gpu/scm/smmu for the Qualcomm SC8380XP platform, aka Snapdragon X Elite.
> 
> Dependencies: None
> Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat
> 
> Rajendra Nayak (1):
>    dt-bindings: arm-smmu: Add compatible for SC8380XP SoC
> 
> Sibi Sankar (2):
>    dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
>    dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs
> 
>   Documentation/devicetree/bindings/dma/qcom,gpi.yaml      | 1 +
>   Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
>   Documentation/devicetree/bindings/iommu/arm,smmu.yaml    | 2 ++
>   3 files changed, 4 insertions(+)
> 

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

end of thread, other threads:[~2023-11-12 15:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 14:06 [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar
2023-10-25 14:06 ` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC Sibi Sankar
2023-10-27  8:28   ` Krzysztof Kozlowski
2023-10-25 14:06 ` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP Sibi Sankar
2023-10-27  8:28   ` Krzysztof Kozlowski
2023-10-25 14:06 ` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs Sibi Sankar
2023-10-25 16:37   ` Guru Das Srinagesh
2023-10-27  8:29   ` Krzysztof Kozlowski
2023-11-12 15:16 ` [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP Sibi Sankar

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