Re: [driver-core PATCH v10 3/9] driver core: Probe devices asynchronously instead of the driver

2019-01-30 Thread Rafael J. Wysocki
On Tuesday, January 22, 2019 7:39:21 PM CET Alexander Duyck wrote: > Probe devices asynchronously instead of the driver. This results in us > seeing the same behavior if the device is registered before the driver or > after. This way we can avoid serializing the initialization should the > driver

[driver-core PATCH v10 3/9] driver core: Probe devices asynchronously instead of the driver

2019-01-22 Thread Alexander Duyck
Probe devices asynchronously instead of the driver. This results in us seeing the same behavior if the device is registered before the driver or after. This way we can avoid serializing the initialization should the driver not be loaded until after the devices have already been added. The