]> git.baikalelectronics.ru Git - kernel.git/commit
DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command
authorBoojin Kim <boojin.kim@samsung.com>
Fri, 2 Sep 2011 00:44:32 +0000 (09:44 +0900)
committerVinod Koul <vinod.koul@intel.com>
Wed, 14 Sep 2011 05:40:01 +0000 (11:10 +0530)
commitbf15f9138f06ba9007932556803168661d9b718a
treeff52b7da54a8a9f2e4126413d7a38c5f8f8c8d7b
parent3524cc3d4a35e2b0941fab791949af15139569af
DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command

Original code carries out the start operation after flush operation.
But start operation is not required for DMA_TERMINATE_ALL command.
So, this patch removes the unnecessary start operation and only carries out
the flush operation for handling DMA_TERMINATE_ALL command.

Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
[Fixed typos in changelog]
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c