Re: [PATCH 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-04-12 Thread Sakari Ailus
On Fri, Apr 12, 2019 at 05:33:38PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Fri, Apr 05, 2019 at 12:41:17PM +0300, Sakari Ailus wrote: > > Hi folks, > > > > This patchset reworks V4L2 fwnode endpoint parsing. It enables the use of > > endpoint configuration defaults that is available sensors

Re: [PATCH 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-04-12 Thread Jacopo Mondi
Hi Sakari, On Fri, Apr 05, 2019 at 12:41:17PM +0300, Sakari Ailus wrote: > Hi folks, > > This patchset reworks V4L2 fwnode endpoint parsing. It enables the use of > endpoint configuration defaults that is available sensors and other > drivers that only use a single endpoint. Well, the functionalit

Re: [PATCH 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-04-05 Thread Sakari Ailus
On Fri, Apr 05, 2019 at 12:41:17PM +0300, Sakari Ailus wrote: > - Add another patch to change fwnode refcounting for > v4l2_async_notifier_add_fwnode_subdev > > - Add a patch to fix OF node refcounting and use / put order for > davinci-vpif If you wondered why does adding two patches to an 8-

[PATCH 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-04-05 Thread Sakari Ailus
Hi folks, This patchset reworks V4L2 fwnode endpoint parsing. It enables the use of endpoint configuration defaults that is available sensors and other drivers that only use a single endpoint. Well, the functionality was available already but no driver used it likely because of two reasons: lack o