mbox

[GIT,PULL,FOR,3.9] OV9650 image sensor driver, v4l2-ctrl/core extensions

Message ID 5102EA80.2080105@gmail.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

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

Message

Sylwester Nawrocki Jan. 25, 2013, 8:26 p.m. UTC
  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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html