Re: [PATCH 7/7] ARM: integrate CMA with DMA-mapping subsystem

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:47 +0200 Marek Szyprowski wrote: > This patch adds support for CMA to dma-mapping subsystem for ARM > architecture. By default a global CMA area is used, but specific devices > are allowed to have their private memory areas if required (they can be > created with dma_dec

RE: [PATCH 7/7] ARM: integrate CMA with DMA-mapping subsystem

2011-10-06 Thread Marek Szyprowski
Hello, On Thursday, October 06, 2011 3:55 PM Marek Szyprowski wrote: > This patch adds support for CMA to dma-mapping subsystem for ARM > architecture. By default a global CMA area is used, but specific devices > are allowed to have their private memory areas if required (they can be > created wi

[PATCH 7/7] ARM: integrate CMA with DMA-mapping subsystem

2011-10-06 Thread Marek Szyprowski
This patch adds support for CMA to dma-mapping subsystem for ARM architecture. By default a global CMA area is used, but specific devices are allowed to have their private memory areas if required (they can be created with dma_declare_contiguous() function during board initialization). Contiguous