dma/skeleton: introduce skeleton driver
authorChengwen Feng <fengchengwen@huawei.com>
Wed, 13 Oct 2021 12:24:59 +0000 (20:24 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 17 Oct 2021 18:49:58 +0000 (20:49 +0200)
commit05d5fc66a26902ab4096f4efe735f0457d6efc79
tree85eb64c49c1fbcb9271510d115a26266d3f19113
parent2ece65f00f71c383c12c567502840ac1584757d5
dma/skeleton: introduce skeleton driver

Skeleton dmadevice driver, on the lines of rawdev skeleton, is for
showcasing of the dmadev library.

Design of skeleton involves a virtual device which is plugged into VDEV
bus on initialization.

Also, enable compilation of dmadev skeleton drivers.

Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
MAINTAINERS
drivers/dma/meson.build
drivers/dma/skeleton/meson.build [new file with mode: 0644]
drivers/dma/skeleton/skeleton_dmadev.c [new file with mode: 0644]
drivers/dma/skeleton/skeleton_dmadev.h [new file with mode: 0644]
drivers/dma/skeleton/version.map [new file with mode: 0644]