Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Sakari Ailus
On Fri, Apr 07, 2017 at 01:47:11PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > On Friday 07 Apr 2017 13:45:09 Sakari Ailus wrote: > > On Fri, Apr 07, 2017 at 01:04:47PM +0300, Laurent Pinchart wrote: > > > > @@ -58,6 +60,9 @@ struct v4l2_async_subdev { > > > > const

Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Laurent Pinchart
Hi Sakari, On Friday 07 Apr 2017 13:45:09 Sakari Ailus wrote: > On Fri, Apr 07, 2017 at 01:04:47PM +0300, Laurent Pinchart wrote: > > > @@ -58,6 +60,9 @@ struct v4l2_async_subdev { > > > const struct device_node *node; > > > } of; > > > struct { > > > +

Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Sakari Ailus
Hi Laurent, On Fri, Apr 07, 2017 at 01:04:47PM +0300, Laurent Pinchart wrote: > > @@ -58,6 +60,9 @@ struct v4l2_async_subdev { > > const struct device_node *node; > > } of; > > struct { > > + struct fwnode_handle *fwn; > > Shouldn't

Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Sakari Ailus
Hi Laurent, On Fri, Apr 07, 2017 at 12:49:02PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Thursday 06 Apr 2017 16:12:05 Sakari Ailus wrote: > > Add fwnode matching to complement OF node matching. And fwnode may also be > > an OF node. > > > > Signed-off-by:

Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. One more small comment below. On Thursday 06 Apr 2017 16:12:05 Sakari Ailus wrote: > Add fwnode matching to complement OF node matching. And fwnode may also be > an OF node. > > Signed-off-by: Sakari Ailus > --- >

Re: [PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Thursday 06 Apr 2017 16:12:05 Sakari Ailus wrote: > Add fwnode matching to complement OF node matching. And fwnode may also be > an OF node. > > Signed-off-by: Sakari Ailus > --- > drivers/media/v4l2-core/v4l2-async.c | 12

[PATCH v2 3/8] v4l: async: Add fwnode match support

2017-04-06 Thread Sakari Ailus
Add fwnode matching to complement OF node matching. And fwnode may also be an OF node. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-async.c | 12 include/media/v4l2-async.h | 5 + include/media/v4l2-subdev.h | 3