Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-02-06 Thread Sakari Ailus
Hi Hans and Alexandre, On Wed, Jan 31, 2018 at 09:26:10AM +0100, Hans Verkuil wrote: > On 01/30/2018 07:31 AM, Alexandre Courbot wrote: > > On Tue, Jan 30, 2018 at 1:03 AM, Hans Verkuil wrote: > >> On 01/26/2018 07:02 AM, Alexandre Courbot wrote: ... > >>> +Recycling and

Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-01-31 Thread Hans Verkuil
On 01/30/2018 07:31 AM, Alexandre Courbot wrote: > On Tue, Jan 30, 2018 at 1:03 AM, Hans Verkuil wrote: >> On 01/26/2018 07:02 AM, Alexandre Courbot wrote: >>> Document how the request API can be used along with the existing V4L2 >>> interface. >>> >>> Signed-off-by: Alexandre

Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-01-29 Thread Alexandre Courbot
On Tue, Jan 30, 2018 at 1:03 AM, Hans Verkuil wrote: > On 01/26/2018 07:02 AM, Alexandre Courbot wrote: >> Document how the request API can be used along with the existing V4L2 >> interface. >> >> Signed-off-by: Alexandre Courbot >> --- >>

Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-01-29 Thread Hans Verkuil
On 01/26/2018 07:02 AM, Alexandre Courbot wrote: > Document how the request API can be used along with the existing V4L2 > interface. > > Signed-off-by: Alexandre Courbot > --- > Documentation/media/uapi/v4l/buffer.rst | 10 +- >

Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-01-26 Thread Nicolas Dufresne
Le vendredi 26 janvier 2018 à 12:40 -0800, Randy Dunlap a écrit : > > +Request API > > +=== > > + > > +The Request API has been designed to allow V4L2 to deal with > > requirements of > > +modern IPs (stateless codecs, MIPI cameras, ...) and APIs (Android > > Codec v2). > > Hi, > Just a

Re: [RFC PATCH 6/8] v4l2: document the request API interface

2018-01-26 Thread Randy Dunlap
On 01/25/2018 10:02 PM, Alexandre Courbot wrote: > Document how the request API can be used along with the existing V4L2 > interface. > > +Request API > +=== > + > +The Request API has been designed to allow V4L2 to deal with requirements of > +modern IPs (stateless codecs, MIPI cameras,

[RFC PATCH 6/8] v4l2: document the request API interface

2018-01-25 Thread Alexandre Courbot
Document how the request API can be used along with the existing V4L2 interface. Signed-off-by: Alexandre Courbot --- Documentation/media/uapi/v4l/buffer.rst | 10 +- Documentation/media/uapi/v4l/common.rst | 1 + Documentation/media/uapi/v4l/request-api.rst