Re: [PATCH] RFC: mx27: Add soc_camera support

2010-02-04 Thread Baruch Siach
Hi Alan, On Tue, Dec 15, 2009 at 12:07:43PM -0200, Alan Carvalho de Assis wrote: Please note: I just get it compiling and loaded correctly on the mainline kernel. If you have a board powered by i.MX27 and with a camera supported by soc_camera driver, I will be glad case you can do a try.

Re: [PATCH] RFC: mx27: Add soc_camera support

2010-01-14 Thread Alan Carvalho de Assis
Hi Javier, On 1/14/10, javier Martin javier.mar...@vista-silicon.com wrote: No idea what can be causing this. Maybe I2C address is bad in board specific code? I don't know, I will check carefully. Linux video capture interface: v2.00 write: -5 MT9T31 Read register 0xFF = -5 Forcing

Re: [PATCH] RFC: mx27: Add soc_camera support

2010-01-13 Thread Alan Carvalho de Assis
Hi Javier, On 1/4/10, javier Martin javier.mar...@vista-silicon.com wrote: 2010/1/4 javier Martin javier.mar...@vista-silicon.com 2010/1/4 Alan Carvalho de Assis acas...@gmail.com Hi Javier, On 1/4/10, javier Martin javier.mar...@vista-silicon.com wrote: Alan, please, could you point

Re: [PATCH] RFC: mx27: Add soc_camera support

2010-01-04 Thread Alan Carvalho de Assis
Hi Javier, On 1/4/10, javier Martin javier.mar...@vista-silicon.com wrote: Alan, please, could you point me against which kernel version did you exactly test this patch? It applies on current kernel from git.pengutronix.de/git/imx/linux-2.6.git Also it would be fine to know which video

[PATCH] RFC: mx27: Add soc_camera support

2009-12-15 Thread Alan Carvalho de Assis
This is the soc_camera support developed by Sascha Hauer. I just modified original driver to get it working on recent kernel. Signed-off-by: Alan Carvalho de Assis acas...@gmail.com --- arch/arm/mach-mx2/clock_imx27.c |2 +- arch/arm/mach-mx2/devices.c | 32 +

Re: [PATCH] RFC: mx27: Add soc_camera support

2009-12-15 Thread Alan Carvalho de Assis
Please note: I just get it compiling and loaded correctly on the mainline kernel. If you have a board powered by i.MX27 and with a camera supported by soc_camera driver, I will be glad case you can do a try. On 12/15/09, Alan Carvalho de Assis acas...@gmail.com wrote: This is the soc_camera