summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_sil680.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* pata_sil680: minor CodingStyle fixupsBartlomiej Zolnierkiewicz2011-10-141-25/+33
* pata_sil680: constify tablesBartlomiej Zolnierkiewicz2011-10-141-4/+8
* pata_sil680: documentation fixesBartlomiej Zolnierkiewicz2011-10-141-11/+13
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* pata_sil680: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+12
* pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov2010-10-211-2/+2
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-1/+1
* pata_sil680: Do our own exec_command postingAlan Cox2010-05-141-4/+26
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* ata: use pci_dev->revisionSergei Shtylyov2009-12-031-4/+2
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-4/+4
* libata: Add 32bit PIO supportAlan Cox2009-01-081-2/+2
* ata: Switch all my stuff to a common addressAlan Cox2008-10-271-1/+0
* pata_sil680: convert CONFIG_PPC_MERGE to CONFIG_PPCKumar Gala2008-09-291-1/+1
* pata_sil680: remove duplicate pcim_enable_deviceDavid Milburn2008-09-081-3/+0
* libata: rename SFF functionsTejun Heo2008-04-171-5/+5
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-1/+1
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-3/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-28/+2
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: PCI device should be powered up before being accessedTejun Heo2008-04-171-2/+11
* pata_sil680: Fix build on arch/ppcBenjamin Herrenschmidt2008-04-091-1/+1
* pata_sil680: only enable MMIO on Cell bladesBenjamin Herrenschmidt2008-03-291-1/+5
* pata_sil680: kill bogus reset code (take 2)Sergei Shtylyov2007-11-231-30/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* [libata] pata_sil680: Add MMIO supportBenjamin Herrenschmidt2007-10-151-4/+57
* libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox2007-10-121-1/+1
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* libata-link: linkify resetTejun Heo2007-10-121-3/+4
* [libata] Bump driver versionsJeff Garzik2007-08-311-1/+1
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-2/+2
* [libata] pata_sil680: minor cleanups from benhJeff Garzik2007-07-091-5/+8
* [libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik2007-07-091-2/+2
* libata: clean up SFF init messTejun Heo2007-05-111-5/+5
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-111-4/+0
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-011-2/+4
* [libata] Update several PATA drivers for new ->cable_detect hookJeff Garzik2007-04-281-8/+3
* libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-021-0/+4
* libata: add missing PM callbacksTejun Heo2007-03-021-0/+4
* [libata] Trim trailing whitespace.Jeff Garzik2007-02-261-2/+2
* pata_sil680: Assorted fixesAlan2007-02-211-2/+12