On 03/09/2021 12:17, Conor Walsh wrote:
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.wa...@intel.com>
---
MAINTAINERS | 6 +++
doc/guides/dmadevs/index.rst | 1 +
doc/guides/dmadevs/ioat.rst | 64 ++++++++++++++++++++++++
doc/guides/rel_notes/release_21_11.rst | 7 +--
drivers/dma/ioat/ioat_dmadev.c | 69 ++++++++++++++++++++++++++
drivers/dma/ioat/ioat_hw_defs.h | 35 +++++++++++++
drivers/dma/ioat/ioat_internal.h | 20 ++++++++
drivers/dma/ioat/meson.build | 7 +++
drivers/dma/ioat/version.map | 3 ++
drivers/dma/meson.build | 1 +
10 files changed, 210 insertions(+), 3 deletions(-)
create mode 100644 doc/guides/dmadevs/ioat.rst
create mode 100644 drivers/dma/ioat/ioat_dmadev.c
create mode 100644 drivers/dma/ioat/ioat_hw_defs.h
create mode 100644 drivers/dma/ioat/ioat_internal.h
create mode 100644 drivers/dma/ioat/meson.build
create mode 100644 drivers/dma/ioat/version.map
Reviewed-by: Kevin Laatz <kevin.la...@intel.com>