arch/blackfin: add option to skip sync on DMA map
authorAlexander Duyck <[email protected]>
Wed, 14 Dec 2016 23:04:38 +0000 (15:04 -0800)
committerLinus Torvalds <[email protected]>
Thu, 15 Dec 2016 00:04:07 +0000 (16:04 -0800)
commit8c16a2e209d563a1909451c769417a6f953e5b2c
treea80bf7d32c3658df5b59e0e84b70871973600ae7
parente8b4762c22589a514add9bf9dda7a3050e4fa54c
arch/blackfin: add option to skip sync on DMA map

The use of DMA_ATTR_SKIP_CPU_SYNC was not consistent across all of the
DMA APIs in the arch/arm folder.  This change is meant to correct that
so that we get consistent behavior.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexander Duyck <[email protected]>
Cc: Steven Miao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/blackfin/kernel/dma-mapping.c