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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:03:37 +0000 (23:03 +0900)
commita8c24a80de0096bce04db90271635ece9d30b5bf
treefe81bae63d2fc91acaa621bb67ceb9aca8af0367
parent7d28c500e5bbc8bcd716c0b3f9fff71641cfa66f
dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing

[ Upstream commit 970b17dfe264a9085ba4e593730ecfd496b950ab ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/dw-edma/dw-edma-core.c