Re: [PATCH 13/13] driver-core: probe dependencies before probing

2015-06-30 Thread Tomeu Vizoso
On 17 June 2015 at 20:13, Mark Brown wrote: > On Wed, Jun 17, 2015 at 03:42:23PM +0200, Tomeu Vizoso wrote: >> Before actually probing a device, find out what dependencies it has and >> do our best to ensure that they are available at this point. > >> This is accomplished by finding out what

Re: [PATCH 13/13] driver-core: probe dependencies before probing

2015-06-30 Thread Tomeu Vizoso
On 17 June 2015 at 20:13, Mark Brown broo...@kernel.org wrote: On Wed, Jun 17, 2015 at 03:42:23PM +0200, Tomeu Vizoso wrote: Before actually probing a device, find out what dependencies it has and do our best to ensure that they are available at this point. This is accomplished by finding out

Re: [PATCH 13/13] driver-core: probe dependencies before probing

2015-06-17 Thread Mark Brown
On Wed, Jun 17, 2015 at 03:42:23PM +0200, Tomeu Vizoso wrote: > Before actually probing a device, find out what dependencies it has and > do our best to ensure that they are available at this point. > This is accomplished by finding out what platform devices need to be > probed so the

[PATCH 13/13] driver-core: probe dependencies before probing

2015-06-17 Thread Tomeu Vizoso
Before actually probing a device, find out what dependencies it has and do our best to ensure that they are available at this point. This is accomplished by finding out what platform devices need to be probed so the dependencies are available. If any dependencies are still unavailable after that

Re: [PATCH 13/13] driver-core: probe dependencies before probing

2015-06-17 Thread Mark Brown
On Wed, Jun 17, 2015 at 03:42:23PM +0200, Tomeu Vizoso wrote: Before actually probing a device, find out what dependencies it has and do our best to ensure that they are available at this point. This is accomplished by finding out what platform devices need to be probed so the dependencies

[PATCH 13/13] driver-core: probe dependencies before probing

2015-06-17 Thread Tomeu Vizoso
Before actually probing a device, find out what dependencies it has and do our best to ensure that they are available at this point. This is accomplished by finding out what platform devices need to be probed so the dependencies are available. If any dependencies are still unavailable after that