dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
authorShunsuke Mie <mie@igel.co.jp>
Tue, 11 Apr 2023 10:17:58 +0000 (19:17 +0900)
committerVinod Koul <vkoul@kernel.org>
Wed, 12 Apr 2023 17:14:49 +0000 (22:44 +0530)
commit970b17dfe264a9085ba4e593730ecfd496b950ab
treec505c41e0d5771012161ce56bbcec2296c6ddf27
parenta251994a441ee0a69ba7062c8cd2d08ead3db379
dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing

The issue_pending request is ignored while driver is processing a DMA
request. Fix to issue the pending requests on any dma channel status.

Fixes: e63d79d1ffcd ("dmaengine: Add Synopsys eDMA IP core driver")
Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Link: https://lore.kernel.org/r/20230411101758.438472-2-mie@igel.co.jp
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw-edma/dw-edma-core.c