Re: [PATCH v4 7/7] v4l: Correct conflicting V4L2 subdev selection API documentation

2012-06-15 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Hi Sakari, > > On Friday 15 June 2012 18:31:50 Sakari Ailus wrote: >> On Fri, Jun 15, 2012 at 04:14:21PM +0200, Laurent Pinchart wrote: >>> On Friday 15 June 2012 16:44:40 Sakari Ailus wrote: The API reference documents that the KEEP_CONFIG flag tells th

Re: [PATCH v4 7/7] v4l: Correct conflicting V4L2 subdev selection API documentation

2012-06-15 Thread Laurent Pinchart
Hi Sakari, On Friday 15 June 2012 18:31:50 Sakari Ailus wrote: > On Fri, Jun 15, 2012 at 04:14:21PM +0200, Laurent Pinchart wrote: > > On Friday 15 June 2012 16:44:40 Sakari Ailus wrote: > > > The API reference documents that the KEEP_CONFIG flag tells the > > > configuration should not be propatg

Re: [PATCH v4 7/7] v4l: Correct conflicting V4L2 subdev selection API documentation

2012-06-15 Thread Sakari Ailus
Hi Laurent, Thanks for the comments! On Fri, Jun 15, 2012 at 04:14:21PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Friday 15 June 2012 16:44:40 Sakari Ailus wrote: > > The API reference documents that the KEEP_CONFIG flag tells the > > configuration should not

Re: [PATCH v4 7/7] v4l: Correct conflicting V4L2 subdev selection API documentation

2012-06-15 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Friday 15 June 2012 16:44:40 Sakari Ailus wrote: > The API reference documents that the KEEP_CONFIG flag tells the > configuration should not be propatgated by the driver whereas the interface s/propatgated/propagated/ > documentation (dev-subdev.xml) categor

[PATCH v4 7/7] v4l: Correct conflicting V4L2 subdev selection API documentation

2012-06-15 Thread Sakari Ailus
The API reference documents that the KEEP_CONFIG flag tells the configuration should not be propatgated by the driver whereas the interface documentation (dev-subdev.xml) categorically prohibited any changes to the rest of the pipeline. The latter makes no sense, since it would severely limit the u