Re: [Patch 6/7] driver core: Per-subsystem multithreaded probing.

2006-11-27 Thread Greg KH
On Mon, Nov 27, 2006 at 10:35:14AM +0100, Cornelia Huck wrote: > From: Cornelia Huck <[EMAIL PROTECTED]> > > Make multithreaded probing work per subsystem instead of per driver. Give me a little time to look over this and 7/7 hopefully later tonight... Your other patches look fine, I've added th

[Patch 6/7] driver core: Per-subsystem multithreaded probing.

2006-11-27 Thread Cornelia Huck
From: Cornelia Huck <[EMAIL PROTECTED]> Make multithreaded probing work per subsystem instead of per driver. It doesn't make much sense to probe the same device for multiple drivers in parallel (after all, only one driver can bind to the device). Instead, create a probing thread for each device t