Re: ov3640 sensor -> CCDC won't become idle!

2013-09-09 Thread Dmitry Lifshitz
Hi Tom, Try adding "nohlt" boot option. I faced with the similar issue for another sensor and found this workaround. I'm out of office and can't find the link to the relative sources. Regards, Dmitry - Original Message - From: "Tom" To: linux-media@vger.kernel.org Sent: Monday, Septem

[PATCH] tvp5150: fix kernel crash if chip is unavailable

2012-06-13 Thread Dmitry Lifshitz
error message with v4l2_err() instead of v4l2_dbg(). Signed-off-by: Dmitry Lifshitz Signed-off-by: Igor Grinberg --- drivers/media/video/tvp5150.c | 95 + 1 files changed, 67 insertions(+), 28 deletions(-) diff --git a/drivers/media/video/tvp5150.c b/dr