From: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
To: linux-media@vger.kernel.org
Cc: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Subject: [PATCH RFC v1 0/2] Omnivision OV9650/52 sensor driver
Date: Sat, 5 Jan 2013 00:10:21 +0100 [thread overview]
Message-ID: <1357341023-3202-1-git-send-email-sylvester.nawrocki@gmail.com> (raw)
These patches add driver for OV9650/52 image sensor. The first one
introduces a header file containing definitions of standard image
resolutions. I have also prepared a few patches reworking existing
drivers to use this global definitions, but I thought I'll submit
those only after the header is accepted and merged to the media
staging tree.
Sylwester Nawrocki (2):
[media] Add header file defining standard image sizes
V4L: Add driver for OV9650/52 image sensors
drivers/media/i2c/Kconfig | 7 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/ov9650.c | 1684 +++++++++++++++++++++++++++++++++++++++++++
include/media/image-sizes.h | 34 +
include/media/ov9650.h | 20 +
5 files changed, 1746 insertions(+), 0 deletions(-)
create mode 100644 drivers/media/i2c/ov9650.c
create mode 100644 include/media/image-sizes.h
create mode 100644 include/media/ov9650.h
--
1.7.4.1
next reply other threads:[~2013-01-04 23:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-04 23:10 Sylwester Nawrocki [this message]
2013-01-04 23:10 ` [PATCH RFC v1 1/2] [media] Add header file defining standard image sizes Sylwester Nawrocki
2013-01-04 23:10 ` [PATCH RFC v1 2/2] V4L: Add driver for OV9650/52 image sensors Sylwester Nawrocki
2013-01-07 13:38 ` Hans Verkuil
2013-01-13 23:14 ` Sylwester Nawrocki
2013-01-14 9:45 ` Hans Verkuil
2013-01-14 22:26 ` Sylwester Nawrocki
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=1357341023-3202-1-git-send-email-sylvester.nawrocki@gmail.com \
--to=sylvester.nawrocki@gmail.com \
--cc=linux-media@vger.kernel.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).