From: deepthy.ravi@ti.com (Deepthy Ravi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] OMAP3EVM: Add support for MT9T111 sensor
Date: Tue, 20 Sep 2011 20:26:47 +0530 [thread overview]
Message-ID: <1316530612-23075-1-git-send-email-deepthy.ravi@ti.com> (raw)
This patchset
-adds support for MT9T111 sensor on omap3evm.
Currently the sensor driver supports only
VGA resolution.
-enables MT9T111 sensor in omap2plus_defconfig.
This is applied on top of the following patchset
http://www.spinics.net/lists/linux-media/msg37270.html
which adds YUYV input support for OMAP3ISP.
---
Deepthy Ravi (2):
ispccdc: Configure CCDC_SYN_MODE register for UYVY8_2X8 and
YUYV8_2X8 formats
omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers
Vaibhav Hiremath (3):
omap3evm: Enable regulators for camera interface
[media] v4l: Add mt9t111 sensor driver
omap3evm: Add Camera board init/hookup file
arch/arm/configs/omap2plus_defconfig | 10 +
arch/arm/mach-omap2/Makefile | 5 +
arch/arm/mach-omap2/board-omap3evm-camera.c | 185 ++++
arch/arm/mach-omap2/board-omap3evm.c | 25 +
drivers/media/video/Kconfig | 7 +
drivers/media/video/Makefile | 1 +
drivers/media/video/mt9t111.c | 793 ++++++++++++++++
drivers/media/video/mt9t111_reg.h | 1367 +++++++++++++++++++++++++++
drivers/media/video/omap3isp/ispccdc.c | 11 +-
include/media/mt9t111.h | 45 +
10 files changed, 2446 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-omap3evm-camera.c
create mode 100644 drivers/media/video/mt9t111.c
create mode 100644 drivers/media/video/mt9t111_reg.h
create mode 100644 include/media/mt9t111.h
next reply other threads:[~2011-09-20 14:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-20 14:56 Deepthy Ravi [this message]
2011-09-20 14:56 ` [PATCH 1/5] omap3evm: Enable regulators for camera interface Deepthy Ravi
2011-09-20 14:56 ` [PATCH 2/5] [media] v4l: Add mt9t111 sensor driver Deepthy Ravi
2011-09-20 15:09 ` Guennadi Liakhovetski
2011-09-27 14:07 ` Ravi, Deepthy
2011-09-20 14:56 ` [PATCH 3/5] omap3evm: Add Camera board init/hookup file Deepthy Ravi
2011-09-20 14:56 ` [PATCH 4/5] ispccdc: Configure CCDC_SYN_MODE register for UYVY8_2X8 and YUYV8_2X8 formats Deepthy Ravi
2011-09-20 23:26 ` Laurent Pinchart
2011-09-21 5:32 ` Ravi, Deepthy
2011-09-21 9:06 ` Laurent Pinchart
2011-09-23 11:53 ` Ravi, Deepthy
2011-09-20 14:56 ` [PATCH 5/5] omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers Deepthy Ravi
2011-09-20 23:13 ` Laurent Pinchart
2011-09-20 23:52 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1316530612-23075-1-git-send-email-deepthy.ravi@ti.com \
--to=deepthy.ravi@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).