[PATCH 0/4] axi-dmac: Add support for scatter-gather transfers

From: Paul Cercueil
Date: Mon Dec 04 2023 - 09:04:12 EST


Hi Vinod,

This patchset updates the dma-axi-dmac driver, and introduces the
ability to use scatter-gather transfers, that are now supported by the
IP core.

When using an older version of the core, the driver will simply fall
back to using standard transfers.

The patchset was generated on top of today's linux-next (629a3b49f3f9).

Cheers,
-Paul

Paul Cercueil (4):
dmaengine: axi-dmac: Small code cleanup
dmaengine: axi-dmac: Allocate hardware descriptors
dmaengine: axi-dmac: Add support for scatter-gather transfers
dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gather

drivers/dma/dma-axi-dmac.c | 261 +++++++++++++++++++++++++------------
1 file changed, 178 insertions(+), 83 deletions(-)

--
2.42.0