Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Rafael J. Wysocki
On Tuesday, June 23, 2015 04:37:57 PM Tomeu Vizoso wrote: > On 23 June 2015 at 16:51, Rafael J. Wysocki wrote: > > On Tuesday, June 23, 2015 04:17:29 PM Tomeu Vizoso wrote: > >> On 23 June 2015 at 16:37, Rafael J. Wysocki wrote: > >> > On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: > >>

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Tomeu Vizoso
On 23 June 2015 at 16:51, Rafael J. Wysocki wrote: > On Tuesday, June 23, 2015 04:17:29 PM Tomeu Vizoso wrote: >> On 23 June 2015 at 16:37, Rafael J. Wysocki wrote: >> > On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: >> >> On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki >> >> wrote:

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Rafael J. Wysocki
On Tuesday, June 23, 2015 04:17:29 PM Tomeu Vizoso wrote: > On 23 June 2015 at 16:37, Rafael J. Wysocki wrote: > > On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: > >> On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki > >> wrote: > >> > On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Tomeu Vizoso
On 23 June 2015 at 16:37, Rafael J. Wysocki wrote: > On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: >> On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki >> wrote: >> > On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso wrote: >> >> On 18 June 2015 at 23:50, Rafael J. Wysocki wrote: >>

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-23 Thread Rafael J. Wysocki
On Monday, June 22, 2015 07:07:08 PM Rob Herring wrote: > On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki wrote: > > On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso wrote: > >> On 18 June 2015 at 23:50, Rafael J. Wysocki wrote: > >> > On Wednesday, June 17, 2015 03:42:12 PM Tomeu Vizoso wrot

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-22 Thread Rob Herring
On Fri, Jun 19, 2015 at 6:20 PM, Rafael J. Wysocki wrote: > On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso wrote: >> On 18 June 2015 at 23:50, Rafael J. Wysocki wrote: >> > On Wednesday, June 17, 2015 03:42:12 PM Tomeu Vizoso wrote: >> >> To decrease the chances of devices deferring their prob

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-19 Thread Rafael J. Wysocki
On Friday, June 19, 2015 03:36:46 PM Tomeu Vizoso wrote: > On 18 June 2015 at 23:50, Rafael J. Wysocki wrote: > > On Wednesday, June 17, 2015 03:42:12 PM Tomeu Vizoso wrote: > >> To decrease the chances of devices deferring their probes because of > >> dependencies not having probed yet because of

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-19 Thread Tomeu Vizoso
On 18 June 2015 at 23:50, Rafael J. Wysocki wrote: > On Wednesday, June 17, 2015 03:42:12 PM Tomeu Vizoso wrote: >> To decrease the chances of devices deferring their probes because of >> dependencies not having probed yet because of their drivers not having >> registered yet, delay all probing un

Re: [PATCH 02/13] driver-core: defer all probes until late_initcall

2015-06-18 Thread Rafael J. Wysocki
On Wednesday, June 17, 2015 03:42:12 PM Tomeu Vizoso wrote: > To decrease the chances of devices deferring their probes because of > dependencies not having probed yet because of their drivers not having > registered yet, delay all probing until the late initcall level. > > This will allow us to a