Re: [PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-07 Thread Hans Verkuil
On 09/07/17 11:58, Sakari Ailus wrote: > Hi Hans, > > On Thu, Sep 07, 2017 at 10:51:21AM +0200, Hans Verkuil wrote: >> On 09/07/17 09:34, Sakari Ailus wrote: >>> Hi Hans, >>> >>> On Wed, Sep 06, 2017 at 09:41:40AM +0200, Hans Verkuil wrote: On 09/05/2017 03:05 PM, Sakari Ailus wrote: > Th

Re: [PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-07 Thread Sakari Ailus
Hi Hans, On Thu, Sep 07, 2017 at 10:51:21AM +0200, Hans Verkuil wrote: > On 09/07/17 09:34, Sakari Ailus wrote: > > Hi Hans, > > > > On Wed, Sep 06, 2017 at 09:41:40AM +0200, Hans Verkuil wrote: > >> On 09/05/2017 03:05 PM, Sakari Ailus wrote: > >>> The current practice is that drivers iterate ov

Re: [PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-07 Thread Hans Verkuil
On 09/07/17 09:34, Sakari Ailus wrote: > Hi Hans, > > On Wed, Sep 06, 2017 at 09:41:40AM +0200, Hans Verkuil wrote: >> On 09/05/2017 03:05 PM, Sakari Ailus wrote: >>> The current practice is that drivers iterate over their endpoints and >>> parse each endpoint separately. This is very similar in a

Re: [PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-07 Thread Sakari Ailus
Hi Hans, On Wed, Sep 06, 2017 at 09:41:40AM +0200, Hans Verkuil wrote: > On 09/05/2017 03:05 PM, Sakari Ailus wrote: > > The current practice is that drivers iterate over their endpoints and > > parse each endpoint separately. This is very similar in a number of > > drivers, implement a generic fu

Re: [PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-06 Thread Hans Verkuil
On 09/05/2017 03:05 PM, Sakari Ailus wrote: > The current practice is that drivers iterate over their endpoints and > parse each endpoint separately. This is very similar in a number of > drivers, implement a generic function for the job. Driver specific matters > can be taken into account in the d

[PATCH v8 06/21] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-05 Thread Sakari Ailus
The current practice is that drivers iterate over their endpoints and parse each endpoint separately. This is very similar in a number of drivers, implement a generic function for the job. Driver specific matters can be taken into account in the driver specific callback. Signed-off-by: Sakari Ailu