Re: [PATCH v3 3/3] v4l: fwnode: Support generic parsing of graph endpoints in a single port

2017-08-22 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday, 18 August 2017 14:23:17 EEST Sakari Ailus wrote: > This is the preferred way to parse the endpoints. > > Signed-off-by: Sakari Ailus > --- > drivers/media/v4l2-core/v4l2-fwnode.c | 51

[PATCH v3 3/3] v4l: fwnode: Support generic parsing of graph endpoints in a single port

2017-08-18 Thread Sakari Ailus
This is the preferred way to parse the endpoints. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-fwnode.c | 51 +++ include/media/v4l2-fwnode.h | 7 + 2 files changed, 58 insertions(+) diff --git