Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-03-04 Thread Jonathan Corbet
On Wed, 04 Mar 2015 09:47:47 +0100 Hans Verkuil wrote: > It took blood, sweat and a bucket full of tears, but I finally managed to > get it to run on a OLPC XO-1 laptop. Sorry you had to do that. I've been trying to find a moment to employ my own bucket, but life remains rather unsettled in the

Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-03-04 Thread Hans Verkuil
On 02/13/15 12:30, Hans Verkuil wrote: > From: Hans Verkuil > > Replace the video ops enum_framesizes and enum_frameintervals by the pad > ops enum_frame_size and enum_frame_interval. > > The video and pad ops are duplicates, so get rid of the more limited video op. > > The whole point of the s

Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-02-24 Thread Laurent Pinchart
Hi Hans, On Tuesday 24 February 2015 09:08:09 Hans Verkuil wrote: > On 02/13/2015 12:30 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > Replace the video ops enum_framesizes and enum_frameintervals by the pad > > ops enum_frame_size and enum_frame_interval. > > > > The video and pad ops

Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-02-24 Thread Hans Verkuil
On 02/13/2015 12:30 PM, Hans Verkuil wrote: > From: Hans Verkuil > > Replace the video ops enum_framesizes and enum_frameintervals by the pad > ops enum_frame_size and enum_frame_interval. > > The video and pad ops are duplicates, so get rid of the more limited video op. > > The whole point of