All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
To: LMML <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR 3.9] OV9650 image sensor driver, v4l2-ctrl/core extensions
Date: Fri, 25 Jan 2013 21:26:40 +0100	[thread overview]
Message-ID: <5102EA80.2080105@gmail.com> (raw)

Hi Mauro,

This change set includes the Omnivision OV9650/52 sensor driver and a 
couple
related patches, adding v4l2 core helper functions and a header defining
standard image sizes. Please pull.

The following changes since commit a32f7d1ad3744914273c6907204c2ab3b5d496a0:

   Merge branch 'v4l_for_linus' into staging/for_v3.9 (2013-01-24 
18:49:18 -0200)

are available in the git repository at:

   git://linuxtv.org/snawrocki/media.git ov965x

Sylwester Nawrocki (6):
       V4L: Add header file defining standard image sizes
       v4l2-ctrl: Add helper function for the controls range update
       V4L: Add v4l2_event_subdev_unsubscribe() helper function
       V4L: Add v4l2_ctrl_subdev_subscribe_event() helper function
       V4L: Add v4l2_ctrl_subdev_log_status() helper function
       V4L: Add driver for OV9650/52 image sensors

  Documentation/DocBook/media/v4l/compat.xml         |    4 +
  Documentation/DocBook/media/v4l/v4l2.xml           |    4 +-
  Documentation/DocBook/media/v4l/vidioc-dqevent.xml |    6 +
  drivers/media/i2c/Kconfig                          |    7 +
  drivers/media/i2c/Makefile                         |    1 +
  drivers/media/i2c/ov9650.c                         | 1562 
++++++++++++++++++++
  drivers/media/v4l2-core/v4l2-ctrls.c               |  159 ++-
  drivers/media/v4l2-core/v4l2-event.c               |    7 +
  include/media/ov9650.h                             |   27 +
  include/media/v4l2-ctrls.h                         |   28 +
  include/media/v4l2-event.h                         |    4 +-
  include/media/v4l2-image-sizes.h                   |   34 +
  include/uapi/linux/videodev2.h                     |    1 +
  13 files changed, 1803 insertions(+), 41 deletions(-)
  create mode 100644 drivers/media/i2c/ov9650.c
  create mode 100644 include/media/ov9650.h
  create mode 100644 include/media/v4l2-image-sizes.h

The corresponding pwclient commands are:

pwclient -s accepted 16435
pwclient -s accepted 16436
pwclient -s accepted 16437
pwclient -s accepted 16438
pwclient -s accepted 16439
pwclient -s accepted 16440

--

Regards,
Sylwester

                 reply	other threads:[~2013-01-25 20:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5102EA80.2080105@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.