* [PATCH] dt-bindings: dma: qcom,gpi: Document the Kaanapali GPI DMA engine
@ 2025-09-24 23:44 Jingyi Wang
2025-11-05 9:50 ` Aiqun(Maria) Yu
0 siblings, 1 reply; 3+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:44 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel, aiqun.yu,
tingwei.zhang, trilok.soni, yijie.yang, Jyothi Kumar Seerapu,
Jingyi Wang
From: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
Document the GPI DMA engine on the Kaanapali platform.
Signed-off-by: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <jingyi.wang@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 bbe4da2a1105..e7b8f59a5264 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -24,6 +24,7 @@ properties:
- qcom,sm6350-gpi-dma
- items:
- enum:
+ - qcom,kaanapali-gpi-dma
- qcom,milos-gpi-dma
- qcom,qcm2290-gpi-dma
- qcom,qcs8300-gpi-dma
---
base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
change-id: 20250917-knp-bus-e5ede66d8e0e
Best regards,
--
Jingyi Wang <jingyi.wang@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: dma: qcom,gpi: Document the Kaanapali GPI DMA engine
2025-09-24 23:44 [PATCH] dt-bindings: dma: qcom,gpi: Document the Kaanapali GPI DMA engine Jingyi Wang
@ 2025-11-05 9:50 ` Aiqun(Maria) Yu
2025-11-06 3:01 ` Jingyi Wang
0 siblings, 1 reply; 3+ messages in thread
From: Aiqun(Maria) Yu @ 2025-11-05 9:50 UTC (permalink / raw)
To: Jingyi Wang, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel, tingwei.zhang,
trilok.soni, yijie.yang, Jyothi Kumar Seerapu
On 9/25/2025 7:44 AM, Jingyi Wang wrote:
> From: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
>
> Document the GPI DMA engine on the Kaanapali platform.
>
> Signed-off-by: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
> Signed-off-by: Jingyi Wang <jingyi.wang@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 bbe4da2a1105..e7b8f59a5264 100644
> --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> @@ -24,6 +24,7 @@ properties:
> - qcom,sm6350-gpi-dma
> - items:
> - enum:
> + - qcom,kaanapali-gpi-dma
> - qcom,milos-gpi-dma
> - qcom,qcm2290-gpi-dma
> - qcom,qcs8300-gpi-dma
>
> ---
> base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
> change-id: 20250917-knp-bus-e5ede66d8e0e
>
> Best regards,
Suggest to have glymur support[1] as well like other similar bindings
change:
[1]https://lore.kernel.org/all/20250920133305.412974-1-pankaj.patil@oss.qualcomm.com/
--
Thx and BRs,
Aiqun(Maria) Yu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: dma: qcom,gpi: Document the Kaanapali GPI DMA engine
2025-11-05 9:50 ` Aiqun(Maria) Yu
@ 2025-11-06 3:01 ` Jingyi Wang
0 siblings, 0 replies; 3+ messages in thread
From: Jingyi Wang @ 2025-11-06 3:01 UTC (permalink / raw)
To: Aiqun(Maria) Yu, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel, tingwei.zhang,
trilok.soni, yijie.yang, Jyothi Kumar Seerapu
On 11/5/2025 5:50 PM, Aiqun(Maria) Yu wrote:
> On 9/25/2025 7:44 AM, Jingyi Wang wrote:
>> From: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
>>
>> Document the GPI DMA engine on the Kaanapali platform.
>>
>> Signed-off-by: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
>> Signed-off-by: Jingyi Wang <jingyi.wang@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 bbe4da2a1105..e7b8f59a5264 100644
>> --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
>> +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
>> @@ -24,6 +24,7 @@ properties:
>> - qcom,sm6350-gpi-dma
>> - items:
>> - enum:
>> + - qcom,kaanapali-gpi-dma
>> - qcom,milos-gpi-dma
>> - qcom,qcm2290-gpi-dma
>> - qcom,qcs8300-gpi-dma
>>
>> ---
>> base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
>> change-id: 20250917-knp-bus-e5ede66d8e0e
>>
>> Best regards,
>
> Suggest to have glymur support[1] as well like other similar bindings
> change:
> [1]https://lore.kernel.org/all/20250920133305.412974-1-pankaj.patil@oss.qualcomm.com/
>
Well noted.
Thanks,
Jingyi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-06 3:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 23:44 [PATCH] dt-bindings: dma: qcom,gpi: Document the Kaanapali GPI DMA engine Jingyi Wang
2025-11-05 9:50 ` Aiqun(Maria) Yu
2025-11-06 3:01 ` Jingyi Wang
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).