dma/ioat: add device probing and removal
authorConor Walsh <conor.walsh@intel.com>
Mon, 18 Oct 2021 12:38:24 +0000 (12:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:59 +0000 (22:40 +0200)
commit866e46bcd85be700a8af4fbc656c493ba4c03c5b
treec9d55eb5a7887d8978434738695124888d33b50b
parent8b51fbc09e44ceaca0d32139bbc558d8cd5d06dd
dma/ioat: add device probing and removal

Add the basic device probe/remove skeleton code and initial documentation
for new IOAT DMA driver. Maintainers update is also included in this
patch.

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
MAINTAINERS
doc/guides/dmadevs/index.rst
doc/guides/dmadevs/ioat.rst [new file with mode: 0644]
doc/guides/rel_notes/release_21_11.rst
drivers/dma/ioat/ioat_dmadev.c [new file with mode: 0644]
drivers/dma/ioat/ioat_hw_defs.h [new file with mode: 0644]
drivers/dma/ioat/ioat_internal.h [new file with mode: 0644]
drivers/dma/ioat/meson.build [new file with mode: 0644]
drivers/dma/ioat/version.map [new file with mode: 0644]
drivers/dma/meson.build