Re: [PATCH v11 16/21] V4L2: support asynchronous subdevice registration

2013-06-21 Thread Laurent Pinchart
Hi Guennadi, On Friday 14 June 2013 21:08:26 Guennadi Liakhovetski wrote: Currently bridge device drivers register devices for all subdevices synchronously, typically, during their probing. E.g. if an I2C CMOS sensor is attached to a video bridge device, the bridge driver will create an I2C

Re: [PATCH v11 16/21] V4L2: support asynchronous subdevice registration

2013-06-16 Thread Prabhakar Lad
Hi Guennadi, Thanks for the patch, works fine as expected. On Sat, Jun 15, 2013 at 12:38 AM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Currently bridge device drivers register devices for all subdevices synchronously, typically, during their probing. E.g. if an I2C CMOS sensor is

[PATCH v11 16/21] V4L2: support asynchronous subdevice registration

2013-06-14 Thread Guennadi Liakhovetski
Currently bridge device drivers register devices for all subdevices synchronously, typically, 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