From: Eduardo Valentin <edubezval@gmail.com>
To: linux-omap-mailing-list <linux-omap-open-source@linux.omap.com>
Subject: [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api
Date: Tue, 9 Oct 2007 08:52:27 -0400 [thread overview]
Message-ID: <1191934353-24072-1-git-send-email-edubezval@gmail.com> (raw)
Hi all,
This patch set converts omap1 camera to use v4l2-int-device api. It was
tested on H3 with ov9640 sensor, so board-h3.c was modified to add ov9640
specific initializations. The gpio-expander code was modified also to use
the i2c adapter id configured with i2c board specific info. Currently, it is
working only with read method. To work with MMAP, camera_core.c needs more
re-work.
Here is the overall diffstat:
b/arch/arm/mach-omap1/board-h3.c | 141 +++++++++
b/drivers/i2c/chips/gpio_expander_omap.c | 5
b/drivers/media/video/omap/Kconfig | 6
b/drivers/media/video/omap/Makefile | 4
b/drivers/media/video/omap/camera_core.c | 394 ++++++++++++++++++---------
b/drivers/media/video/omap/camera_core.h | 27 -
b/drivers/media/video/omap/omap16xxcam.c | 442 +++++++++++++++----------------
drivers/media/video/omap/camera_core.c | 404 +++++++++++++---------------
8 files changed, 827 insertions(+), 596 deletions(-)
BR,
Eduardo Valentin
next reply other threads:[~2007-10-09 12:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-09 12:52 Eduardo Valentin [this message]
2007-10-09 12:52 ` [PATCH 1/6] OMAP1: CAMERA: Changed omap16xxcam.c to the coding style standard Eduardo Valentin
2007-10-09 12:52 ` [PATCH 2/6] OMAP: Update ov9640 ifparm for H3 board Eduardo Valentin
2007-10-09 12:52 ` [PATCH 3/6] OMAP: Update gpio expander code to the corret i2c adapter id Eduardo Valentin
2007-10-09 12:52 ` [PATCH 4/6] OMAP1: CAMERA: Convert camera_core.c to use v4l2-int-device API Eduardo Valentin
2007-10-09 12:52 ` [PATCH 5/6] OMAP1: CAMERA: Changed camera_core.c to the coding style standard Eduardo Valentin
2007-10-09 12:52 ` [PATCH 6/6] OMAP1: CAMERA: Remove unecessary files from Makefile and Kconfig Eduardo Valentin
2007-10-10 14:06 ` [PATCH 2/6] OMAP: Update ov9640 ifparm for H3 board Eduardo Valentin
2007-10-10 14:06 ` Eduardo Valentin
2007-10-31 10:41 ` Tony Lindgren
2007-11-01 15:32 ` Eduardo Valentin
2007-11-15 1:46 ` Tony Lindgren
2007-10-22 6:31 ` [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api Trilok Soni
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=1191934353-24072-1-git-send-email-edubezval@gmail.com \
--to=edubezval@gmail.com \
--cc=linux-omap-open-source@linux.omap.com \
/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