+6
−0
+15
−0
+1
−0
drivers/dma/amd/ae4dma/Makefile
0 → 100644
+10
−0
drivers/dma/amd/ae4dma/ae4dma-dev.c
0 → 100644
+151
−0
Loading
Add support for AMD AE4DMA controller. It performs high-bandwidth memory to memory and IO copy operation. Device commands are managed via a circular queue of 'descriptors', each of which specifies source and destination addresses for copying a single buffer of data. Reviewed-by:Raju Rangoju <Raju.Rangoju@amd.com> Reviewed-by:
Philipp Stanner <pstanner@redhat.com> Signed-off-by:
Basavaraj Natikar <Basavaraj.Natikar@amd.com> Link: https://lore.kernel.org/r/20241025095931.726018-3-Basavaraj.Natikar@amd.com Signed-off-by:
Vinod Koul <vkoul@kernel.org>