Re: [PATCH v5] v4l2-async: Match parent devices

2017-12-07 Thread Kieran Bingham
Hi Sakari, On 07/12/17 07:41, Sakari Ailus wrote: > On Wed, Dec 06, 2017 at 02:58:39PM +, Kieran Bingham wrote: >> From: Kieran Bingham >> >> Devices supporting multiple endpoints on a single device node must set >> their subdevice fwnode to the endpoint to allow distinct comparisons. >> >> A

Re: [PATCH v5] v4l2-async: Match parent devices

2017-12-06 Thread Sakari Ailus
On Wed, Dec 06, 2017 at 02:58:39PM +, Kieran Bingham wrote: > From: Kieran Bingham > > Devices supporting multiple endpoints on a single device node must set > their subdevice fwnode to the endpoint to allow distinct comparisons. > > Adapt the match_fwnode call to compare against the provide

Re: [PATCH v5] v4l2-async: Match parent devices

2017-12-06 Thread Kieran Bingham
Hi Jacopo, On 06/12/17 15:33, jacopo mondi wrote: > Hi Kieran, > > On Wed, Dec 06, 2017 at 02:58:39PM +, Kieran Bingham wrote: >> From: Kieran Bingham >> >> Devices supporting multiple endpoints on a single device node must set >> their subdevice fwnode to the endpoint to allow distinct comp

Re: [PATCH v5] v4l2-async: Match parent devices

2017-12-06 Thread jacopo mondi
Hi Kieran, On Wed, Dec 06, 2017 at 02:58:39PM +, Kieran Bingham wrote: > From: Kieran Bingham > > Devices supporting multiple endpoints on a single device node must set > their subdevice fwnode to the endpoint to allow distinct comparisons. > > Adapt the match_fwnode call to compare against t

[PATCH v5] v4l2-async: Match parent devices

2017-12-06 Thread Kieran Bingham
From: Kieran Bingham Devices supporting multiple endpoints on a single device node must set their subdevice fwnode to the endpoint to allow distinct comparisons. Adapt the match_fwnode call to compare against the provided fwnodes first, but to also perform a cross reference comparison against th