[PATCH 2/4] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table

2013-07-19 Thread Ricardo Ribalda Delgado
Replace the private struct vb2_dma_sg_desc with the struct sg_table so we can benefit from all the helping functions in lib/scatterlist.c for things like allocating the sg or compacting the descriptor Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com ---

Re: [PATCH 2/4] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table

2013-07-19 Thread Sylwester Nawrocki
Hi Ricardo, On 07/19/2013 09:58 AM, Ricardo Ribalda Delgado wrote: Replace the private struct vb2_dma_sg_desc with the struct sg_table so we can benefit from all the helping functions in lib/scatterlist.c for things like allocating the sg or compacting the descriptor Signed-off-by: Ricardo

Re: [PATCH 2/4] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table

2013-07-19 Thread Ricardo Ribalda Delgado
Hello Sylwester I thought I had to split the API changes. Sorry :S. I will wait for more comments and then I will resubmit. Thanks for you comment! On Fri, Jul 19, 2013 at 10:51 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Ricardo, On 07/19/2013 09:58 AM, Ricardo Ribalda Delgado