Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine
@ 2023-10-25  7:25 Neil Armstrong
  2023-10-25  7:29 ` Luca Weiss
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2023-10-25  7:25 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Vinod Koul,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel,
	Neil Armstrong

Document the GPI DMA Engine on the SM8650 Platform.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
For convenience, a regularly refreshed linux-next based git tree containing
all the SM8650 related work is available at:
https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ
---
 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..0985b039e6d5 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -32,6 +32,7 @@ properties:
               - qcom,sm8350-gpi-dma
               - qcom,sm8450-gpi-dma
               - qcom,sm8550-gpi-dma
+              - qcom,sm8650-gpi-dma
           - const: qcom,sm6350-gpi-dma
       - items:
           - enum:

---
base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc
change-id: 20231016-topic-sm8650-upstream-bindings-gpi-29a256168e2f

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

* Re: [PATCH] dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine
  2023-10-25  7:25 [PATCH] dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine Neil Armstrong
@ 2023-10-25  7:29 ` Luca Weiss
  2023-10-25  7:50   ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Weiss @ 2023-10-25  7:29 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel

On Wed Oct 25, 2023 at 9:25 AM CEST, Neil Armstrong wrote:
> Document the GPI DMA Engine on the SM8650 Platform.

Hi Neil,

The subject of this patch and a few others refer to 8560 instead of
8650. Please fix :)

* dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine
* dt-bindings: usb: qcom,dwc3: document the SM8560 SuperSpeed DWC3 USB controller
* dt-bindings: soc: qcom,aoss-qmp: document the SM8560 Always-On Subsystem side channel

Regards
Luca

>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> For convenience, a regularly refreshed linux-next based git tree containing
> all the SM8650 related work is available at:
> https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ
> ---
>  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..0985b039e6d5 100644
> --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> @@ -32,6 +32,7 @@ properties:
>                - qcom,sm8350-gpi-dma
>                - qcom,sm8450-gpi-dma
>                - qcom,sm8550-gpi-dma
> +              - qcom,sm8650-gpi-dma
>            - const: qcom,sm6350-gpi-dma
>        - items:
>            - enum:
>
> ---
> base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc
> change-id: 20231016-topic-sm8650-upstream-bindings-gpi-29a256168e2f
>
> Best regards,


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

* Re: [PATCH] dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine
  2023-10-25  7:29 ` Luca Weiss
@ 2023-10-25  7:50   ` Neil Armstrong
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2023-10-25  7:50 UTC (permalink / raw)
  To: Luca Weiss, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, dmaengine, devicetree, linux-kernel

Hi,

On 25/10/2023 09:29, Luca Weiss wrote:
> On Wed Oct 25, 2023 at 9:25 AM CEST, Neil Armstrong wrote:
>> Document the GPI DMA Engine on the SM8650 Platform.
> 
> Hi Neil,
> 
> The subject of this patch and a few others refer to 8560 instead of
> 8650. Please fix :)
> 
> * dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine
> * dt-bindings: usb: qcom,dwc3: document the SM8560 SuperSpeed DWC3 USB controller
> * dt-bindings: soc: qcom,aoss-qmp: document the SM8560 Always-On Subsystem side channel

Thanks for noticing :-)

I'll wait some time before sending v2, a burst of patches is enough for a day !

Neil

> 
> Regards
> Luca
> 
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>> For convenience, a regularly refreshed linux-next based git tree containing
>> all the SM8650 related work is available at:
>> https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ
>> ---
>>   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..0985b039e6d5 100644
>> --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
>> +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
>> @@ -32,6 +32,7 @@ properties:
>>                 - qcom,sm8350-gpi-dma
>>                 - qcom,sm8450-gpi-dma
>>                 - qcom,sm8550-gpi-dma
>> +              - qcom,sm8650-gpi-dma
>>             - const: qcom,sm6350-gpi-dma
>>         - items:
>>             - enum:
>>
>> ---
>> base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc
>> change-id: 20231016-topic-sm8650-upstream-bindings-gpi-29a256168e2f
>>
>> Best regards,
> 


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

end of thread, other threads:[~2023-10-25  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25  7:25 [PATCH] dt-bindings: dma: qcom,gpi: document the SM8560 GPI DMA Engine Neil Armstrong
2023-10-25  7:29 ` Luca Weiss
2023-10-25  7:50   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox