From: Marek Szyprowski Date: Wed, 28 Mar 2012 05:55:56 +0000 (+0200) Subject: common: DMA-mapping: add NON-CONSISTENT attribute X-Git-Tag: sz_154~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277334dafe39fca289c2e131c537a05242e13a34;p=pandora-kernel.git common: DMA-mapping: add NON-CONSISTENT attribute DMA_ATTR_NON_CONSISTENT lets the platform to choose to return either consistent or non-consistent memory as it sees fit. By using this API, you are guaranteeing to the platform that you have all the correct and necessary sync points for this memory in the driver. Signed-off-by: Marek Szyprowski Acked-by: Kyungmin Park Reviewed-by: Arnd Bergmann --- Reading git-diff-tree failed