mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Determine number of DMA channels by 'dma-channels' property
@ 2022-01-05  4:38 Zong Li
  2022-01-05  5:43 ` Zong Li
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zong Li @ 2022-01-05  4:38 UTC (permalink / raw)
  To: robh+dt, paul.walmsley, palmer, aou, krzysztof.kozlowski,
	conor.dooley, geert, bin.meng, green.wan, vkoul, dmaengine,
	devicetree, linux-kernel, linux-riscv
  Cc: Zong Li

The PDMA driver currently assumes there are four channels by default, it
might cause the error if there is actually less than four channels.
Change that by getting number of channel dynamically from device tree.

This patch set contains the dts and dt-bindings change.

Zong Li (3):
  riscv: dts: Add dma-channels property in dma node
  dt-bindings: Add dma-channels for pdma device node
  dmaengine: sf-pdma: Get number of channel by device tree

 .../bindings/dma/sifive,fu540-c000-pdma.yaml      |  6 ++++++
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi |  1 +
 arch/riscv/boot/dts/sifive/fu540-c000.dtsi        |  1 +
 drivers/dma/sf-pdma/sf-pdma.c                     | 15 +++++++++------
 drivers/dma/sf-pdma/sf-pdma.h                     |  8 ++------
 5 files changed, 19 insertions(+), 12 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-01-11  1:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  4:38 [PATCH 0/3] Determine number of DMA channels by 'dma-channels' property Zong Li
2022-01-05  5:43 ` Zong Li
2022-01-05  5:43 ` [PATCH 1/3] riscv: dts: Add dma-channels property in dma node Zong Li
2022-01-05  5:43 ` [PATCH 2/3] dt-bindings: Add dma-channels for pdma device node Zong Li
2022-01-10  9:00   ` Geert Uytterhoeven
2022-01-11  1:56     ` Zong Li
2022-01-05  5:44 ` [PATCH 3/3] dmaengine: sf-pdma: Get number of channel by device tree Zong Li
2022-01-10  8:57   ` Geert Uytterhoeven
2022-01-10 10:03     ` Zong Li

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

Powered by JetHome