]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dmaengine: sprd: Fix the incorrect start for 2-stage destination channels
authorEric Long <eric.long@unisoc.com>
Mon, 6 May 2019 07:28:30 +0000 (15:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2019 03:34:48 +0000 (11:34 +0800)
commit3ef397924060d1431a1a2e4aa09964276da97d92
tree4b4cd8aaafd03a350cbe29b35a388fdfe788f0b6
parent36090046e762aa70c118b501bdf2b3aa79c112d5
dmaengine: sprd: Fix the incorrect start for 2-stage destination channels

[ Upstream commit 3d626a97f0303e9c30d063434b749de3f0f91fb5 ]

The 2-stage destination channel will be triggered by source channel
automatically, which means we should not trigger it by software request.

Signed-off-by: Eric Long <eric.long@unisoc.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/sprd-dma.c