aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2010-06-14 09:47:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-21 15:31:08 -0300
commit0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a (patch)
tree5b4f0d31515ba48ee88b8701c692fdfdf0d449ca /include/media
parent[media] omap3isp: video: Avoid crashes when pipeline set stream operation fails (diff)
downloadlinux-dev-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.tar.xz
linux-dev-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.zip
[media] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver
The MT9T001 is a parallel 3MP sensor from Aptina (formerly Micron) controlled through I2C. The driver creates a V4L2 subdevice. It currently supports binning and cropping, and the gain, exposure, test pattern and black level controls. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/mt9t001.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/media/mt9t001.h b/include/media/mt9t001.h
new file mode 100644
index 000000000000..e839a78bb9c5
--- /dev/null
+++ b/include/media/mt9t001.h
@@ -0,0 +1,8 @@
+#ifndef _MEDIA_MT9T001_H
+#define _MEDIA_MT9T001_H
+
+struct mt9t001_platform_data {
+ unsigned int clk_pol:1;
+};
+
+#endif