Re: [PATCH] [media] ov9650: add support for asynchronous probing

2016-09-08 Thread H. Nikolaus Schaller
> Am 08.09.2016 um 15:05 schrieb Javier Martinez Canillas > : > > Allow the sub-device to be probed asynchronously so a bridge driver that's > waiting for the device can be notified and its .bound callback executed. > > Signed-off-by: Javier Martinez Canillas

[PATCH] [media] ov9650: add support for asynchronous probing

2016-09-08 Thread Javier Martinez Canillas
Allow the sub-device to be probed asynchronously so a bridge driver that's waiting for the device can be notified and its .bound callback executed. Signed-off-by: Javier Martinez Canillas --- drivers/media/i2c/ov9650.c | 7 ++- 1 file changed, 6 insertions(+), 1