Re: [PATCH v3 3/4] v4l: of: Parse variable length properties --- link-frequencies

2015-04-08 Thread Sakari Ailus
Hi Laurent, On Tue, Apr 07, 2015 at 01:02:31PM +0300, Laurent Pinchart wrote: > Hello Sakari, > > Thank you for the patch. Thanks for the review! > On Tuesday 07 April 2015 01:57:31 Sakari Ailus wrote: > > +/* > > + * v4l2_of_free_endpoint() - release resources acquired by > > + * v4l2_of_alloc

Re: [PATCH v3 3/4] v4l: of: Parse variable length properties --- link-frequencies

2015-04-07 Thread Laurent Pinchart
Hello Sakari, Thank you for the patch. On Tuesday 07 April 2015 01:57:31 Sakari Ailus wrote: > The link-frequencies property is a variable length array of link frequencies > in an endpoint. The array is needed by an increasing number of drivers, so > it makes sense to add it to struct v4l2_of_end

[PATCH v3 3/4] v4l: of: Parse variable length properties --- link-frequencies

2015-04-06 Thread Sakari Ailus
The link-frequencies property is a variable length array of link frequencies in an endpoint. The array is needed by an increasing number of drivers, so it makes sense to add it to struct v4l2_of_endpoint. However, the length of the array is variable and the size of struct v4l2_of_endpoint is fixed