Re: [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-28 Thread Sakari Ailus
Hi Jacopo, On Fri, Jun 14, 2019 at 06:31:42PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Thu, Jun 06, 2019 at 04:02:25PM +0300, Sakari Ailus wrote: > > Instead of using the convenience function > > v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set > > up the async sub-

Re: [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-14 Thread Jacopo Mondi
Hi Sakari, On Thu, Jun 06, 2019 at 04:02:25PM +0300, Sakari Ailus wrote: > Instead of using the convenience function > v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set > up the async sub-devices without using callbacks. While this adds a little > bit of code, it makes pars

[PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-06 Thread Sakari Ailus
Instead of using the convenience function v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set up the async sub-devices without using callbacks. While this adds a little bit of code, it makes parsing the endpoints quite a bit more simple and gives more control to the driver ove