]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
OMAP: Add OmniVision ov9640 sensor driver with new v4l2 interface.
authorTrilok Soni <soni.trilok@gmail.com>
Thu, 6 Sep 2007 12:41:18 +0000 (18:11 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Sep 2007 18:32:16 +0000 (11:32 -0700)
commitdbee4b63ff506132740a1d10df86716584c61c2b
tree4cdaafa07fe38f190a4751e53798c52a455a892e
parentbfa6a3b87aaa6b3683c92c6fb9ca771ee254156c
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>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/ov9640.c [new file with mode: 0644]
drivers/media/video/ov9640.h [new file with mode: 0644]