[PATCH 0/4] dmaengine: xdma: Cyclic transfers support
Miquel Raynal
miquel.raynal at bootlin.com
Mon Jul 31 03:14:38 PDT 2023
Hello,
Following the introduction of scatter-gather support of Xilinx's XDMA IP
in the Linux kernel, here is a small series adding cyclic transfers.
The first patch is a real bug fix which triggered in my case, the second
just fixes a typo, the third one is a preparation patch to ease the
review of the fourth one which actually adds cyclic transfers support.
Thanks,
Miquèl
Miquel Raynal (4):
dmaengine: xilinx: xdma: Fix interrupt vector setting
dmaengine: xilinx: xdma: Fix typo
dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfers
dmaengine: xilinx: xdma: Support cyclic transfers
drivers/dma/xilinx/xdma-regs.h | 2 +
drivers/dma/xilinx/xdma.c | 190 +++++++++++++++++++++++++++++++--
2 files changed, 183 insertions(+), 9 deletions(-)
--
2.34.1
More information about the linux-arm-kernel
mailing list