[PATCH 1/1] v4l: videobuf2: Add DMA pool allocator

2011-03-09 Thread Jeongtae Park
Add an implementation of DMA pool memory allocator and handling routines for videobuf2. The DMA pool allocator allocates a memory using dma_alloc_coherent(), creates a pool using generic allocator in the initialization. For every allocation requests, the allocator returns a part of its memory pool

[PATCH 1/1] v4l: videobuf2: Add DMA pool allocator

2010-12-29 Thread Jeongtae Park
Add an implementation of DMA pool memory allocator and handling routines for videobuf2. The DMA pool allocator allocates a memory using dma_alloc_coherent(), creates a pool using generic allocator in the initialization. For every allocation requests, the allocator returns a part of its memory pool