* [GIT PULL FOR 3.9] OV9650 image sensor driver, v4l2-ctrl/core extensions
@ 2013-01-25 20:26 Sylwester Nawrocki
0 siblings, 0 replies; only message in thread
From: Sylwester Nawrocki @ 2013-01-25 20:26 UTC (permalink / raw)
To: LMML
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-25 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 20:26 [GIT PULL FOR 3.9] OV9650 image sensor driver, v4l2-ctrl/core extensions Sylwester Nawrocki
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.