[RESEND PATCH v2 2/2] v4l: fwnode: Support generic parsing of graph endpoints in a single port

2017-08-16 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 a/drivers/media/v4l2-core/v4l2-fwnode.

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

2017-08-16 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 a/drivers/media/v4l2-core/v4l2-fwnode.