[PATCH 3/8] driver-core: add driver module asynchronous probe support

2015-03-30 Thread Dmitry Torokhov
From: "Luis R. Rodriguez" Some init systems may wish to express the desire to have device drivers run their probe() code asynchronously. This implements support for this and allows userspace to request async probe as a preference through a generic shared device driver module parameter, async_prob

[PATCH 3/8] driver-core: add driver module asynchronous probe support

2015-01-16 Thread Dmitry Torokhov
From: Luis R. Rodriguez Some init systems may wish to express the desire to have device drivers run their probe() code asynchronously. This implements support for this and allows userspace to request async probe as a preference through a generic shared device driver module parameter, async_probe.