All of lore.kernel.org
 help / color / mirror / Atom feed
* [REVIEW PATCH 00/32] Add support for complex controls, use in solo/go7007
@ 2014-01-31  9:55 Hans Verkuil
  2014-01-31  9:55 ` [REVIEW PATCH 01/32] v4l2-ctrls: increase internal min/max/step/def to 64 bit Hans Verkuil
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: Hans Verkuil @ 2014-01-31  9:55 UTC (permalink / raw)
  To: linux-media
  Cc: m.chehab, laurent.pinchart, s.nawrocki, ismael.luceno, Pete Eberlein

This patch series adds support for complex controls (aka 'Properties') to
the control framework and uses them in the go7007 and solo6x10 drivers.
It is the first part of a larger patch series that adds support for configuration
stores and support for 'Multiple Selections'.

This patch series is based on this RFCv3:

http://lwn.net/Articles/582694/

Changes since RFCv3 are:

- added patches 23-32 that add the Detection Control Class and implement motion
  detection in the go7007 and solo6x10 staging drivers. Once this is in these
  drivers can be moved to drivers/media.

These Detection patches are essentially identical to the original patches:
http://lwn.net/Articles/564835/

The only change is that I am using the new matrix controls instead of introducing
new matrix ioctls.

If there are no more objections, then I am going to make a pull request for this
in two weeks time.

Regards,

	Hans


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2014-01-31 10:02 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31  9:55 [REVIEW PATCH 00/32] Add support for complex controls, use in solo/go7007 Hans Verkuil
2014-01-31  9:55 ` [REVIEW PATCH 01/32] v4l2-ctrls: increase internal min/max/step/def to 64 bit Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 02/32] v4l2-ctrls: add unit string Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 03/32] v4l2-ctrls: use pr_info/cont instead of printk Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 04/32] videodev2.h: add initial support for complex controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 05/32] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 06/32] v4l2-ctrls: add support for complex types Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 07/32] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 08/32] v4l2-ctrls: create type_ops Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 09/32] v4l2-ctrls: rewrite copy routines to operate on union v4l2_ctrl_ptr Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 10/32] v4l2-ctrls: compare values only once Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 11/32] v4l2-ctrls: prepare for matrix support: add cols & rows fields Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 12/32] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 13/32] v4l2-ctrls: use 'new' to access pointer controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 14/32] v4l2-ctrls: prepare for matrix support Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 15/32] v4l2-ctrls: type_ops can handle matrix elements Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 16/32] v4l2-ctrls: add matrix support Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 17/32] v4l2-ctrls: return elem_size instead of strlen Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 18/32] DocBook media: document VIDIOC_QUERY_EXT_CTRL Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 19/32] DocBook media: update VIDIOC_G/S/TRY_EXT_CTRLS Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 20/32] DocBook media: fix coding style in the control example code Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 21/32] DocBook media: update control section Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 22/32] v4l2-controls.txt: update to the new way of accessing controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 23/32] v4l2-ctrls/videodev2.h: add u8 and u16 types Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 24/32] DocBook media: document new u8 and u16 control types Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 25/32] v4l2-ctrls: fix comments Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 26/32] v4l2-ctrls/v4l2-controls.h: add MD controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 27/32] DocBook media: document new motion detection controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 28/32] v4l2: add a motion detection event Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 29/32] DocBook: document new v4l " Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 30/32] solo6x10: implement the new motion detection controls Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 31/32] solo6x10: implement the motion detection event Hans Verkuil
2014-01-31  9:56 ` [REVIEW PATCH 32/32] go7007: add motion detection support Hans Verkuil

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.