aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_via.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-17pata_via: Cache and rewrite the device bitAlan Cox1-7/+67
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-12/+12
2009-02-17Add support for VT6415 PCIE PATA IDE Host ControllerZlatko Calusic1-1/+3
2009-01-26[libata] pata_via: support VX855, future chips whose IDE controller use 0x0571JosephChan@via.com.tw1-5/+17
2008-10-27ata: Switch all my stuff to a common addressAlan Cox1-1/+0
2008-08-22pata_via: clean up recent tf_load changesTejun Heo1-48/+11
2008-07-31pata_via: add VX800 flag; add function for fixing h/w bugsJosephChan@via.com.tw1-1/+63
2008-05-19ata: remove FIT() macroHarvey Harrison1-7/+7
2008-04-29pata_via: Fix 6410 misdetectAlan Cox1-5/+6
2008-04-17libata: rename SFF port opsTejun Heo1-1/+1
2008-04-17libata: rename SFF functionsTejun Heo1-3/+3
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-13/+1
2008-04-17libata: stop overloading port_info->private_dataTejun Heo1-11/+8
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo1-7/+1
2008-04-17libata: implement and use ops inheritanceTejun Heo1-58/+3
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-04-17libata: PCI device should be powered up before being accessedTejun Heo1-1/+13
2008-02-11pata_via: fix SATA cable detection on cx700Tejun Heo1-1/+5
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo1-1/+2
2007-12-04pata_amd/pata_via: de-couple programming of PIO/MWDMA and UDMA timingsBartlomiej Zolnierkiewicz1-2/+2
2007-10-29[libata] fix 'if(' and similar areas that lack whitespaceJeff Garzik1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-12libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox1-2/+2
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-2/+0
2007-10-12libata pata_via: ACPI checks for 80wire cableAlan Cox1-0/+3
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-2/+0
2007-10-12libata-link: linkify resetTejun Heo1-2/+3
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-09-10[libata, IDE] add new VIA bridge to VIA PATA driversJoseph Chan1-0/+1
2007-09-10Fix broken pata_via cable detectionLaurent Riffard1-3/+10
2007-08-23pata_via: Add Arima W730-K8 and other rebadgingsAlan Cox1-1/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+2
2007-07-09[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik1-4/+4
2007-06-04libata: always use polling SETXFERTejun Heo1-6/+6
2007-05-25[libata] sata_via, pata_via: Add PCI IDs.Jeff Garzik1-4/+5
2007-05-24pata_via: Handle laptops via DMIAlan Cox1-0/+29
2007-05-11libata: clean up SFF init messTejun Heo1-16/+16
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-2/+3
2007-04-28pata_via: Use cable_detect methodAlan Cox1-15/+12
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+6
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-1/+1
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+4
2007-02-09libata: convert to iomapTejun Heo1-2/+2
2007-02-09libata: update libata LLDs to use devresTejun Heo1-4/+0
2007-02-09[libata] trim trailing whitespaceJeff Garzik1-5/+5
2007-02-02pata_via: Correct missing commentsAlan1-1/+2
2007-01-27via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support for CX700 and 8237SJosepch Chan1-0/+1
2006-12-20[libata] pata_via: suspend/resume support fixAndrew Morton1-1/+1
2006-12-16[PATCH] pata_via: Cable detect errorAlan1-2/+7