Skip to content

Commit afc8987

Browse files
committed
dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
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: [email protected] Reported-by: karthikeyan <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
1 parent 4cece76 commit afc8987

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)