]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit237436846e78437d1503f05fbe9d554e5c8d1ea4
treefe81bae63d2fc91acaa621bb67ceb9aca8af0367
parenteb1ff41c8a51903e00a4237f20ccda259754a277
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: 1970b92b4afc ("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