summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_via.c
Commit message (Expand)AuthorAgeFilesLines
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-2/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* ata: use pci_get_drvdata()Jingoo Han2013-06-021-1/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* pata_via: add via_fixup()Bartlomiej Zolnierkiewicz2011-10-141-26/+23
* pata_via: disable ATAPI DMA on AVERATEC 3200Tejun Heo2011-08-181-0/+18
* 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-2/+2
* libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-091-0/+2
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-2/+2
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-141-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pata_via: fix VT6410/6415/6330 detection issueJosephChan@via.com.tw2010-03-281-0/+4
* pata_via: Add VIA VX900 supportJosephChan@via.com.tw2010-03-221-0/+1
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* pata_via: store UDMA masks in via_isa_bridges tableBartlomiej Zolnierkiewicz2010-03-011-110/+94
* pata_via: fix address setup timings underlockingBartlomiej Zolnierkiewicz2010-03-011-2/+2
* pata_via: clear UDMA transfer mode bit for PIO and MWDMABartlomiej Zolnierkiewicz2009-12-031-6/+13
* pata_via: Blacklist some combinations of Transcend Flash and viaAlan Cox2009-12-031-0/+27
* pata_via: fix double put on isa bridgeJiri Slaby2009-12-031-6/+4
* pata_via: extend the rev_max for VT6330JosephChan@via.com.tw2009-10-161-1/+1
* pata_via: Cache and rewrite the device bitAlan Cox2009-04-171-7/+67
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-12/+12
* Add support for VT6415 PCIE PATA IDE Host ControllerZlatko Calusic2009-02-171-1/+3
* [libata] pata_via: support VX855, future chips whose IDE controller use 0x0571JosephChan@via.com.tw2009-01-261-5/+17
* ata: Switch all my stuff to a common addressAlan Cox2008-10-271-1/+0
* pata_via: clean up recent tf_load changesTejun Heo2008-08-221-48/+11
* pata_via: add VX800 flag; add function for fixing h/w bugsJosephChan@via.com.tw2008-07-311-1/+63
* ata: remove FIT() macroHarvey Harrison2008-05-191-7/+7
* pata_via: Fix 6410 misdetectAlan Cox2008-04-291-5/+6
* libata: rename SFF port opsTejun Heo2008-04-171-1/+1
* libata: rename SFF functionsTejun Heo2008-04-171-3/+3
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-13/+1
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-11/+8
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-7/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-58/+3
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: PCI device should be powered up before being accessedTejun Heo2008-04-171-1/+13
* pata_via: fix SATA cable detection on cx700Tejun Heo2008-02-111-1/+5
* libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo2008-01-231-1/+2
* pata_amd/pata_via: de-couple programming of PIO/MWDMA and UDMA timingsBartlomiej Zolnierkiewicz2007-12-041-2/+2
* [libata] fix 'if(' and similar areas that lack whitespaceJeff Garzik2007-10-291-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox2007-10-121-2/+2
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-2/+0
* libata pata_via: ACPI checks for 80wire cableAlan Cox2007-10-121-0/+3
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-2/+0
* libata-link: linkify resetTejun Heo2007-10-121-2/+3
* drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-091-1/+1