[v2,0/5] dma/arm64: qcom: use one compatible also for 0x10000 offset

Message ID 20221018230352.1238479-1-krzysztof.kozlowski@linaro.org
Headers
Series dma/arm64: qcom: use one compatible also for 0x10000 offset |

Message

Krzysztof Kozlowski Oct. 18, 2022, 11:03 p.m. UTC
  Hi,

Changes since v1
================
1. Rebase on v6 of Richard's patch.
2. Add tags.

Dependencies
============
1. DT bindings and DMA driver change depends contextually on:
   https://lore.kernel.org/all/20221018005740.23952-1-mailingradian@gmail.com/

2. DTS patches are independent, although they will spark some dtbs_check
   warnings (due to change in bindings).

Best regards,
Krzysztof

Krzysztof Kozlowski (5):
  dt-bindings: dma: qcom: gpi: Use sm6350 fallback
  dmaengine: qcom: gpi: Document preferred SM6350 binding
  arm64: dts: qcom: sc7280: Add GPI DMA compatible fallback
  arm64: dts: qcom: sm8350: Add GPI DMA compatible fallback
  arm64: dts: qcom: sm8450: Add GPI DMA compatible fallback

 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 9 ++++++---
 arch/arm64/boot/dts/qcom/sc7280.dtsi                | 4 ++--
 arch/arm64/boot/dts/qcom/sm8350.dtsi                | 6 +++---
 arch/arm64/boot/dts/qcom/sm8450.dtsi                | 6 +++---
 drivers/dma/qcom/gpi.c                              | 7 ++++---
 5 files changed, 18 insertions(+), 14 deletions(-)
  

Comments

Vinod Koul Oct. 19, 2022, 12:49 p.m. UTC | #1
On 18-10-22, 19:03, Krzysztof Kozlowski wrote:
> Hi,
> 
> Dependencies
> ============
> 1. DT bindings and DMA driver change depends contextually on:
>    https://lore.kernel.org/all/20221018005740.23952-1-mailingradian@gmail.com/
> 
> 2. DTS patches are independent, although they will spark some dtbs_check
>    warnings (due to change in bindings).

Applied 1-2, thanks
  
Bjorn Andersson Nov. 7, 2022, 3:12 a.m. UTC | #2
On Tue, 18 Oct 2022 19:03:47 -0400, Krzysztof Kozlowski wrote:
> Changes since v1
> ================
> 1. Rebase on v6 of Richard's patch.
> 2. Add tags.
> 
> Dependencies
> ============
> 1. DT bindings and DMA driver change depends contextually on:
>    https://lore.kernel.org/all/20221018005740.23952-1-mailingradian@gmail.com/
> 
> [...]

Applied, thanks!

[3/5] arm64: dts: qcom: sc7280: Add GPI DMA compatible fallback
      commit: e9f2053b7866ac09f2acebbe65056204ef3fe67d
[4/5] arm64: dts: qcom: sm8350: Add GPI DMA compatible fallback
      commit: b561e225dee5412609fd98340ca71ba0ab2e4b36
[5/5] arm64: dts: qcom: sm8450: Add GPI DMA compatible fallback
      commit: 19e67894500a8a038cb103e7267da5e64bcc853c

Best regards,