All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [periperi] v4l: async: Match parent devices
       [not found] <3e6fde3f-4197-366b-f3b0-d726d6d75165@linux.intel.com>
@ 2017-11-03 23:23 ` Kieran Bingham
  2017-11-04  6:29   ` Laurent Pinchart
  2017-11-04 10:47   ` Niklas Söderlund
  0 siblings, 2 replies; 4+ messages in thread
From: Kieran Bingham @ 2017-11-03 23:23 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: open list:MEDIA DRIVERS FOR RENESAS - FCP, periperi@horms.net

Hi Niklas, Sakari,


Niklas, the Match parent devices patch is in Sakari's fwnode-const branch as far
as I know, but hasn't been updated since May ...

Hi Sakari,

Niklas was asking me about this patch, as it's required for our async work - and
it bit him when he realised this patch wasn't in his tree after a rebase.

Is this fwnode-const branch still the right place for this patch ? What's the
progress on this series ?

--
Regards

Kieran


On 01/06/17 16:55, Sakari Ailus wrote:
> It's here:
> 
> <URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=fwnode-const>
> 
> The reason is that it depends on the V4L2 fwnode patches as well as the
> fwnode cleanup patches. It may well be possible to get it in earlier
> than the fwnode const patches, but for practical reasons it's in the
> same branch.
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [periperi] v4l: async: Match parent devices
  2017-11-03 23:23 ` [periperi] v4l: async: Match parent devices Kieran Bingham
@ 2017-11-04  6:29   ` Laurent Pinchart
  2017-11-04 10:47   ` Niklas Söderlund
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2017-11-04  6:29 UTC (permalink / raw)
  To: periperi
  Cc: open list:MEDIA DRIVERS FOR RENESAS - FCP, Kieran Bingham,
	Sakari Ailus

Hi Kieran,

(Private reply)

The periperi mailing list is private, could you please try to avoid cross-
posting to public mailing lists, or even to non-members ?

On Saturday, 4 November 2017 01:23:25 EET Kieran Bingham wrote:
> Hi Niklas, Sakari,
> 
> Niklas, the Match parent devices patch is in Sakari's fwnode-const branch as
> far as I know, but hasn't been updated since May ...
> 
> Hi Sakari,
> 
> Niklas was asking me about this patch, as it's required for our async work -
> and it bit him when he realised this patch wasn't in his tree after a
> rebase.
> 
> Is this fwnode-const branch still the right place for this patch ? What's
> the progress on this series ?

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: v4l: async: Match parent devices
  2017-11-03 23:23 ` [periperi] v4l: async: Match parent devices Kieran Bingham
  2017-11-04  6:29   ` Laurent Pinchart
@ 2017-11-04 10:47   ` Niklas Söderlund
  2017-11-04 23:31     ` Kieran Bingham
  1 sibling, 1 reply; 4+ messages in thread
From: Niklas Söderlund @ 2017-11-04 10:47 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Sakari Ailus, linux-renesas-soc

Hi Kieran and Sakari,

On 2017-11-03 23:23:25 +0000, Kieran Bingham wrote:
> Hi Niklas, Sakari,
> 
> 
> Niklas, the Match parent devices patch is in Sakari's fwnode-const branch as far
> as I know, but hasn't been updated since May ...

Thanks, I have not located the patch! I was just surprised I observed 
some behavior in async when hacking which seemed like this patch was 
present but I could not find it in the tree :-)

> 
> Hi Sakari,
> 
> Niklas was asking me about this patch, as it's required for our async work - and
> it bit him when he realised this patch wasn't in his tree after a rebase.

This is currently not a requirement for the async work I do. I was 
trying out if the rcar-csi2 driver could use the new fwnode helpers to 
parse DT to setup its sub-notifier. I did the tests using the adv748x as 
the upstream subdevice, and as you know it registers it subdevices using 
endpoints and not the parent node, hence I ran into trouble with the 
helper functions and I ended up searching for this patch.

I'm not blocked by this, and I currently don't plan to work more on this 
as the rcar-csi2 driver can use its own parsing code as before and it's 
rather small. But of course if somewhere in the future the helper learns 
about endpoints and not just the remote parent node the rcar-csi2 driver 
would be a nice candidate to switch to such a helper.

Thanks to both of you for digging up the commit!

> 
> Is this fwnode-const branch still the right place for this patch ? What's the
> progress on this series ?
> 
> --
> Regards
> 
> Kieran
> 
> 
> On 01/06/17 16:55, Sakari Ailus wrote:
> > It's here:
> > 
> > <URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=fwnode-const>
> > 
> > The reason is that it depends on the V4L2 fwnode patches as well as the
> > fwnode cleanup patches. It may well be possible to get it in earlier
> > than the fwnode const patches, but for practical reasons it's in the
> > same branch.
> > 

-- 
Regards,
Niklas S�derlund

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: v4l: async: Match parent devices
  2017-11-04 10:47   ` Niklas Söderlund
@ 2017-11-04 23:31     ` Kieran Bingham
  0 siblings, 0 replies; 4+ messages in thread
From: Kieran Bingham @ 2017-11-04 23:31 UTC (permalink / raw)
  To: Niklas Söderlund; +Cc: Sakari Ailus, linux-renesas-soc

Hi Niklas, Sakari,

On 04/11/17 10:47, Niklas Söderlund wrote:
>>
>> Hi Sakari,
>>
>> Niklas was asking me about this patch, as it's required for our async work - and
>> it bit him when he realised this patch wasn't in his tree after a rebase.
> 
> This is currently not a requirement for the async work I do. I was 
> trying out if the rcar-csi2 driver could use the new fwnode helpers to 
> parse DT to setup its sub-notifier. I did the tests using the adv748x as 
> the upstream subdevice, and as you know it registers it subdevices using 
> endpoints and not the parent node, hence I ran into trouble with the 
> helper functions and I ended up searching for this patch.
> 
> I'm not blocked by this, and I currently don't plan to work more on this 
> as the rcar-csi2 driver can use its own parsing code as before and it's 
> rather small. But of course if somewhere in the future the helper learns 
> about endpoints and not just the remote parent node the rcar-csi2 driver 
> would be a nice candidate to switch to such a helper.
> 

Aha, Sorry for misrepresenting your position. I thought you were being blocked.

Still it would be good to see the patch land in mainline sometime to help the
ADV748x driver.

> Thanks to both of you for digging up the commit!

--
Kieran

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-04 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3e6fde3f-4197-366b-f3b0-d726d6d75165@linux.intel.com>
2017-11-03 23:23 ` [periperi] v4l: async: Match parent devices Kieran Bingham
2017-11-04  6:29   ` Laurent Pinchart
2017-11-04 10:47   ` Niklas Söderlund
2017-11-04 23:31     ` Kieran Bingham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.