dma/dpaa2: introduce driver skeleton
authorNipun Gupta <nipun.gupta@nxp.com>
Thu, 5 May 2022 09:05:18 +0000 (14:35 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jun 2022 06:58:27 +0000 (08:58 +0200)
commit8caf8427f85ab65f059ef30c246055d2d4212c21
treeca74589ea413cdbf25b941682d13001c55f5103f
parent33584c19ddc20468ba19e209c88fd5b342e9e8e5
dma/dpaa2: introduce driver skeleton

The DPAA2 DMA  driver is an implementation of the dmadev APIs,
that provide means to initiate a DMA transaction from CPU.
Earlier this was part of RAW driver, but with DMA drivers
added as separate flavor of drivers, this driver is being
moved to DMA drivers.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
MAINTAINERS
doc/guides/dmadevs/dpaa2.rst [new file with mode: 0644]
doc/guides/dmadevs/index.rst
doc/guides/platform/dpaa2.rst
drivers/bus/fslmc/rte_fslmc.h
drivers/dma/dpaa2/dpaa2_qdma.c [new file with mode: 0644]
drivers/dma/dpaa2/dpaa2_qdma.h [new file with mode: 0644]
drivers/dma/dpaa2/dpaa2_qdma_logs.h [new file with mode: 0644]
drivers/dma/dpaa2/meson.build [new file with mode: 0644]
drivers/dma/dpaa2/version.map [new file with mode: 0644]
drivers/dma/meson.build