Re: [PATCH 1/6 v5] media: V4L2: support asynchronous subdevice registration

2013-01-09 Thread Prabhakar Lad
Hi Guennadi, Nice Work, Thanks for the patch. On Tue, Jan 8, 2013 at 3:36 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de 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

[PATCH 1/6 v5] media: V4L2: support asynchronous subdevice registration

2013-01-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