Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-10 Thread Sakari Ailus
Hi Sylwester, On Mon, Oct 09, 2017 at 06:44:52PM +0200, Sylwester Nawrocki wrote: > Hi Sakari, > > On 10/09/2017 04:18 PM, Sakari Ailus wrote: > > Sure, how about this at the end of the current commit message: > > > > If there is a need to support removing the clock provider in the future, > > t

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Laurent Pinchart
Hi Sylwester, On Monday, 9 October 2017 19:44:52 EEST Sylwester Nawrocki wrote: > On 10/09/2017 04:18 PM, Sakari Ailus wrote: > > Sure, how about this at the end of the current commit message: > > > > If there is a need to support removing the clock provider in the future, > > this should be impl

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Sylwester Nawrocki
Hi Sakari, On 10/09/2017 04:18 PM, Sakari Ailus wrote: > Sure, how about this at the end of the current commit message: > > If there is a need to support removing the clock provider in the future, > this should be implemented in the clock framework instead, not in V4L2. I find it a little bit mi

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Mauro Carvalho Chehab
Em Mon, 9 Oct 2017 16:20:08 +0200 Hans Verkuil escreveu: > On 09/10/17 16:18, Sakari Ailus wrote: > > Hi Hans, > > > > On Mon, Oct 09, 2017 at 04:08:47PM +0200, Hans Verkuil wrote: > >> On 09/10/17 16:06, Sakari Ailus wrote: > >>> Hi Mauro, > >>> > >>> On Mon, Oct 09, 2017 at 08:22:39AM -030

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Hans Verkuil
On 09/10/17 16:18, Sakari Ailus wrote: > Hi Hans, > > On Mon, Oct 09, 2017 at 04:08:47PM +0200, Hans Verkuil wrote: >> On 09/10/17 16:06, Sakari Ailus wrote: >>> Hi Mauro, >>> >>> On Mon, Oct 09, 2017 at 08:22:39AM -0300, Mauro Carvalho Chehab wrote: Em Thu, 5 Oct 2017 00:50:20 +0300 Sa

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Sakari Ailus
Hi Hans, On Mon, Oct 09, 2017 at 04:08:47PM +0200, Hans Verkuil wrote: > On 09/10/17 16:06, Sakari Ailus wrote: > > Hi Mauro, > > > > On Mon, Oct 09, 2017 at 08:22:39AM -0300, Mauro Carvalho Chehab wrote: > >> Em Thu, 5 Oct 2017 00:50:20 +0300 > >> Sakari Ailus escreveu: > >> > >>> Remove V4L2

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Hans Verkuil
On 09/10/17 16:06, Sakari Ailus wrote: > Hi Mauro, > > On Mon, Oct 09, 2017 at 08:22:39AM -0300, Mauro Carvalho Chehab wrote: >> Em Thu, 5 Oct 2017 00:50:20 +0300 >> Sakari Ailus escreveu: >> >>> Remove V4L2 async re-probing support. The re-probing support has been >>> there to support cases whe

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Sakari Ailus
Hi Mauro, On Mon, Oct 09, 2017 at 08:22:39AM -0300, Mauro Carvalho Chehab wrote: > Em Thu, 5 Oct 2017 00:50:20 +0300 > Sakari Ailus escreveu: > > > Remove V4L2 async re-probing support. The re-probing support has been > > there to support cases where the sub-devices require resources provided b

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-09 Thread Mauro Carvalho Chehab
Em Thu, 5 Oct 2017 00:50:20 +0300 Sakari Ailus escreveu: > 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 unbin

Re: [PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-08 Thread Sebastian Reichel
Hi, On Thu, Oct 05, 2017 at 12:50:20AM +0300, 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 allowe

[PATCH v15 01/32] v4l: async: Remove re-probing support

2017-10-04 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