commit | a492dbb9e3d04db138f2841648d1904d38a5295d | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Tue Mar 20 14:41:13 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed May 09 08:48:39 2007 +0200 |
tree | 6b2b433941c8a97c175b827796d47824831a7506 | |
parent | e89b064a4fd18b9c57b7aecbe7101d782759cf81 [diff] |
[AVR32] Implement dma_{alloc,free}_writecombine() Implement dma_alloc_writecombine() and its dma_free_writecombine() counterpart. These will do basically the same thing as dma_alloc_coherent() except that the virtual mapping will allow write buffering, causing better performance for certain use cases like frame buffers. The same API is already available on ARM. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>