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

2013-03-26 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Friday 15 March 2013 22:27:48 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 v6 2/7] media: V4L2: support asynchronous subdevice registration

2013-03-15 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