dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion status
authorWalker Chen <walker.chen@starfivetech.com>
Wed, 22 Mar 2023 09:48:19 +0000 (17:48 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 12 Apr 2023 17:48:43 +0000 (23:18 +0530)
commitce62432cb8bb56a5fde544d01213e952c3a92f8b
treeb6802fc1db8c256c486f1cd9ca2b696e2db9dde5
parent790f3c8b8f9f63b1f5a3ffd06630ed3d0df9804c
dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion status

The bit DMAC_CHEN[0] is automatically cleared by hardware to disable the
channel after the last AMBA transfer of the DMA transfer to the
destination has completed. Software can therefore poll this bit to
determine when this channel is free for a new DMA transfer.
This time requires at least 40 milliseconds on JH7110 SoC, otherwise an
error message 'failed to stop' will be reported.

Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
Link: https://lore.kernel.org/r/20230322094820.24738-4-walker.chen@starfivetech.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c