mbox series

[v5,0/3] SDM670 GPI DMA support

Message ID 20221007213640.85469-1-mailingradian@gmail.com
Headers show
Series SDM670 GPI DMA support | expand

Message

Richard Acayan Oct. 7, 2022, 9:36 p.m. UTC
Changes since v4:
 - drop dts patch (to be sent separately)
 - accumulate review tags

Changes since v3:
 - keep other compatible strings in driver and add comment
 - accumulate review tags

Changes since v2:
 - change fallback to sdm845 compat string (and keep compat string in
   driver)
 - fallback now only affects two SoCs + SDM670

Changes since v1:
 - add fallback compatible

This patch series adds the compatible string for GPI DMA, needed for the
GENI interface, on Snapdragon 670.

Richard Acayan (3):
  dt-bindings: dma: qcom: gpi: add fallback compatible
  dt-bindings: dma: qcom: gpi: add compatible for sdm670
  dmaengine: qcom: deprecate redundant of_device_id entries

 .../devicetree/bindings/dma/qcom,gpi.yaml     | 22 ++++++++++++-------
 drivers/dma/qcom/gpi.c                        |  4 ++++
 2 files changed, 18 insertions(+), 8 deletions(-)

Comments

Richard Acayan Oct. 17, 2022, 9:06 p.m. UTC | #1
> Changes since v4:
>  - drop dts patch (to be sent separately)

Hmm, [1] still includes it. Maybe it doesn't make sense to do this, and maybe
I should split the dts patch.

[1] https://lore.kernel.org/linux-arm-msm/20221015140447.55221-1-krzysztof.kozlowski@linaro.org/T/

>  - accumulate review tags
> 
> Changes since v3:
>  - keep other compatible strings in driver and add comment
>  - accumulate review tags
> 
> Changes since v2:
>  - change fallback to sdm845 compat string (and keep compat string in
>    driver)
>  - fallback now only affects two SoCs + SDM670
> 
> Changes since v1:
>  - add fallback compatible
> 
> This patch series adds the compatible string for GPI DMA, needed for the
> GENI interface, on Snapdragon 670.
> 
> Richard Acayan (3):
>   dt-bindings: dma: qcom: gpi: add fallback compatible
>   dt-bindings: dma: qcom: gpi: add compatible for sdm670
>   dmaengine: qcom: deprecate redundant of_device_id entries
> 
>  .../devicetree/bindings/dma/qcom,gpi.yaml     | 22 ++++++++++++-------
>  drivers/dma/qcom/gpi.c                        |  4 ++++
>  2 files changed, 18 insertions(+), 8 deletions(-)
> 
> -- 
> 2.38.0
>