Hello. On 27-03-2012 17:42, Marek Szyprowski wrote:
Introduce new generic alloc and free methods with attributes argument.
The method names don't match the ones in the subject.
Existing alloc_coherent and free_coherent can be implemented on top of the new calls with NULL attributes argument. Later also dma_alloc_non_coherent can be implemented using DMA_ATTR_NONCOHERENT attribute as well as dma_alloc_writecombine with separate DMA_ATTR_WRITECOMBINE attribute.
This way the drivers will get more generic, platform independent way of allocating dma buffers with specific parameters.
Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com> Acked-by: Kyungmin Park <kyungmin.p...@samsung.com> Reviewed-by: David Gibson <da...@gibson.dropbear.ud.au> Reviewed-by: Arnd Bergmann <a...@arndb.de>
WBR, Sergei _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev