Re: [yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support

2014-04-16 Thread Sakari Ailus
On Wed, Apr 16, 2014 at 08:21:54PM +0200, Laurent Pinchart wrote: > Applied with whitespace fixes and the following change to 07/11. > > @@ -867,6 +868,9 @@ static int video_queue_buffer(struct device *dev, > buf.type = dev->type; > buf.memory = dev->memtype; > > - if (dev->type

Re: [yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support

2014-04-16 Thread Laurent Pinchart
Hi Sakari, Thank you for the patches. On Saturday 12 April 2014 16:23:52 Sakari Ailus wrote: > Hi, > > This is the third version of the timestamp source and mem-to-mem device > support patchset. > > Change since v2: > > - struct device type remains enum v4l2_buf_type > > - Added a struct whic

[yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support

2014-04-12 Thread Sakari Ailus
Hi, This is the third version of the timestamp source and mem-to-mem device support patchset. Change since v2: - struct device type remains enum v4l2_buf_type - Added a struct which contains the 1:1 mapping between V4L2 buffer type, verbose textual representation of it (which already existed)