Re: [PATCH v6.1 4/5] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-02 Thread Laurent Pinchart
Hi Hans, On Friday, 1 September 2017 14:18:55 EEST Hans Verkuil wrote: > On 30/08/17 14:45, 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 functio

Re: [PATCH v6.1 4/5] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-01 Thread Sakari Ailus
Hi Hans, Thanks for the review! On Fri, Sep 01, 2017 at 01:18:55PM +0200, Hans Verkuil wrote: > Hi Sakari, > > On 30/08/17 14:45, 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

Re: [PATCH v6.1 4/5] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-09-01 Thread Hans Verkuil
Hi Sakari, On 30/08/17 14:45, 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 i

[PATCH v6.1 4/5] v4l: fwnode: Support generic parsing of graph endpoints in a device

2017-08-30 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. Convert the omap3isp as an