On 03/09/2021 12:17, Conor Walsh wrote:
When a suitable device is found during the PCI probe, create a dmadev
instance for each channel. Internal structures and HW definitions required
for device creation are also included.
Signed-off-by: Conor Walsh <conor.wa...@intel.com>
---
drivers/dma/ioat/ioat_dmadev.c | 108 ++++++++++++++++++++++++++++++-
drivers/dma/ioat/ioat_hw_defs.h | 45 +++++++++++++
drivers/dma/ioat/ioat_internal.h | 24 +++++++
3 files changed, 175 insertions(+), 2 deletions(-)
Reviewed-by: Kevin Laatz <kevin.la...@intel.com>