commit | 18eabe2347ae7a11b3db768695913724166dfb0e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 31 16:52:16 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 15 15:21:43 2010 +0000 |
tree | 2f6a9bb654d01e07a62be75adc1282e97b5c16d4 | |
parent | bf32eb85492af197ea5ff20e0be56f667a80584d [diff] |
ARM: dma-mapping: introduce the idea of buffer ownership 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: Santosh Shilimkar <santosh.shilimkar@ti.com> Tested-By: Jamie Iles <jamie@jamieiles.com>