Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-07 Thread Kuninori Morimoto
Dear Guennadi > > I tried this patch on SH7724 Ecovec board. > > I'm using NTSC video player, and it works well. > > > > But I just played video. > > Is this test OK for you ? > > Yes, very good, thanks very much! Can I add your "Tested-by" to the patch? Thanks. Yes, please add it Best regard

Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-06 Thread Guennadi Liakhovetski
On Tue, 7 Jun 2011, Kuninori Morimoto wrote: > > Dear Guennadi > > Thank you for your email. > > > Morimoto-san, sorry, that was a wrong address of yours again in the > > original mail. With the correct request also comes a request: would it be > > difficult for you to give this patch a try?

Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-06 Thread Kuninori Morimoto
Dear Guennadi Thank you for your email. > Morimoto-san, sorry, that was a wrong address of yours again in the > original mail. With the correct request also comes a request: would it be > difficult for you to give this patch a try? If you don't happen to have a > set up ready at hand, no prob

Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-06 Thread Guennadi Liakhovetski
Morimoto-san, sorry, that was a wrong address of yours again in the original mail. With the correct request also comes a request: would it be difficult for you to give this patch a try? If you don't happen to have a set up ready at hand, no problem, I'll dig out some video signal source myself

[PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-06 Thread Guennadi Liakhovetski
tw9910 is a TV decoder, it doesn't have a tuner. Besides, the .enum_input soc-camera operation is optional and normally not needed. Signed-off-by: Guennadi Liakhovetski --- drivers/media/video/tw9910.c | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/drivers/me