mbox series

[v4,0/4] SDM670 GPI DMA support

Message ID 20221001211934.62511-1-mailingradian@gmail.com (mailing list archive)
Headers show
Series SDM670 GPI DMA support | expand

Message

Richard Acayan Oct. 1, 2022, 9:19 p.m. UTC
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
  arm64: dts: qcom: add gpi-dma fallback compatible
  dmaengine: qcom: deprecate redundant of_device_id entries

 .../devicetree/bindings/dma/qcom,gpi.yaml     | 22 ++++++++++++-------
 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, 24 insertions(+), 14 deletions(-)

Comments

Bjorn Andersson Oct. 18, 2022, 3:05 a.m. UTC | #1
On Sat, 1 Oct 2022 17:19:30 -0400, Richard Acayan wrote:
> 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
> 
> [...]

Applied, thanks!

[3/4] arm64: dts: qcom: add gpi-dma fallback compatible
      commit: e7e24786cf904e22e0472ac9a5ad35bcbd3fb7a3

Best regards,