Re: [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 Thread Sakari Ailus
On Thu, Jun 29, 2017 at 12:18:44PM +0200, Niklas Söderlund wrote: > On 2017-06-29 12:57:55 +0300, Sakari Ailus wrote: > > On Thu, Jun 29, 2017 at 11:02:03AM +0200, Niklas Söderlund wrote: > > > Hi Sakari, > > > > > > Thanks for your patch. > > > > > > On 2017-06-29 10:30:10 +0300, Sakari Ailus wr

Re: [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 Thread Niklas Söderlund
On 2017-06-29 12:57:55 +0300, Sakari Ailus wrote: > On Thu, Jun 29, 2017 at 11:02:03AM +0200, Niklas Söderlund wrote: > > Hi Sakari, > > > > Thanks for your patch. > > > > On 2017-06-29 10:30:10 +0300, Sakari Ailus wrote: > > > The current practice is that drivers iterate over their endpoints and

Re: [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 Thread Sakari Ailus
On Thu, Jun 29, 2017 at 11:02:03AM +0200, Niklas Söderlund wrote: > Hi Sakari, > > Thanks for your patch. > > On 2017-06-29 10:30:10 +0300, Sakari Ailus wrote: > > The current practice is that drivers iterate over their endpoints and > > parse each endpoint separately. This is very similar in a n

Re: [PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 Thread Niklas Söderlund
On 2017-06-29 11:02:03 +0200, Niklas Söderlund wrote: > Hi Sakari, > > Thanks for your patch. > > On 2017-06-29 10:30:10 +0300, 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 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 Thread Niklas Söderlund
Hi Sakari, Thanks for your patch. On 2017-06-29 10:30:10 +0300, 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 ma

[PATCH 2/2] v4l: fwnode: Support generic parsing of graph endpoints in V4L2

2017-06-29 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