All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] v4l2: standardize log start/end messages
@ 2012-01-27 17:59 Hans Verkuil
  2012-01-27 17:59 ` [PATCH 1/2] v4l2: standardize log start/end message Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2012-01-27 17:59 UTC (permalink / raw)
  To: linux-media
  Cc: Mauro Carvalho Chehab, Andy Walls, Laurent Pinchart, Steven Toth

The output from VIDIOC_LOG_STATUS should be bracketed by a 'START STATUS' and
'END STATUS' line to clearly group the status report in the kernel log and to
make it possible for a tool like v4l2-ctl to easily find and show the status
output.

Often this was forgotten, so this is now done automatically as long as drivers
use the v4l2_device struct.

It was also added for the subdev nodes.

A new helper function was also added for drivers that just want to log the
current control values in the log.

Regards,

	Hans


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

end of thread, other threads:[~2012-01-27 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27 17:59 [PATCH 0/2] v4l2: standardize log start/end messages Hans Verkuil
2012-01-27 17:59 ` [PATCH 1/2] v4l2: standardize log start/end message Hans Verkuil
2012-01-27 17:59   ` [PATCH 2/2] v4l2-subdev: add start/end messages for log_status Hans Verkuil
2012-01-27 20:50   ` [PATCH 1/2] v4l2: standardize log start/end message 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.