Re: [PATCH v2 11/11] mt9m111: make use of testpattern

2010-09-05 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Yes, but this has another disadvantage - if you do not use s_register / > g_register, maybe you just have CONFIG_VIDEO_ADV_DEBUG off, then, once you > load the module with the testpattern parameter, you cannot switch using > testpatterns off again (without a reb

Re: [PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-29 Thread Guennadi Liakhovetski
On Sun, 29 Aug 2010, Robert Jarzmik wrote: > Michael Grzeschik writes: > > > Signed-off-by: Philipp Wiesner > > Signed-off-by: Michael Grzeschik > > I would require a small change here. > > I am using the testpattern for non regression tests. This change implies that > the test pattern can o

Re: [PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-29 Thread Robert Jarzmik
Michael Grzeschik writes: > Signed-off-by: Philipp Wiesner > Signed-off-by: Michael Grzeschik I would require a small change here. I am using the testpattern for non regression tests. This change implies that the test pattern can only be set up by module parameters, and blocks the usage throu

[PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- Changes v1 -> v2 * removed ifdef DEBUG drivers/media/video/mt9m111.c | 57 + 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/driv