From: Haavard Skinnemoen Date: Tue, 20 Mar 2007 13:41:13 +0000 (+0100) Subject: [AVR32] Implement dma_{alloc,free}_writecombine() X-Git-Tag: v2.6.22-rc1~148^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a492dbb9e3d04db138f2841648d1904d38a5295d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed