Re: [PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-22 Thread Sakari Ailus
Hi Laurent and Kieran, On Fri, May 19, 2017 at 05:42:07PM +0300, Laurent Pinchart wrote: > Hi Kieran, > > On Friday 19 May 2017 14:34:33 Kieran Bingham wrote: > > On 18/05/17 14:36, Laurent Pinchart wrote: > > > On Wednesday 17 May 2017 16:03:38 Kieran Bingham wrote: > > >> From: Kieran Bingham

Re: [PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-19 Thread Laurent Pinchart
Hi Kieran, On Friday 19 May 2017 14:34:33 Kieran Bingham wrote: > On 18/05/17 14:36, Laurent Pinchart wrote: > > On Wednesday 17 May 2017 16:03:38 Kieran Bingham wrote: > >> From: Kieran Bingham > >> > >> V4L2 async notifiers can pass the endpoint fwnode

Re: [PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-19 Thread Kieran Bingham
Hi Laurent, On 18/05/17 14:36, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Wednesday 17 May 2017 16:03:38 Kieran Bingham wrote: >> From: Kieran Bingham >> >> V4L2 async notifiers can pass the endpoint fwnode rather than the

Re: [PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-18 Thread Sakari Ailus
Hi Kieran, On Wed, May 17, 2017 at 04:03:38PM +0100, Kieran Bingham wrote: > From: Kieran Bingham > > V4L2 async notifiers can pass the endpoint fwnode rather than the device > fwnode. > > Provide a helper to obtain the parent device fwnode without

Re: [PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-18 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Wednesday 17 May 2017 16:03:38 Kieran Bingham wrote: > From: Kieran Bingham > > V4L2 async notifiers can pass the endpoint fwnode rather than the device > fwnode. I'm not sure I would mention V4L2 in the commit

[PATCH v1 2/3] device property: Add fwnode_graph_get_port_parent

2017-05-17 Thread Kieran Bingham
From: Kieran Bingham V4L2 async notifiers can pass the endpoint fwnode rather than the device fwnode. Provide a helper to obtain the parent device fwnode without first parsing the remote-endpoint as per fwnode_graph_get_remote_port_parent.