common: DMA-mapping: add WRITE_COMBINE attribute
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 23 Dec 2011 08:30:47 +0000 (09:30 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 26 Feb 2013 17:51:03 +0000 (19:51 +0200)
DMA_ATTR_WRITE_COMBINE specifies that writes to the mapping may be
buffered to improve performance. It will be used by the replacement for
ARM/ARV32 specific dma_alloc_writecombine() function.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>

No differences found