Re: [PATCH v2 0/2] sd: Rely on the driver core for asynchronous probing

2019-05-14 Thread Pavel Machek
Hi! > > This patch series makes the sd driver rely on the driver core for > > asynchronous probing. Although it's probably too late to submit this > > patch series to Linus during the v5.2 merge window, I want to make > > these patches available for review now. > > Applied to 5.3/scsi-queue (by h

Re: [PATCH v2 0/2] sd: Rely on the driver core for asynchronous probing

2019-05-14 Thread Martin K. Petersen
Pavel, > Previous versions broke suspend for me on x60... so I guess I should > test -next tommorow or day after that to see if it works now...? I won't push the 5.3 staging tree out until the merge window is over early next week. But it would be much appreciated if you could verify Bart's fix.

Re: [PATCH v2 0/2] sd: Rely on the driver core for asynchronous probing

2019-05-14 Thread Martin K. Petersen
Bart, > This patch series makes the sd driver rely on the driver core for > asynchronous probing. Although it's probably too late to submit this > patch series to Linus during the v5.2 merge window, I want to make > these patches available for review now. Applied to 5.3/scsi-queue (by hand). Th

[PATCH v2 0/2] sd: Rely on the driver core for asynchronous probing

2019-04-30 Thread Bart Van Assche
Hi Martin, This patch series makes the sd driver rely on the driver core for asynchronous probing. Although it's probably too late to submit this patch series to Linus during the v5.2 merge window, I want to make these patches available for review now. Thanks, Bart. Changes compared to v1: - Re