Re: [PATCH v7] ata/pata_buddha: Probe via modalias instead of initcall

2019-08-23 Thread Max Staudt
On 08/23/2019 02:59 PM, Jens Axboe wrote: > On 8/23/19 4:49 AM, Max Staudt wrote: >> Up until now, the pata_buddha driver would only check for cards on >> initcall time. Now, the kernel will call its probe function as soon >> as a compatible card is detected. > > Applied for 5.4, thanks everyone.

Re: [PATCH v7] ata/pata_buddha: Probe via modalias instead of initcall

2019-08-23 Thread Jens Axboe
On 8/23/19 4:49 AM, Max Staudt wrote: > Up until now, the pata_buddha driver would only check for cards on > initcall time. Now, the kernel will call its probe function as soon > as a compatible card is detected. Applied for 5.4, thanks everyone. -- Jens Axboe

Re: [PATCH v7] ata/pata_buddha: Probe via modalias instead of initcall

2019-08-23 Thread Bartlomiej Zolnierkiewicz
On 8/23/19 12:49 PM, Max Staudt wrote: > Up until now, the pata_buddha driver would only check for cards on > initcall time. Now, the kernel will call its probe function as soon > as a compatible card is detected. > > v7: Removed suppress_bind_attrs that slipped in > > v6: Only do the drvdata w

[PATCH v7] ata/pata_buddha: Probe via modalias instead of initcall

2019-08-23 Thread Max Staudt
Up until now, the pata_buddha driver would only check for cards on initcall time. Now, the kernel will call its probe function as soon as a compatible card is detected. v7: Removed suppress_bind_attrs that slipped in v6: Only do the drvdata workaround for X-Surf (remove breaks otherwise) Styl