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