aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_via.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig1-8/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-19/+1
2017-06-26sata_via: Enable optional hotplug on VT6420Ondrej Zary1-4/+13
2017-06-12ata: declare ata_port_info structures as constBhumika Goyal1-3/+3
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-04-11sata_via: Enable hotplug only on VT6421Ondrej Zary1-8/+10
2016-02-25sata_via: Implement hotplug for VT6421Ondrej Zary1-2/+50
2016-02-25sata_via: Apply WD workaround only when needed on VT6421Ondrej Zary1-7/+74
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-2/+2
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-1/+1
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2012-07-25ata: use module_pci_driverAxel Lin1-12/+1
2011-07-23ata: sata_via: Use dev_dbgJoe Perches1-9/+7
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-3/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-3/+3
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-5/+4
2010-11-19sata_via: apply magic FIFO fix to vt6420 tooTejun Heo1-4/+5
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-1/+1
2010-06-07sata_via: explain the magic fixTejun Heo1-2/+16
2010-06-02sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo1-0/+13
2010-05-25libata-sff: separate out BMDMA initTejun Heo1-2/+2
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-1/+1
2010-03-01sata_via: Delay on vt6420 when starting ATAPI DMA writeBart Hartgers1-1/+16
2010-03-01sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers1-3/+5
2009-11-03sata_via: Remove redundant device ID for VIA VT8261JosephChan@via.com.tw1-1/+0
2009-04-13[libata] sata_via: kill uninit'd var warningJeff Garzik1-1/+1
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-8/+8
2009-01-16sata_via: Add VT8261 supportJosephChan@via.com.tw1-0/+2
2008-11-04sata_via: restore vt*_prepare_host error handlingMarcin Slusarz1-1/+3
2008-10-31sata_via: fix support for 5287Tejun Heo1-12/+143
2008-10-22sata_via: load DEVICE register when CTL changesTejun Heo1-3/+32
2008-09-29libata: make SCR access ops per-linkTejun Heo1-12/+12
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-1/+1
2008-04-17libata: rename SFF port opsTejun Heo1-1/+1
2008-04-17libata: rename SFF functionsTejun Heo1-6/+6
2008-04-17libata: kill ata_chk_status()Tejun Heo1-1/+1
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-8/+2
2008-04-17libata: implement and use ops inheritanceTejun Heo1-81/+7
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-4/+8
2008-04-17libata: prefer hardresetTejun Heo1-1/+1
2008-02-15ata: fix sparse warning in sata_via.cHarvey Harrison1-2/+2
2008-02-06sata_via.c: Remove missleading comment.Alejandro Riveira Fernández1-2/+0
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik1-10/+10
2007-10-14more trivial signedness fixes in driversAl Viro1-1/+1
2007-10-12sata_via: kill SATA_PATA_SHARING register handlingTejun Heo1-14/+2