On Fri September 14 2012 23:26:45 Sakari Ailus wrote: > Hans Verkuil wrote: > > Hi all, > > > > This is the full patch series containing API fixes as discussed during the > > 2012 Media Workshop. > > > > Regarding the 'make ioctl const' patches: I've only done the easy ones in > > this patch series. The remaining write-only ioctls are used much more > > widely, > > so changing those will happen later. > > > > The last few patches that enhance the core code with more stringent tests > > against what ioctls can be called for which types of device node will need > > reviewing. I have tested it exhaustively with ivtv (which is one of the > > most complex drivers, and the only one that has exotic devices like VBI > > out). > > > > To use v4l2-compliance with ivtv I also needed to make a few other fixes > > elsewhere. The tree with both this patch series and the addition ivtv fixes > > can be found here: > > > > http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/ivtv > > > > I have also tested this patch series (actually a slightly older version) > > with em28xx. That driver needed a lot of changes to get it to pass the > > v4l2-compliance tests. Those can be found here: > > > > http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/em28xx > > Hi, Hans! > > Thanks for the patchset! > > On patch 7 (which I somehow managed not to receive): both cx18 and ivtv > contain references to V4L2_BUF_TYPE_PRIVATE. I wonder if that's intentional.
Yes. Those streams are, well, private to those drivers. It's just an internal placeholder and could be replaced by a cx18/ivtv specific define. Perhaps I should do that anyway to prevent exactly this confusion. > For patches 2, 3, 4, 6, 8, 17 and 28 (for omap3isp) > > Acked-by: Sakari Ailus <sakari.ai...@iki.fi> > > And for patches 5, 11, 18 > > Reviewed-by: Sakari Ailus <sakari.ai...@iki.fi> Thanks! Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html