ARM: dma-mapping: introduce the idea of buffer ownership
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 5 Feb 2010 04:05:50 +0000 (20:05 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 5 Feb 2010 04:05:50 +0000 (20:05 -0800)
The DMA API has the notion of buffer ownership; make it explicit in the
ARM implementation of this API.  This gives us a set of hooks to allow
us to deal with CPU cache issues arising from non-cache coherent DMA.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-By: Jamie Iles <jamie@jamieiles.com>

No differences found