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

2015-03-18 Thread Dmitry Torokhov
On Tue, Mar 03, 2015 at 01:18:52PM -0800, Dmitry Torokhov wrote: > On Sat, Feb 07, 2015 at 06:06:15PM +0800, Greg Kroah-Hartman wrote: > > On Tue, Feb 03, 2015 at 03:12:19PM -0800, Dmitry Torokhov wrote: > > > On Fri, Jan 16, 2015 at 03:33:09PM -0800, Dmitry Torokhov wrote: > > > > This series is a

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

2015-03-03 Thread Dmitry Torokhov
On Sat, Feb 07, 2015 at 06:06:15PM +0800, Greg Kroah-Hartman wrote: > On Tue, Feb 03, 2015 at 03:12:19PM -0800, Dmitry Torokhov wrote: > > On Fri, Jan 16, 2015 at 03:33:09PM -0800, Dmitry Torokhov wrote: > > > This series is a combination of changes proposed by Luis a couple months > > > ago and im

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

2015-02-07 Thread Greg Kroah-Hartman
On Tue, Feb 03, 2015 at 03:12:19PM -0800, Dmitry Torokhov wrote: > On Fri, Jan 16, 2015 at 03:33:09PM -0800, 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

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

2015-02-03 Thread Dmitry Torokhov
On Fri, Jan 16, 2015 at 03:33:09PM -0800, 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 0/8] Asynchronous device/driver probing support

2015-01-16 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