Re: Current status report of mt9p031.

2011-05-14 Thread Laurent Pinchart
Hi Javier, On Friday 13 May 2011 08:45:28 javier Martin wrote: > On 13 May 2011 07:02, Chris Rodley wrote: > > On 11/05/11 19:15, javier Martin wrote: > > > > On 11 May 2011 06:54, Chris Rodley wrote: > >> Thanks, sorry I should have spotted that. > > > > Got some shots today. So I have caugh

Re: Current status report of mt9p031.

2011-05-11 Thread Laurent Pinchart
Hi Javier, On Wednesday 11 May 2011 09:15:29 javier Martin wrote: > On 11 May 2011 06:54, Chris Rodley wrote: > > I am having a problem with these commands: > > > > root@chris:/home# ./media-ctl -r -l '"mt9p031 2-0048":0->"OMAP3 ISP CC > > > > DC":0[1], "OMAP3 ISP CCDC":1->"OMAP3 ISP CCDC outpu

Re: Current status report of mt9p031.

2011-05-10 Thread Laurent Pinchart
Hi Javier, On Tuesday 10 May 2011 16:14:09 javier Martin wrote: > Hi Laurent, > information for data lane shifter is passed through platform data: > > /** > * struct isp_parallel_platform_data - Parallel interface platform data > * @data_lane_shift: Data lane shifter > *0 - CAMEXT[

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
Hi Laurent, information for data lane shifter is passed through platform data: /** * struct isp_parallel_platform_data - Parallel interface platform data * @data_lane_shift: Data lane shifter * 0 - CAMEXT[13:0] -> CAM[13:0] * 1 - CAMEXT[13:2] -> CAM[11:0] *

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
On 10 May 2011 14:25, Laurent Pinchart wrote: > Hi Javier, > > On Tuesday 10 May 2011 13:05:35 javier Martin wrote: >> I almost forget, >> I am using 2.6.39-rc  commit bd99337e95b6bba976e41a5f3cf65c1f04069156 > > There's no such commit in mainline. > > -- > Regards, > > Laurent Pinchart > Sorry L

Re: Current status report of mt9p031.

2011-05-10 Thread Laurent Pinchart
Hi Javier, On Tuesday 10 May 2011 13:05:35 javier Martin wrote: > I almost forget, > I am using 2.6.39-rc commit bd99337e95b6bba976e41a5f3cf65c1f04069156 There's no such commit in mainline. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
I almost forget, I am using 2.6.39-rc commit bd99337e95b6bba976e41a5f3cf65c1f04069156 -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60 www.vista-silicon.com -- To unsubscribe from this list: send the li

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
On 10 May 2011 11:53, Laurent Pinchart wrote: > On Tuesday 10 May 2011 11:49:10 javier Martin wrote: >> > Please try replacing the media-ctl -f line with >> > >> > ./media-ctl -f '"mt9p031 2-0048":0[SGRBG12 320x240], \ >> >        "OMAP3 ISP CCDC":0[SGRBG8 320x240], \ >> >        "OMAP3 ISP CCDC":

Re: Current status report of mt9p031.

2011-05-10 Thread Laurent Pinchart
On Tuesday 10 May 2011 11:49:10 javier Martin wrote: > > Please try replacing the media-ctl -f line with > > > > ./media-ctl -f '"mt9p031 2-0048":0[SGRBG12 320x240], \ > >"OMAP3 ISP CCDC":0[SGRBG8 320x240], \ > >"OMAP3 ISP CCDC":1[SGRBG8 320x240]' > > > > -- > > Regards, > > > >

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
> Please try replacing the media-ctl -f line with > > ./media-ctl -f '"mt9p031 2-0048":0[SGRBG12 320x240], \ >        "OMAP3 ISP CCDC":0[SGRBG8 320x240], \ >        "OMAP3 ISP CCDC":1[SGRBG8 320x240]' > > -- > Regards, > > Laurent Pinchart > Hi Laurent, that didn't work either (Unable to start str

Re: Current status report of mt9p031.

2011-05-10 Thread Laurent Pinchart
Hi Javier, On Tuesday 10 May 2011 09:31:02 javier Martin wrote: > On 5 May 2011 18:55, Laurent Pinchart wrote: > > Hi Javier, > > > > Here's the review of 0002-mt9p031.patch. > > [snip] > > >> +static int mt9p031_probe(struct i2c_client *client, > >> + const struct i2c_de

Re: Current status report of mt9p031.

2011-05-10 Thread javier Martin
On 5 May 2011 18:55, Laurent Pinchart wrote: > Hi Javier, > > Here's the review of 0002-mt9p031.patch. [snip] >> +static int mt9p031_probe(struct i2c_client *client, >> +                      const struct i2c_device_id *did) >> +{ >> +     struct mt9p031 *mt9p031; >> +     struct v4l2_subdev *sd =

Re: Current status report of mt9p031.

2011-05-05 Thread Laurent Pinchart
Hi Javier, Here's the review of 0002-mt9p031.patch. > diff --git a/arch/arm/mach-omap2/board-omap3beagle-camera.c b/arch/arm/mach > -omap2/board-omap3beagle-camera.c > new file mode 100644 > index 000..92389dd > --- /dev/null > +++ b/arch/arm/mach-omap2/board-omap3beagle-camera.c > @@ -0,0 +1

Re: Current status report of mt9p031.

2011-05-05 Thread Laurent Pinchart
Hi Javier, On Wednesday 04 May 2011 09:33:49 javier Martin wrote: > Hi, > for those interested on mt9p031 working on the Beagleboard xM. I > attach 2 patches here that must be applied to kernel-2.6.39-rc commit > e8dad69408a9812d6bb42d03e74d2c314534a4fa > These patches include a fix for the USB et

Re: Current status report of mt9p031.

2011-05-04 Thread Bastian Hecht
Hello Javier, 2011/5/4 javier Martin : > Hi, > for those interested on mt9p031 working on the Beagleboard xM. I > attach 2 patches here that must be applied to kernel-2.6.39-rc commit > e8dad69408a9812d6bb42d03e74d2c314534a4fa > These patches include a fix for the USB ethernet. > > What currently

Current status report of mt9p031.

2011-05-04 Thread javier Martin
Hi, for those interested on mt9p031 working on the Beagleboard xM. I attach 2 patches here that must be applied to kernel-2.6.39-rc commit e8dad69408a9812d6bb42d03e74d2c314534a4fa These patches include a fix for the USB ethernet. What currently works: - Test suggested by Guennadi (http://download.