Re: [PATCH 1/5] v4l: async: Use endpoint node, not device node, for fwnode match

2017-12-17 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Wednesday, 13 December 2017 20:26:16 EET Jacopo Mondi wrote: > From: Sakari Ailus > > V4L2 async framework can use both device's fwnode and endpoints's fwnode > for matching the async sub-device with the sub-device. In order to proceed > moving towards end

[PATCH 1/5] v4l: async: Use endpoint node, not device node, for fwnode match

2017-12-13 Thread Jacopo Mondi
From: Sakari Ailus V4L2 async framework can use both device's fwnode and endpoints's fwnode for matching the async sub-device with the sub-device. In order to proceed moving towards endpoint matching assign the endpoint to the async sub-device. As most async sub-device drivers (and the related h