Re: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-07-03 Thread Cornelia Huck
On Mon, 25 Jun 2007 01:16:24 -0700, Greg KH <[EMAIL PROTECTED]> wrote: [I'm a bit late to the party, but...] > On Sun, Jun 24, 2007 at 11:04:13PM +0800, Huang, Ying wrote: > > There does exist multithreaded device probing in current driver core > > implementation, supposing two devices are

Re: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-07-03 Thread Cornelia Huck
On Mon, 25 Jun 2007 01:16:24 -0700, Greg KH [EMAIL PROTECTED] wrote: [I'm a bit late to the party, but...] On Sun, Jun 24, 2007 at 11:04:13PM +0800, Huang, Ying wrote: There does exist multithreaded device probing in current driver core implementation, supposing two devices are hot-plugged

Re: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-06-25 Thread Greg KH
On Sun, Jun 24, 2007 at 11:04:13PM +0800, Huang, Ying wrote: > >From: Greg KH [mailto:[EMAIL PROTECTED] > >I'm still not convinced that we need to add this kind of complexity to > >the driver core, instead of just letting the individual driver > >subsystems do this, if they want to do it. > > It

Re: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-06-25 Thread Greg KH
On Sun, Jun 24, 2007 at 11:04:13PM +0800, Huang, Ying wrote: From: Greg KH [mailto:[EMAIL PROTECTED] I'm still not convinced that we need to add this kind of complexity to the driver core, instead of just letting the individual driver subsystems do this, if they want to do it. It may appear

RE: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-06-24 Thread Huang, Ying
>From: Greg KH [mailto:[EMAIL PROTECTED] >I'm still not convinced that we need to add this kind of complexity to >the driver core, instead of just letting the individual driver >subsystems do this, if they want to do it. It may appear not necessary that providing more multithreaded device probing

RE: [PATCH] driver core: multithreaded probing - more parallelismcontrol

2007-06-24 Thread Huang, Ying
From: Greg KH [mailto:[EMAIL PROTECTED] I'm still not convinced that we need to add this kind of complexity to the driver core, instead of just letting the individual driver subsystems do this, if they want to do it. It may appear not necessary that providing more multithreaded device probing in