Re: [PATCH v8 2/7] media: V4L2: support asynchronous subdevice registration

2013-04-12 Thread Guennadi Liakhovetski
Hi Laurent Thanks for the review. On Fri, 12 Apr 2013, Laurent Pinchart wrote: [snip] > > + switch (hw->bus_type) { > > + case V4L2_ASYNC_BUS_CUSTOM: > > + match = hw->match.special.match; > > + if (!match) > > +

Re: [PATCH v8 2/7] media: V4L2: support asynchronous subdevice registration

2013-04-12 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Monday 08 April 2013 17:05:33 Guennadi Liakhovetski wrote: > Currently bridge device drivers register devices for all subdevices > synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor > is attached to a video bridge device, the bridge dr

[PATCH v8 2/7] media: V4L2: support asynchronous subdevice registration

2013-04-08 Thread Guennadi Liakhovetski
Currently bridge device drivers register devices for all subdevices synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor is attached to a video bridge device, the bridge driver will create an I2C device and wait for the respective I2C driver to probe. This makes linking of dev