summaryrefslogtreecommitdiff
path: root/drivers/ata/acard-ahci.c
diff options
context:
space:
mode:
authorMax Staudt <max@enpas.org>2019-08-23 13:49:11 +0300
committerJens Axboe <axboe@kernel.dk>2019-08-23 15:58:50 +0300
commit12ce6b0d21c2038ddae9da418aab198e284ad922 (patch)
treeb806bcaedb12eab3f4acc68e13620ab4d6f8e2ea /drivers/ata/acard-ahci.c
parente21a712a9685488f5ce80495b37b9fdbe96c230d (diff)
downloadlinux-12ce6b0d21c2038ddae9da418aab198e284ad922.tar.xz
ata/pata_buddha: Probe via modalias instead of initcall
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) Style v5: Remove module_exit(): There's no good way to handle the X-Surf hack. Also include a workaround to save X-Surf's drvdata in case zorro8390 is active. v4: Clean up pata_buddha_probe() by using ent->driver_data. Support X-Surf via late_initcall() v3: Clean up devm_*, implement device removal. v2: Rename 'zdev' to 'z' to make the patch easy to analyse with git diff --ignore-space-change Signed-off-by: Max Staudt <max@enpas.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata/acard-ahci.c')
0 files changed, 0 insertions, 0 deletions