]> git.droids-corp.org - dpdk.git/commit
dma/dpaa: introduce DPAA DMA driver skeleton
authorGagandeep Singh <g.singh@nxp.com>
Tue, 9 Nov 2021 04:39:06 +0000 (10:09 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 10 Nov 2021 12:48:38 +0000 (13:48 +0100)
commit583f3732974faa98f3a2b7ff231528cadf695395
tree7575b5db55e81ef87a0fe98c77e4b04acc2663af
parent91949f133d621f27c57a99450ef9bb1fa6805bda
dma/dpaa: introduce DPAA DMA driver skeleton

The DPAA DMA  driver is an implementation of the dmadev APIs,
that provide means to initiate a DMA transaction from CPU.
The initiated DMA is performed without CPU being involved
in the actual DMA transaction. This is achieved via using
the QDMA controller of DPAA SoC.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
12 files changed:
MAINTAINERS
doc/guides/dmadevs/dpaa.rst [new file with mode: 0644]
doc/guides/dmadevs/index.rst
doc/guides/rel_notes/release_21_11.rst
drivers/bus/dpaa/dpaa_bus.c
drivers/bus/dpaa/rte_dpaa_bus.h
drivers/common/dpaax/dpaa_list.h
drivers/dma/dpaa/dpaa_qdma.c [new file with mode: 0644]
drivers/dma/dpaa/dpaa_qdma_logs.h [new file with mode: 0644]
drivers/dma/dpaa/meson.build [new file with mode: 0644]
drivers/dma/dpaa/version.map [new file with mode: 0644]
drivers/dma/meson.build