* [PATCH 0/2] Add SA8775P GPI DMA compatible
@ 2024-11-08 21:41 Konrad Dybcio
2024-11-08 21:41 ` [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible Konrad Dybcio
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Konrad Dybcio @ 2024-11-08 21:41 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Konrad Dybcio, Viken Dadhaniya
Cc: Marijn Suijten, linux-arm-msm, dmaengine, devicetree,
linux-kernel, Konrad Dybcio
Fill in the missing parts of the initial submission
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (2):
dt-bindings: dma: qcom,gpi: Add SA8775P compatible
arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
---
base-commit: 74741a050b79d31d8d2eeee12c77736596d0a6b2
change-id: 20241108-topic-sa8775_dma2-2802bfff8cac
prerequisite-message-id: 20241107-topic-sa8775_dma-v1-1-eb633e07b007@oss.qualcomm.com
prerequisite-patch-id: f4eea36e64f43f421b6f1bae15d802f7dd514768
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible
2024-11-08 21:41 [PATCH 0/2] Add SA8775P GPI DMA compatible Konrad Dybcio
@ 2024-11-08 21:41 ` Konrad Dybcio
2024-11-09 10:41 ` Krzysztof Kozlowski
2024-11-08 21:41 ` [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA Konrad Dybcio
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Konrad Dybcio @ 2024-11-08 21:41 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Konrad Dybcio, Viken Dadhaniya
Cc: Marijn Suijten, linux-arm-msm, dmaengine, devicetree,
linux-kernel, Konrad Dybcio
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Add a compatible for the GPI DMA controller on SA8775P.
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.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 4ad56a409b9cace94a3a4c4ec94d3ad16232f5a1..b5b815519c6c1b248110a55139571a12cfd94f5d 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -26,6 +26,7 @@ properties:
- enum:
- qcom,qcm2290-gpi-dma
- qcom,qdu1000-gpi-dma
+ - qcom,sa8775p-gpi-dma
- qcom,sar2130p-gpi-dma
- qcom,sc7280-gpi-dma
- qcom,sdx75-gpi-dma
--
2.47.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
2024-11-08 21:41 [PATCH 0/2] Add SA8775P GPI DMA compatible Konrad Dybcio
2024-11-08 21:41 ` [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible Konrad Dybcio
@ 2024-11-08 21:41 ` Konrad Dybcio
2024-11-09 0:01 ` Dmitry Baryshkov
2024-12-02 17:31 ` (subset) [PATCH 0/2] Add SA8775P GPI DMA compatible Vinod Koul
2024-12-26 18:26 ` Bjorn Andersson
3 siblings, 1 reply; 7+ messages in thread
From: Konrad Dybcio @ 2024-11-08 21:41 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Konrad Dybcio, Viken Dadhaniya
Cc: Marijn Suijten, linux-arm-msm, dmaengine, devicetree,
linux-kernel, Konrad Dybcio
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
The commit adding these nodes did not use a SoC-specific node, fix that
to comply with bindings guidelines.
Fixes: 34d17ccb5db8 ("arm64: dts: qcom: sa8775p: Add GPI configuration")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
index ebfa049515c63a0f1a333315dd370e6f78501129..f99edbdd8314af20283e206e1228052a060f7d34 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi
+++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
@@ -855,7 +855,7 @@ ipcc: mailbox@408000 {
};
gpi_dma2: dma-controller@800000 {
- compatible = "qcom,sm6350-gpi-dma";
+ compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
reg = <0x0 0x00800000 0x0 0x60000>;
#dma-cells = <3>;
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
@@ -1346,7 +1346,7 @@ &clk_virt SLAVE_QUP_CORE_2 QCOM_ICC_TAG_ALWAYS>,
};
gpi_dma0: dma-controller@900000 {
- compatible = "qcom,sm6350-gpi-dma";
+ compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
reg = <0x0 0x00900000 0x0 0x60000>;
#dma-cells = <3>;
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
@@ -1771,7 +1771,7 @@ &clk_virt SLAVE_QUP_CORE_0 QCOM_ICC_TAG_ALWAYS>,
};
gpi_dma1: dma-controller@a00000 {
- compatible = "qcom,sm6350-gpi-dma";
+ compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
reg = <0x0 0x00a00000 0x0 0x60000>;
#dma-cells = <3>;
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
@@ -2226,7 +2226,7 @@ &config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
};
gpi_dma3: dma-controller@b00000 {
- compatible = "qcom,sm6350-gpi-dma";
+ compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
reg = <0x0 0x00b00000 0x0 0x58000>;
#dma-cells = <3>;
interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>,
--
2.47.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
2024-11-08 21:41 ` [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA Konrad Dybcio
@ 2024-11-09 0:01 ` Dmitry Baryshkov
0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2024-11-09 0:01 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Viken Dadhaniya, Marijn Suijten, linux-arm-msm,
dmaengine, devicetree, linux-kernel, Konrad Dybcio
On Fri, Nov 08, 2024 at 10:41:18PM +0100, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> The commit adding these nodes did not use a SoC-specific node, fix that
> to comply with bindings guidelines.
>
> Fixes: 34d17ccb5db8 ("arm64: dts: qcom: sa8775p: Add GPI configuration")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/sa8775p.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible
2024-11-08 21:41 ` [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible Konrad Dybcio
@ 2024-11-09 10:41 ` Krzysztof Kozlowski
0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2024-11-09 10:41 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Viken Dadhaniya, Marijn Suijten, linux-arm-msm,
dmaengine, devicetree, linux-kernel, Konrad Dybcio
On Fri, Nov 08, 2024 at 10:41:17PM +0100, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> Add a compatible for the GPI DMA controller on SA8775P.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH 0/2] Add SA8775P GPI DMA compatible
2024-11-08 21:41 [PATCH 0/2] Add SA8775P GPI DMA compatible Konrad Dybcio
2024-11-08 21:41 ` [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible Konrad Dybcio
2024-11-08 21:41 ` [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA Konrad Dybcio
@ 2024-12-02 17:31 ` Vinod Koul
2024-12-26 18:26 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Vinod Koul @ 2024-12-02 17:31 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Viken Dadhaniya, Konrad Dybcio
Cc: Marijn Suijten, linux-arm-msm, dmaengine, devicetree,
linux-kernel, Konrad Dybcio
On Fri, 08 Nov 2024 22:41:16 +0100, Konrad Dybcio wrote:
> Fill in the missing parts of the initial submission
>
>
Applied, thanks!
[1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible
commit: bf9b0834552e615b1dbd3015c2f0ed2a3bdf62a4
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH 0/2] Add SA8775P GPI DMA compatible
2024-11-08 21:41 [PATCH 0/2] Add SA8775P GPI DMA compatible Konrad Dybcio
` (2 preceding siblings ...)
2024-12-02 17:31 ` (subset) [PATCH 0/2] Add SA8775P GPI DMA compatible Vinod Koul
@ 2024-12-26 18:26 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2024-12-26 18:26 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Viken Dadhaniya, Konrad Dybcio
Cc: Marijn Suijten, linux-arm-msm, dmaengine, devicetree,
linux-kernel, Konrad Dybcio
On Fri, 08 Nov 2024 22:41:16 +0100, Konrad Dybcio wrote:
> Fill in the missing parts of the initial submission
>
>
Applied, thanks!
[2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
commit: a8d18df5a5a114f948a3526537de2de276c9fa7d
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-26 18:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 21:41 [PATCH 0/2] Add SA8775P GPI DMA compatible Konrad Dybcio
2024-11-08 21:41 ` [PATCH 1/2] dt-bindings: dma: qcom,gpi: Add SA8775P compatible Konrad Dybcio
2024-11-09 10:41 ` Krzysztof Kozlowski
2024-11-08 21:41 ` [PATCH 2/2] arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA Konrad Dybcio
2024-11-09 0:01 ` Dmitry Baryshkov
2024-12-02 17:31 ` (subset) [PATCH 0/2] Add SA8775P GPI DMA compatible Vinod Koul
2024-12-26 18:26 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox