dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma descriptor
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 27 Mar 2024 09:58:48 +0000 (10:58 +0100)
committerVinod Koul <vkoul@kernel.org>
Sun, 7 Apr 2024 11:38:45 +0000 (17:08 +0530)
commit5b9706bfc094314c600ab810a61208a7cbaa4cb3
treec91f5bc0c085beba74e4884477dbce65a5d916fe
parent244296cc3a155199a8b080d19e645d7d49081a38
dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma descriptor

The addition of interleaved transfers slightly changed the way
addresses inside DMA descriptors are derived, breaking cyclic
transfers.

Fixes: 3e184e64c2e5 ("dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfers")
Cc: stable@vger.kernel.org
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
Link: https://lore.kernel.org/r/20240327-digigram-xdma-fixes-v1-1-45f4a52c0283@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xdma.c