RE: [PATCH 5/5] marvell-cam: implement contiguous DMA operation

2011-06-22 Thread Marek Szyprowski
Hello, On Tuesday, June 21, 2011 10:26 PM Mauro Carvalho Chehab wrote: Em 20-06-2011 16:14, Jonathan Corbet escreveu: The core driver can now operate in either vmalloc or dma-contig modes; obviously the latter is preferable when it is supported. Default is currently vmalloc on all

Re: [PATCH 5/5] marvell-cam: implement contiguous DMA operation

2011-06-21 Thread Mauro Carvalho Chehab
Em 20-06-2011 16:14, Jonathan Corbet escreveu: The core driver can now operate in either vmalloc or dma-contig modes; obviously the latter is preferable when it is supported. Default is currently vmalloc on all platforms; load the module with buffer_mode=1 for contiguous DMA mode. Patch