Commit afc89870 authored by Vinod Koul's avatar Vinod Koul

dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"

This reverts commit 22a9d958 ("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: default avatarkarthikeyan <karthikeyan@linumiz.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 4cece764
......@@ -1053,9 +1053,6 @@ static bool _trigger(struct pl330_thread *thrd)
thrd->req_running = idx;
if (desc->rqtype == DMA_MEM_TO_DEV || desc->rqtype == DMA_DEV_TO_MEM)
UNTIL(thrd, PL330_STATE_WFP);
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment