Re: [PATCH v3] async: Add cmdline option to specify drivers to be async probed

2019-01-30 Thread Randy Dunlap
On 1/29/19 11:23 PM, Feng Tang wrote: > Asynchronous driver probing can help much on kernel fastboot, and > this option can provide a flexible way to optimize and quickly verify > async driver probe. > > Also it will help in below cases: > * Some driver actually covers several families of HWs, som

Re: [PATCH v3] async: Add cmdline option to specify drivers to be async probed

2019-01-29 Thread Greg Kroah-Hartman
On Wed, Jan 30, 2019 at 02:38:07PM +0800, Feng Tang wrote: > Asynchronous driver probing can help much on kernel fastboot, and > this option can provide a flexible way to optimize and quickly verify > async driver probe. > > Also it will help in below cases: > * Some driver actually covers several