Re: [PATCH 1/5] v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it

2015-05-31 Thread Sakari Ailus
Hi Laurent, Thanks for the comments. On Sat, May 23, 2015 at 09:47:28PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Wednesday 20 May 2015 02:04:01 Sakari Ailus wrote: > > V4L2 async sub-devices are currently matched (OF case) based on the struct > > device_no

Re: [PATCH 1/5] v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it

2015-05-23 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Wednesday 20 May 2015 02:04:01 Sakari Ailus wrote: > V4L2 async sub-devices are currently matched (OF case) based on the struct > device_node pointer in struct device. LED devices may have more than one > LED, and in that case the OF node to match is not dir

Re: [PATCH 1/5] v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it

2015-05-20 Thread Jacek Anaszewski
On 05/20/2015 01:04 AM, Sakari Ailus wrote: V4L2 async sub-devices are currently matched (OF case) based on the struct device_node pointer in struct device. LED devices may have more than one LED, and in that case the OF node to match is not directly the device's node, but a LED's node. Signed-o

[PATCH 1/5] v4l: async: Add a pointer to of_node to struct v4l2_subdev, match it

2015-05-19 Thread Sakari Ailus
V4L2 async sub-devices are currently matched (OF case) based on the struct device_node pointer in struct device. LED devices may have more than one LED, and in that case the OF node to match is not directly the device's node, but a LED's node. Signed-off-by: Laurent Pinchart Signed-off-by: Sakari