Re: [PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered

2016-10-14 Thread Philipp Zabel
Am Freitag, den 07.10.2016, 20:50 +0200 schrieb Marek Vasut: > On 10/07/2016 06:00 PM, Philipp Zabel wrote: > > Provide a default registered callback for device tree probed subdevices > > that use OF graph bindings to add still missing source subdevices to > > the async notifier waiting list. > > T

Re: [PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered

2016-10-14 Thread Philipp Zabel
Am Samstag, den 08.10.2016, 01:50 +0300 schrieb Sakari Ailus: > Hi Philipp, > > On Fri, Oct 07, 2016 at 06:00:48PM +0200, Philipp Zabel wrote: > > Provide a default registered callback for device tree probed subdevices > > that use OF graph bindings to add still missing source subdevices to > > th

Re: [PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered

2016-10-07 Thread Sakari Ailus
Hi Philipp, On Fri, Oct 07, 2016 at 06:00:48PM +0200, Philipp Zabel wrote: > Provide a default registered callback for device tree probed subdevices > that use OF graph bindings to add still missing source subdevices to > the async notifier waiting list. > This is only necessary for subdevices tha

Re: [PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered

2016-10-07 Thread Marek Vasut
On 10/07/2016 06:00 PM, Philipp Zabel wrote: > Provide a default registered callback for device tree probed subdevices > that use OF graph bindings to add still missing source subdevices to > the async notifier waiting list. > This is only necessary for subdevices that have input ports to which > o

[PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered

2016-10-07 Thread Philipp Zabel
Provide a default registered callback for device tree probed subdevices that use OF graph bindings to add still missing source subdevices to the async notifier waiting list. This is only necessary for subdevices that have input ports to which other subdevices are connected that are not initially kn