public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
@ 2015-03-19 15:21 Ricardo Ribalda Delgado
  2015-03-19 15:21 ` [PATCH 1/5] media/v4l2-ctrls: volatiles should not generate CH_VALUE Ricardo Ribalda Delgado
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ricardo Ribalda Delgado @ 2015-03-19 15:21 UTC (permalink / raw)
  To: Hans Verkuil, Mauro Carvalho Chehab, Arun Kumar K,
	Sylwester Nawrocki, Sakari Ailus, Antti Palosaari, linux-media,
	linux-kernel, Laurent Pinchart
  Cc: Ricardo Ribalda Delgado

This new set of patches overrides the old patchset

media/v4l2-ctrls: Always run s_ctrl on volatile ctrls

with the comments from Hans and Laurent.

Ricardo Ribalda Delgado (5):
  media/v4l2-ctrls: volatiles should not generate CH_VALUE
  media: New flag V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
  media/v4l2-ctrls: Add execute flags to write_only controls
  media/v4l2-ctrls: Always execute EXECUTE_ON_WRITE ctrls
  media/Documentation: New flag EXECUTE_ON_WRITE

 Documentation/DocBook/media/v4l/vidioc-dqevent.xml |  7 ++++---
 .../DocBook/media/v4l/vidioc-queryctrl.xml         | 15 +++++++++++++--
 Documentation/video4linux/v4l2-controls.txt        |  4 +++-
 drivers/media/v4l2-core/v4l2-ctrls.c               | 22 +++++++++++++++++++---
 include/uapi/linux/videodev2.h                     |  1 +
 5 files changed, 40 insertions(+), 9 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-03-20 14:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 15:21 [PATCH 0/5] V4L2_CTRL_FLAG_EXECUTE_ON_WRITE Ricardo Ribalda Delgado
2015-03-19 15:21 ` [PATCH 1/5] media/v4l2-ctrls: volatiles should not generate CH_VALUE Ricardo Ribalda Delgado
2015-03-20 12:38   ` Sakari Ailus
2015-03-19 15:21 ` [PATCH 2/5] media: New flag V4L2_CTRL_FLAG_EXECUTE_ON_WRITE Ricardo Ribalda Delgado
2015-03-20 13:34   ` Hans Verkuil
2015-03-19 15:21 ` [PATCH 3/5] media/v4l2-ctrls: Add execute flags to write_only controls Ricardo Ribalda Delgado
2015-03-20 14:16   ` Laurent Pinchart
2015-03-19 15:21 ` [PATCH 4/5] media/v4l2-ctrls: Always execute EXECUTE_ON_WRITE ctrls Ricardo Ribalda Delgado
2015-03-20 13:46   ` Hans Verkuil
2015-03-19 15:21 ` [PATCH 5/5] media/Documentation: New flag EXECUTE_ON_WRITE Ricardo Ribalda Delgado
2015-03-20 13:56   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox