summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_via.c
Commit message (Expand)AuthorAgeFilesLines
* sata_via: Implement hotplug for VT6421Ondrej Zary2016-02-251-2/+50
* sata_via: Apply WD workaround only when needed on VT6421Ondrej Zary2016-02-251-7/+74
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-2/+2
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-1/+1
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* libata: update "Maintained by:" tagsTejun Heo2013-05-141-1/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* ata: sata_via: Use dev_dbgJoe Perches2011-07-231-9/+7
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-3/+3
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-8/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-5/+4
* sata_via: apply magic FIFO fix to vt6420 tooTejun Heo2010-11-191-4/+5
* libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-211-1/+1
* sata_via: explain the magic fixTejun Heo2010-06-071-2/+16
* sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo2010-06-021-0/+13
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-2/+2
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-1/+1
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-1/+1
* sata_via: Delay on vt6420 when starting ATAPI DMA writeBart Hartgers2010-03-011-1/+16
* sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers2010-03-011-3/+5
* sata_via: Remove redundant device ID for VIA VT8261JosephChan@via.com.tw2009-11-031-1/+0
* [libata] sata_via: kill uninit'd var warningJeff Garzik2009-04-131-1/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-8/+8
* sata_via: Add VT8261 supportJosephChan@via.com.tw2009-01-161-0/+2
* sata_via: restore vt*_prepare_host error handlingMarcin Slusarz2008-11-041-1/+3
* sata_via: fix support for 5287Tejun Heo2008-10-311-12/+143
* sata_via: load DEVICE register when CTL changesTejun Heo2008-10-221-3/+32
* libata: make SCR access ops per-linkTejun Heo2008-09-291-12/+12
* libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-171-1/+1
* libata: rename SFF port opsTejun Heo2008-04-171-1/+1
* libata: rename SFF functionsTejun Heo2008-04-171-6/+6
* libata: kill ata_chk_status()Tejun Heo2008-04-171-1/+1
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-8/+2
* libata: implement and use ops inheritanceTejun Heo2008-04-171-81/+7
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-4/+8
* libata: prefer hardresetTejun Heo2008-04-171-1/+1
* ata: fix sparse warning in sata_via.cHarvey Harrison2008-02-151-2/+2
* sata_via.c: Remove missleading comment.Alejandro Riveira Fernández2008-02-061-2/+0
* [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-291-10/+10
* more trivial signedness fixes in driversAl Viro2007-10-141-1/+1
* sata_via: kill SATA_PATA_SHARING register handlingTejun Heo2007-10-121-14/+2
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-121-0/+3
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-6/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-3/+0
* libata-link: linkify resetTejun Heo2007-10-121-2/+3
* libata-link: introduce ata_linkTejun Heo2007-10-121-1/+1
* Fix sata_via write errors on PATA drive connected to VT6421Ondrej Zary2007-09-011-1/+1