Re: [PATCH v2 0/8] Asynchronous device/driver probing support

2015-05-18 Thread Greg Kroah-Hartman
On Mon, May 18, 2015 at 02:48:19PM -0700, Dmitry Torokhov wrote: > On Mon, Apr 06, 2015 at 07:45:30PM +0200, Greg Kroah-Hartman wrote: > > On Mon, Apr 06, 2015 at 09:22:51AM -0700, Dmitry Torokhov wrote: > > > On Tue, Mar 31, 2015 at 04:39:49PM -0400, Tejun Heo wrote: > > > > On Mon, Mar 30, 2015 a

Re: [PATCH v2 0/8] Asynchronous device/driver probing support

2015-05-18 Thread Dmitry Torokhov
On Mon, Apr 06, 2015 at 07:45:30PM +0200, Greg Kroah-Hartman wrote: > On Mon, Apr 06, 2015 at 09:22:51AM -0700, Dmitry Torokhov wrote: > > On Tue, Mar 31, 2015 at 04:39:49PM -0400, Tejun Heo wrote: > > > On Mon, Mar 30, 2015 at 04:20:02PM -0700, Dmitry Torokhov wrote: > > > > This series is a combi

Re: [PATCH v2 0/8] Asynchronous device/driver probing support

2015-04-06 Thread Greg Kroah-Hartman
On Mon, Apr 06, 2015 at 09:22:51AM -0700, Dmitry Torokhov wrote: > On Tue, Mar 31, 2015 at 04:39:49PM -0400, Tejun Heo wrote: > > On Mon, Mar 30, 2015 at 04:20:02PM -0700, Dmitry Torokhov wrote: > > > This series is a combination of changes proposed by Luis a couple months > > > ago and implementat

Re: [PATCH v2 0/8] Asynchronous device/driver probing support

2015-04-06 Thread Dmitry Torokhov
On Tue, Mar 31, 2015 at 04:39:49PM -0400, Tejun Heo wrote: > On Mon, Mar 30, 2015 at 04:20:02PM -0700, Dmitry Torokhov wrote: > > This series is a combination of changes proposed by Luis a couple months > > ago and implementation used by Chrome OS. The issue we are trying to solve > > here is "slow

Re: [PATCH v2 0/8] Asynchronous device/driver probing support

2015-03-31 Thread Tejun Heo
On Mon, Mar 30, 2015 at 04:20:02PM -0700, Dmitry Torokhov wrote: > This series is a combination of changes proposed by Luis a couple months > ago and implementation used by Chrome OS. The issue we are trying to solve > here is "slow" devices and drivers spending "too much time" in their probe() > m

[PATCH v2 0/8] Asynchronous device/driver probing support

2015-03-30 Thread Dmitry Torokhov
This series is a combination of changes proposed by Luis a couple months ago and implementation used by Chrome OS. The issue we are trying to solve here is "slow" devices and drivers spending "too much time" in their probe() methods and it affects: - overall kernel boot process when drivers are co