]> 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>
Wed, 17 May 2023 09:35:54 +0000 (11:35 +0200)
commit5047d53cd67a207122ac7d176f925b8e139dacc0
treef978a023df3c82e6942d67e0088a04c736035f7f
parentef49853f345fb630ef0255721aa327142c32e1f1
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