OMAP: Add OmniVision ov9640 sensor driver with new v4l2 interface.
Hi All,
Copying the commit message:
-------------------------------snip-----------------------
Subject: [PATCH] OMAP: Add OmniVision ov9640 sensor driver with new
v4l2 interface.
- Add OmniVision ov9640 sensor driver with new I2C style bindings,
converted to use new v4l2 sensor interface and moved
platform specific data to board files.
- Sensor used with H4 omap2420 doesn't give the correct capture
output and need to be investigated.
- Sensor detection works.
-------------------------------snip-------------------------
So, it would be great if people having H4 can test and report the
problem we might have in existing sensor/camera controller driver to
get the correct capture output. Thanx.
Please not that this driver is added in "drivers/media/video"
directory instead of the "omap" one, as we are not planning to take
extra directory to upstream for camera.
--
--Trilok Soni
From
7887e4ff4b70985b2d041a6560fd55a75acc8b0a Mon Sep 17 00:00:00 2001
From: Trilok Soni <soni.trilok@gmail.com>
Date: Thu, 6 Sep 2007 23:38:04 +0530
Subject: [PATCH] OMAP: Add OmniVision ov9640 sensor driver with new v4l2 interface.
- Add OmniVision ov9640 sensor driver with new I2C style bindings,
converted to use new v4l2 sensor interface and moved
platform specific data to board files.
- Sensor used with H4 omap2420 doesn't give the correct capture
output and need to be investigated.
- Sensor detection works.
Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>