RE: [PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations

2012-08-07 Thread Marek Szyprowski
Hi Aaro, On Sunday, August 05, 2012 2:50 PM Aaro Koskinen wrote: > Commit e9da6e9905e639b0f842a244bc770b48ad0523e9 (ARM: dma-mapping: > remove custom consistent dma region) changed the way atomic allocations > are handled. However, arm_dma_free() was not modified accordingly, and > as a result

RE: [PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations

2012-08-07 Thread Marek Szyprowski
Hi Aaro, On Sunday, August 05, 2012 2:50 PM Aaro Koskinen wrote: Commit e9da6e9905e639b0f842a244bc770b48ad0523e9 (ARM: dma-mapping: remove custom consistent dma region) changed the way atomic allocations are handled. However, arm_dma_free() was not modified accordingly, and as a result

[PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations

2012-08-05 Thread Aaro Koskinen
Commit e9da6e9905e639b0f842a244bc770b48ad0523e9 (ARM: dma-mapping: remove custom consistent dma region) changed the way atomic allocations are handled. However, arm_dma_free() was not modified accordingly, and as a result freeing of atomic allocations does not work correctly when CMA is disabled.

[PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations

2012-08-05 Thread Aaro Koskinen
Commit e9da6e9905e639b0f842a244bc770b48ad0523e9 (ARM: dma-mapping: remove custom consistent dma region) changed the way atomic allocations are handled. However, arm_dma_free() was not modified accordingly, and as a result freeing of atomic allocations does not work correctly when CMA is disabled.