mbox series

[v6,0/4] SDM670 GPI DMA support

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

Message

Richard Acayan Oct. 18, 2022, 12:57 a.m. UTC
Changes since v5:
 - add back dts patch (4/4)
 - remove blank line (1/4)
 - add review tag from v4 (4/4)

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 (4):
  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
  arm64: dts: qcom: add gpi-dma fallback compatible

 .../devicetree/bindings/dma/qcom,gpi.yaml     | 21 ++++++++++++-------
 arch/arm64/boot/dts/qcom/sm8150.dtsi          |  6 +++---
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |  6 +++---
 drivers/dma/qcom/gpi.c                        |  4 ++++
 4 files changed, 23 insertions(+), 14 deletions(-)