[COMMON] dma: Remove FLUSHP for dev2mem transfer
authorEunok Jo <eunok25.jo@samsung.com>
Thu, 14 Sep 2017 05:43:14 +0000 (14:43 +0900)
committerTaekki Kim <taekki.kim@samsung.com>
Mon, 14 May 2018 05:42:47 +0000 (14:42 +0900)
commitb54f29d7396b3a65b6c470d2215fc029ce7fd175
tree007773aa342d99c6b4a2c36baed0537e084cf4c2
parentfd86813c4333ba8fe6a11997faa4a623336d8e62
[COMMON] dma: Remove FLUSHP for dev2mem transfer

In Dev2mem transfer, peripheral de-asserts the PERIPHERAL_REQUEST
on the very next clock edge of its finished request because
data transfer is already completed on the peripheral side.

In this case, micro code does not have to do FLUSHP
because there should not be any synchronization issues.

Change-Id: I7370b526759422b1d056f0c54c65899597e327a4
Signed-off-by: Eunok Jo <eunok25.jo@samsung.com>
drivers/dma/pl330.c