Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-26 Thread Sascha Hauer
On Tue, May 25, 2010 at 04:20:49PM +0300, Baruch Siach wrote: > Hi Sascha, > > On Tue, May 25, 2010 at 03:16:24PM +0200, Sascha Hauer wrote: > > On Mon, May 24, 2010 at 04:20:39PM +0300, Baruch Siach wrote: > > > This is the soc_camera support developed by Sascha Hauer for the i.MX27. > > > Alan

Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-26 Thread Guennadi Liakhovetski
On Wed, 26 May 2010, Baruch Siach wrote: > Hi Guennadi, > > Thanks for your comments. A question below. > > On Tue, May 25, 2010 at 05:34:52PM +0200, Guennadi Liakhovetski wrote: > > On Mon, 24 May 2010, Baruch Siach wrote: > > [snip] > > > > +static void mx2_camera_deactivate(struct mx2_camer

Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-26 Thread Baruch Siach
Hi Guennadi, Thanks for your comments. A question below. On Tue, May 25, 2010 at 05:34:52PM +0200, Guennadi Liakhovetski wrote: > On Mon, 24 May 2010, Baruch Siach wrote: [snip] > > +static void mx2_camera_deactivate(struct mx2_camera_dev *pcdev) > > +{ > > + unsigned long flags; > > + > > +

Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-25 Thread Guennadi Liakhovetski
On Mon, 24 May 2010, Baruch Siach wrote: > This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan > Carvalho de Assis modified the original driver to get it working on more > recent > kernels. I modified it further to add support for i.MX25. This driver has been > tested o

Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-25 Thread Baruch Siach
Hi Sascha, On Tue, May 25, 2010 at 03:16:24PM +0200, Sascha Hauer wrote: > On Mon, May 24, 2010 at 04:20:39PM +0300, Baruch Siach wrote: > > This is the soc_camera support developed by Sascha Hauer for the i.MX27. > > Alan > > Carvalho de Assis modified the original driver to get it working on m

Re: [PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-25 Thread Sascha Hauer
On Mon, May 24, 2010 at 04:20:39PM +0300, Baruch Siach wrote: > This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan > Carvalho de Assis modified the original driver to get it working on more > recent > kernels. I modified it further to add support for i.MX25. This driver

[PATCH v2 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-24 Thread Baruch Siach
This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver has been tested on i.MX25 and i.MX27 based platforms. Signed-off-by: