public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] A series of patches support FSL qDma controller
@ 2017-08-01  2:14 jiaheng.fan
  2017-08-01  2:14 ` [PATCH v1 1/6] dma: fsl-dma: add devicetree documentation for qdma driver jiaheng.fan
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: jiaheng.fan @ 2017-08-01  2:14 UTC (permalink / raw)
  To: linux-arm-kernel

The FSL qDMA controller transfers blocks of data between one source
and one destination.The blocks of data transferred can be represented
in memory as contiguous or noncontiguous using scatter/gather table(s).
Channel virtualization is supported through enqueuing of DMA jobs to,
or dequeuing DMA jobs from, different work queues.

jiaheng.fan (6):
  dma: fsl-dma: add devicetree documentation for qdma driver.
  arm: linux: fsl: dma: add qdma command queue mode
  dma: fsl-qdma: workaround for ERR010812
  dma: fsl-qdma: add workaround for TKT329166
  arm: dts: ls1021: add qdma node to dtsi
  arm64: dts: ls1043/ls1046: add qdma note to dtsi

 Documentation/devicetree/bindings/dma/fsl-qdma.txt |   42 +
 arch/arm/boot/dts/ls1021a.dtsi                     |   15 +
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |   15 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |   15 +
 drivers/dma/Kconfig                                |   12 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/fsl-qdma.c                             | 1202 ++++++++++++++++++++
 7 files changed, 1302 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/fsl-qdma.txt
 create mode 100644 drivers/dma/fsl-qdma.c

-- 
2.7.4

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

end of thread, other threads:[~2017-08-02  5:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01  2:14 [PATCH v1 0/6] A series of patches support FSL qDma controller jiaheng.fan
2017-08-01  2:14 ` [PATCH v1 1/6] dma: fsl-dma: add devicetree documentation for qdma driver jiaheng.fan
2017-08-01  2:14 ` [PATCH v1 2/6] arm: linux: fsl: dma: add qdma command queue mode jiaheng.fan
2017-08-02  5:31   ` Vinod Koul
2017-08-01  2:14 ` [PATCH v1 3/6] dma: fsl-qdma: workaround for ERR010812 jiaheng.fan
2017-08-02  5:33   ` Vinod Koul
2017-08-01  2:14 ` [PATCH v1 4/6] dma: fsl-qdma: add workaround for TKT329166 jiaheng.fan
2017-08-01  2:14 ` [PATCH v1 5/6] arm: dts: ls1021: add qdma node to dtsi jiaheng.fan
2017-08-01  2:14 ` [PATCH v1 6/6] arm64: dts: ls1043/ls1046: add qdma note " jiaheng.fan
2017-08-02  5:10 ` [PATCH v1 0/6] A series of patches support FSL qDma controller Vinod Koul

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