Re: [PATCH 2/5] soc-camera: tw9910: Add output signal control

2009-10-13 Thread Kuninori Morimoto
Dear Guennadi Thank you for checking patch > Is this to tri-state the output? Ok, from the datasheet it tri-states all > outputs except clocks. My copy of the datasheet is funny at this point. It (snip) > #define OEN_TRI_SEL_ALL_ON0 > #define OEN_TRI_SEL_CLK_ON4 OK > Ok, it's 8:30 he

Re: [PATCH 2/5] soc-camera: tw9910: Add output signal control

2009-10-13 Thread Guennadi Liakhovetski
On Tue, 13 Oct 2009, Kuninori Morimoto wrote: > tw9910 can control output signal. > This patch will stop all signal when video was stopped. > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/video/tw9910.c | 35 --- > 1 files changed, 24 insertions(+),

[PATCH 2/5] soc-camera: tw9910: Add output signal control

2009-10-12 Thread Kuninori Morimoto
tw9910 can control output signal. This patch will stop all signal when video was stopped. Signed-off-by: Kuninori Morimoto --- drivers/media/video/tw9910.c | 35 --- 1 files changed, 24 insertions(+), 11 deletions(-) diff --git a/drivers/media/video/tw9910.c b/