Re: [PATCH v9 02/24] v4l: async: Remove re-probing support

2017-09-11 Thread Sakari Ailus
On 09/11/17 10:47, Hans Verkuil wrote: > On 09/08/2017 03:11 PM, Sakari Ailus wrote: >> Remove V4L2 async re-probing support. The re-probing support has been >> there to support cases where the sub-devices require resources provided by >> the main driver's hardware to function, such as clocks. >> >

Re: [PATCH v9 02/24] v4l: async: Remove re-probing support

2017-09-11 Thread Hans Verkuil
On 09/08/2017 03:11 PM, Sakari Ailus wrote: > Remove V4L2 async re-probing support. The re-probing support has been > there to support cases where the sub-devices require resources provided by > the main driver's hardware to function, such as clocks. > > Reprobing has allowed unbinding and again b

Re: [PATCH v9 02/24] v4l: async: Remove re-probing support

2017-09-09 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday, 8 September 2017 16:11:53 EEST Sakari Ailus wrote: > Remove V4L2 async re-probing support. The re-probing support has been > there to support cases where the sub-devices require resources provided by > the main driver's hardware to function, such as

[PATCH v9 02/24] v4l: async: Remove re-probing support

2017-09-08 Thread Sakari Ailus
Remove V4L2 async re-probing support. The re-probing support has been there to support cases where the sub-devices require resources provided by the main driver's hardware to function, such as clocks. Reprobing has allowed unbinding and again binding the main driver without explicilty unbinding th