All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
To: linux-media@vger.kernel.org
Cc: hverkuil@xs4all.nl, laurent.pinchart@ideasonboard.com,
	sylvester.nawrocki@gmail.com
Subject: [PATCH RFC v3 0/6] OV9650/52 sensor driver and some v4l2 core additions
Date: Wed, 23 Jan 2013 23:21:55 +0100	[thread overview]
Message-ID: <1358979721-17473-1-git-send-email-sylvester.nawrocki@gmail.com> (raw)

This is an update of my previous [1] patch series adding subdev driver
for OV9650/52 image sensors. Changes in this version are:
 - addition of patches introducing v4l2 core helper functions:
   v4l2_ctrl_subdev_log_status(), v4l2_ctrl_subdev_subscribe_event(),
   v4l2_event_subdev_unsubscribe(),
 - file image-sizes.h renamed to v4l2-image-sizes.h,
 - a small documentation improvement a bug fix in patch 2/6.

[1] http://www.spinics.net/lists/linux-media/msg58893.html

Thank you for all reviews!


Regards,
Sylwester


Sylwester Nawrocki (6):
  [media] Add header file defining standard image sizes
  v4l2-ctrl: Add helper function for control 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

--
1.7.4.1


             reply	other threads:[~2013-01-23 22:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23 22:21 Sylwester Nawrocki [this message]
2013-01-23 22:21 ` [PATCH RFC v3 1/6] [media] Add header file defining standard image sizes Sylwester Nawrocki
2013-01-23 22:21 ` [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update Sylwester Nawrocki
2013-03-12  6:56   ` Hans Verkuil
2013-03-14  7:10     ` Hans Verkuil
2013-03-14 11:39       ` Sylwester Nawrocki
2013-03-14 13:03         ` Laurent Pinchart
2013-01-23 22:21 ` [PATCH RFC v3 3/6] V4L: Add v4l2_event_subdev_unsubscribe() helper function Sylwester Nawrocki
2013-01-23 22:21 ` [PATCH RFC v3 4/6] V4L: Add v4l2_ctrl_subdev_subscribe_event() " Sylwester Nawrocki
2013-01-23 22:22 ` [PATCH RFC v3 5/6] V4L: Add v4l2_ctrl_subdev_log_status() " Sylwester Nawrocki
2013-01-23 22:22 ` [PATCH RFC v3 6/6] V4L: Add driver for OV9650/52 image sensors 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=1358979721-17473-1-git-send-email-sylvester.nawrocki@gmail.com \
    --to=sylvester.nawrocki@gmail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.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.