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

2010-06-30 Thread Baruch Siach
Hi Guennadi, On Wed, Jun 30, 2010 at 11:08:41AM +0200, Guennadi Liakhovetski wrote: [snip] > In any case, I'm fine with the patch as it is, so, here's > > Acked-by: Guennadi Liakhovetski Thanks for your thorough review and ack. > I think, it would be better if you, Uwe, or Sascha pull all th

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

2010-06-30 Thread Uwe Kleine-König
Hello, On Wed, Jun 30, 2010 at 11:08:41AM +0200, Guennadi Liakhovetski wrote: > Mauro, there's a question for you below. > > On Wed, 30 Jun 2010, Uwe Kleine-König wrote: > > > Hi Guennadi, > > > > On Wed, Jun 30, 2010 at 09:20:36AM +0200, Guennadi Liakhovetski wrote: > > > > > --- a/arch/arm/pl

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

2010-06-30 Thread Guennadi Liakhovetski
Mauro, there's a question for you below. On Wed, 30 Jun 2010, Uwe Kleine-König wrote: > Hi Guennadi, > > On Wed, Jun 30, 2010 at 09:20:36AM +0200, Guennadi Liakhovetski wrote: > > > > --- a/arch/arm/plat-mxc/include/mach/memory.h > > > > +++ b/arch/arm/plat-mxc/include/mach/memory.h > > > > @@ -

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

2010-06-30 Thread Uwe Kleine-König
Hi Guennadi, On Wed, Jun 30, 2010 at 09:20:36AM +0200, Guennadi Liakhovetski wrote: > > > --- a/arch/arm/plat-mxc/include/mach/memory.h > > > +++ b/arch/arm/plat-mxc/include/mach/memory.h > > > @@ -44,12 +44,12 @@ > > > */ > > > #define CONSISTENT_DMA_SIZE SZ_8M > > > > > > -#elif defined(CON

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

2010-06-30 Thread Guennadi Liakhovetski
On Wed, 30 Jun 2010, Uwe Kleine-König wrote: > On Mon, Jun 21, 2010 at 08:15:58AM +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.

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

2010-06-30 Thread Uwe Kleine-König
On Mon, Jun 21, 2010 at 08:15:58AM +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

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

2010-06-29 Thread Uwe Kleine-König
On Wed, Jun 30, 2010 at 06:03:16AM +0300, Baruch Siach wrote: > On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote: > > On Mon, 21 Jun 2010, Baruch Siach wrote: > > > > > This is the soc_camera support developed by Sascha Hauer for the i.MX27. > > > Alan > > > Carvalho de Assi

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

2010-06-29 Thread Baruch Siach
On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote: > On Mon, 21 Jun 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 > > k

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

2010-06-29 Thread Guennadi Liakhovetski
Hi Baruch On Mon, 21 Jun 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

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

2010-06-20 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: