Re: [PATCH v2 1/4] media i.MX27 camera: migrate driver to videobuf2

2012-01-30 Thread javier Martin
Hi Guennadi, thank you for your time. On 27 January 2012 16:25, Guennadi Liakhovetski wrote: > A general question for mx2-camera: does it now after removal of legacy > i.MX27 support only support i.MX25 (state: unknown) and i.MX27 in eMMA > mode? I understand so. I'll send a v3 of this patch fi

Re: [PATCH v2 1/4] media i.MX27 camera: migrate driver to videobuf2

2012-01-27 Thread Guennadi Liakhovetski
A general question for mx2-camera: does it now after removal of legacy i.MX27 support only support i.MX25 (state: unknown) and i.MX27 in eMMA mode? On Thu, 26 Jan 2012, Javier Martin wrote: > > Signed-off-by: Javier Martin > --- > Changes since v1: > - mx27 code doesn't use states. > - num

[PATCH v2 1/4] media i.MX27 camera: migrate driver to videobuf2

2012-01-26 Thread Javier Martin
Signed-off-by: Javier Martin --- Changes since v1: - mx27 code doesn't use states. - number of states reduced to the ones used by mx25. - Fix incorrect if which broke mx25 support. - Minor fixes. --- drivers/media/video/mx2_camera.c | 298 -- 1 files ch