Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-14 Thread Teresa Gamez
Am Mittwoch, den 13.04.2011, 08:31 +0200 schrieb Guennadi Liakhovetski: > Hello Teresa > > Thanks very much for your extensive testing! I'm afraid, I don't have the > time right now to go through all those register settings, so, can we, > maybe, do the following: we currently have two platforms

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-12 Thread Guennadi Liakhovetski
Hello Teresa Thanks very much for your extensive testing! I'm afraid, I don't have the time right now to go through all those register settings, so, can we, maybe, do the following: we currently have two platforms in the mainline, that use mt9v022. We believe, that the driver itself implements

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-12 Thread Teresa Gamez
Am Freitag, den 08.04.2011, 15:27 +0200 schrieb Teresa Gamez: > Hello Guennadi, > > Am Donnerstag, den 07.04.2011, 14:41 +0200 schrieb Guennadi > Liakhovetski: > > Hello Teresa > > > > On Thu, 7 Apr 2011, Teresa Gamez wrote: > > > > > Hello Guennadi, > > > > > > the datasheet also says (see tab

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-08 Thread Teresa Gamez
Hello Guennadi, Am Donnerstag, den 07.04.2011, 14:41 +0200 schrieb Guennadi Liakhovetski: > Hello Teresa > > On Thu, 7 Apr 2011, Teresa Gamez wrote: > > > Hello Guennadi, > > > > the datasheet also says (see table 3): > > > > > > Pixel clock out. DOUT is valid on rising edge of this > > clock

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-07 Thread Guennadi Liakhovetski
es it. Thanks Guennadi > I have tested this with a pcm038 but I will also make meassurements with > the pcm037. > > Teresa > > Guennadi Liakhovetski schrieb am 07.04.2011 > 13:08:11: > > > Von: Guennadi Liakhovetski > > An: Teresa Gámez > > Kop

Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-07 Thread Teresa Gamez
Hello Guennadi, Sorry for the first mail... The datasheet also says (see table 3): Pixel clock out. DOUT is valid on rising edge of this clock. There is a difference between DOUT beeing vaild and DOUT beeing set up. So does SOCAM_PCLK_SAMPLE_RISING mean that the data is valid at rising edge o

Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-07 Thread Guennadi Liakhovetski
On Wed, 6 Apr 2011, Teresa Gámez wrote: > Measurements show that the setup of the pixel clock is not correct. > The 'Invert Pixel Clock' bit has to be set to 1 for falling edge > and not for rising. Doesn't seem correct to me. The mt9v022 datasheet says: Invert pixel clock. When set, LINE_VALID

[PATCH 1/2] mt9v022: fix pixel clock

2011-04-06 Thread Teresa Gámez
Measurements show that the setup of the pixel clock is not correct. The 'Invert Pixel Clock' bit has to be set to 1 for falling edge and not for rising. Signed-off-by: Teresa Gámez --- drivers/media/video/mt9v022.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers