public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] v4l2-ctrls: various improvements
@ 2020-03-03 11:01 Hans Verkuil
  2020-03-03 11:01 ` [PATCH 1/2] v4l2-ctrls: v4l2_ctrl_g/s_ctrl*(): don't continue when WARN_ON Hans Verkuil
  2020-03-03 11:02 ` [PATCH 2/2] v4l2-ctrls: add __v4l2_ctrl_s_ctrl_compound() Hans Verkuil
  0 siblings, 2 replies; 5+ messages in thread
From: Hans Verkuil @ 2020-03-03 11:01 UTC (permalink / raw)
  To: linux-media; +Cc: Paul Kocialkowski, Ricardo Ribalda Delgado

The first patch improves WARN_ON handling, the second adds a
generic __v4l2_ctrl_s_ctrl_compound function and replaces the
__v4l2_ctrl_s_ctrl_area functions by defines that use the new
__v4l2_ctrl_s_ctrl_compound instead.

Regards,

	Hans

Hans Verkuil (2):
  v4l2-ctrls: v4l2_ctrl_g/s_ctrl*(): don't continue when WARN_ON
  v4l2-ctrls: add __v4l2_ctrl_s_ctrl_compound()

 drivers/media/v4l2-core/v4l2-ctrls.c | 26 +++++++++------
 include/media/v4l2-ctrls.h           | 49 ++++++++++++++++------------
 2 files changed, 45 insertions(+), 30 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-03-05 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-03 11:01 [PATCH 0/2] v4l2-ctrls: various improvements Hans Verkuil
2020-03-03 11:01 ` [PATCH 1/2] v4l2-ctrls: v4l2_ctrl_g/s_ctrl*(): don't continue when WARN_ON Hans Verkuil
2020-03-03 11:02 ` [PATCH 2/2] v4l2-ctrls: add __v4l2_ctrl_s_ctrl_compound() Hans Verkuil
2020-03-04  8:37   ` Ricardo Ribalda Delgado
2020-03-05 14:05   ` Paul Kocialkowski

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