Skip to content

Commit 5a26495

Browse files
vinodkoulSasha Levin
authored andcommitted
dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
[ Upstream commit afc8987 ] This reverts commit 22a9d95 ("dmaengine: pl330: issue_pending waits until WFP state") as it seems to cause regression in pl330 driver. Note the issue now exists in mainline so a fix to be done. Cc: stable@vger.kernel.org Reported-by: karthikeyan <karthikeyan@linumiz.com> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent b00d0e6 commit 5a26495

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/dma/pl330.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,9 +1053,6 @@ static bool _trigger(struct pl330_thread *thrd)
10531053

10541054
thrd->req_running = idx;
10551055

1056-
if (desc->rqtype == DMA_MEM_TO_DEV || desc->rqtype == DMA_DEV_TO_MEM)
1057-
UNTIL(thrd, PL330_STATE_WFP);
1058-
10591056
return true;
10601057
}
10611058

0 commit comments

Comments
 (0)