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

Paul Cercueil posted 4 patches 2 years ago
drivers/dma/dma-axi-dmac.c | 261 +++++++++++++++++++++++++------------
1 file changed, 178 insertions(+), 83 deletions(-)
[PATCH 0/4] axi-dmac: Add support for scatter-gather transfers
Posted by Paul Cercueil 2 years ago
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