Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-25 Thread Hans Verkuil
On 02/26/2014 01:04 AM, Sakari Ailus wrote: > Hi Hans, > > On Tue, Feb 25, 2014 at 06:28:06PM +0100, Hans Verkuil wrote: >> On 02/25/2014 06:08 PM, Sakari Ailus wrote: >>> Hi Hans, >>> >>> On Sun, Feb 23, 2014 at 12:45:28PM +0100, Hans Verkuil wrote: On 02/15/2014 09:53 PM, Sakari Ailus wrote

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-25 Thread Sakari Ailus
Hi Hans, On Tue, Feb 25, 2014 at 06:28:06PM +0100, Hans Verkuil wrote: > On 02/25/2014 06:08 PM, Sakari Ailus wrote: > > Hi Hans, > > > > On Sun, Feb 23, 2014 at 12:45:28PM +0100, Hans Verkuil wrote: > >> On 02/15/2014 09:53 PM, Sakari Ailus wrote: > >>> Timestamp buffer flags are constant at the

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-25 Thread Hans Verkuil
On 02/25/2014 06:08 PM, Sakari Ailus wrote: > Hi Hans, > > On Sun, Feb 23, 2014 at 12:45:28PM +0100, Hans Verkuil wrote: >> On 02/15/2014 09:53 PM, Sakari Ailus wrote: >>> Timestamp buffer flags are constant at the moment. Document them so that 1) >>> they're always valid and 2) not changed by the

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-25 Thread Sakari Ailus
Hi Hans, On Sun, Feb 23, 2014 at 12:45:28PM +0100, Hans Verkuil wrote: > On 02/15/2014 09:53 PM, Sakari Ailus wrote: > > Timestamp buffer flags are constant at the moment. Document them so that 1) > > they're always valid and 2) not changed by the drivers. This leaves room to > > extend the functi

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-23 Thread Hans Verkuil
On 02/15/2014 09:53 PM, Sakari Ailus wrote: > Timestamp buffer flags are constant at the moment. Document them so that 1) > they're always valid and 2) not changed by the drivers. This leaves room to > extend the functionality later on if needed. > > Signed-off-by: Sakari Ailus > --- > Documenta

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-17 Thread Sakari Ailus
On Tue, Feb 18, 2014 at 01:32:03AM +0200, Sakari Ailus wrote: > On Mon, Feb 17, 2014 at 09:43:22AM +0100, Hans Verkuil wrote: > > >>> +the masks V4L2_BUF_FLAG_TIMESTAMP_MASK and > > >>> +V4L2_BUF_FLAG_TSTAMP_SRC_MASK in > >>> +linkend="buffer-flags">. These flags are guaranteed to be a

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-17 Thread Sakari Ailus
On Mon, Feb 17, 2014 at 09:43:22AM +0100, Hans Verkuil wrote: > >>> +the masks V4L2_BUF_FLAG_TIMESTAMP_MASK and > >>> +V4L2_BUF_FLAG_TSTAMP_SRC_MASK in >>> +linkend="buffer-flags">. These flags are guaranteed to be always > >>> +valid and will not be changed by the driver autonomou

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-17 Thread Hans Verkuil
On 02/17/2014 01:56 AM, Laurent Pinchart wrote: > Hello, > > On Saturday 15 February 2014 22:03:07 Hans Verkuil wrote: >> On 02/15/2014 09:53 PM, Sakari Ailus wrote: >>> Timestamp buffer flags are constant at the moment. Document them so that >>> 1) they're always valid and 2) not changed by the d

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-16 Thread Laurent Pinchart
Hello, On Saturday 15 February 2014 22:03:07 Hans Verkuil wrote: > On 02/15/2014 09:53 PM, Sakari Ailus wrote: > > Timestamp buffer flags are constant at the moment. Document them so that > > 1) they're always valid and 2) not changed by the drivers. This leaves > > room to extend the functionalit

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-16 Thread Sakari Ailus
Hi Hans, On Sat, Feb 15, 2014 at 10:03:07PM +0100, Hans Verkuil wrote: > On 02/15/2014 09:53 PM, Sakari Ailus wrote: > > Timestamp buffer flags are constant at the moment. Document them so that 1) > > they're always valid and 2) not changed by the drivers. This leaves room to > > extend the functi

Re: [PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-15 Thread Hans Verkuil
On 02/15/2014 09:53 PM, Sakari Ailus wrote: > Timestamp buffer flags are constant at the moment. Document them so that 1) > they're always valid and 2) not changed by the drivers. This leaves room to > extend the functionality later on if needed. > > Signed-off-by: Sakari Ailus > --- > Documenta

[PATCH v5 7/7] v4l: Document timestamp buffer flag behaviour

2014-02-15 Thread Sakari Ailus
Timestamp buffer flags are constant at the moment. Document them so that 1) they're always valid and 2) not changed by the drivers. This leaves room to extend the functionality later on if needed. Signed-off-by: Sakari Ailus --- Documentation/DocBook/media/v4l/io.xml | 10 ++ 1 file ch