Age | Commit message (Expand) | Author | Files | Lines |
2015-04-08 | ata: remove deprecated use of pci api | Quentin Lambert | 1 | -2/+2 |
2014-05-10 | ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2014-02-14 | ata: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-06-03 | ata: use pci_get_drvdata() | Jingoo Han | 1 | -1/+1 |
2013-01-04 | Drivers: ata: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -2/+1 |
2012-07-25 | ata: use module_pci_driver | Axel Lin | 1 | -12/+1 |
2011-10-14 | pata_sil680: minor CodingStyle fixups | Bartlomiej Zolnierkiewicz | 1 | -25/+33 |
2011-10-14 | pata_sil680: constify tables | Bartlomiej Zolnierkiewicz | 1 | -4/+8 |
2011-10-14 | pata_sil680: documentation fixes | Bartlomiej Zolnierkiewicz | 1 | -11/+13 |
2011-07-24 | ata: Add and use ata_print_version_once | Joe Perches | 1 | -3/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2010-10-22 | pata_sil680: implement sff_irq_check() method | Sergei Shtylyov | 1 | -0/+12 |
2010-10-22 | pata_sil680: make sil680_sff_exec_command() 'static' | Sergei Shtylyov | 1 | -2/+2 |
2010-05-26 | libata-sff: separate out BMDMA init | Tejun Heo | 1 | -1/+1 |
2010-05-26 | libata-sff: separate out BMDMA irq handler | Tejun Heo | 1 | -1/+1 |
2010-05-15 | pata_sil680: Do our own exec_command posting | Alan Cox | 1 | -4/+26 |
2010-03-01 | libata: Pass host flags into the pci helper | Alan Cox | 1 | -1/+1 |
2009-12-03 | ata: use pci_dev->revision | Sergei Shtylyov | 1 | -4/+2 |
2009-03-25 | [libata] convert drivers to use ata.h mode mask defines | Erik Inge Bolsø | 1 | -4/+4 |
2009-01-09 | libata: Add 32bit PIO support | Alan Cox | 1 | -2/+2 |
2008-10-28 | ata: Switch all my stuff to a common address | Alan Cox | 1 | -1/+0 |
2008-09-29 | pata_sil680: convert CONFIG_PPC_MERGE to CONFIG_PPC | Kumar Gala | 1 | -1/+1 |
2008-09-08 | pata_sil680: remove duplicate pcim_enable_device | David Milburn | 1 | -3/+0 |
2008-04-17 | libata: rename SFF functions | Tejun Heo | 1 | -5/+5 |
2008-04-17 | libata: stop overloading port_info->private_data | Tejun Heo | 1 | -1/+1 |
2008-04-17 | libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht | Tejun Heo | 1 | -3/+1 |
2008-04-17 | libata: implement and use ops inheritance | Tejun Heo | 1 | -28/+2 |
2008-04-17 | libata: implement and use SHT initializers | Tejun Heo | 1 | -15/+1 |
2008-04-17 | libata: PCI device should be powered up before being accessed | Tejun Heo | 1 | -2/+11 |
2008-04-09 | pata_sil680: Fix build on arch/ppc | Benjamin Herrenschmidt | 1 | -1/+1 |
2008-03-29 | pata_sil680: only enable MMIO on Cell blades | Benjamin Herrenschmidt | 1 | -1/+5 |
2007-11-24 | pata_sil680: kill bogus reset code (take 2) | Sergei Shtylyov | 1 | -30/+2 |
2007-10-20 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
2007-10-15 | [libata] pata_sil680: Add MMIO support | Benjamin Herrenschmidt | 1 | -4/+57 |
2007-10-12 | libata: Switch most of the remaining SFF drivers to ata_sff_port_start | Alan Cox | 1 | -1/+1 |
2007-10-12 | [libata] Remove ->port_disable() hook | Jeff Garzik | 1 | -1/+0 |
2007-10-12 | [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() | Jeff Garzik | 1 | -1/+0 |
2007-10-12 | libata-link: linkify reset | Tejun Heo | 1 | -3/+4 |
2007-08-31 | [libata] Bump driver versions | Jeff Garzik | 1 | -1/+1 |
2007-07-09 | [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info | Jeff Garzik | 1 | -2/+2 |
2007-07-09 | [libata] pata_sil680: minor cleanups from benh | Jeff Garzik | 1 | -5/+8 |
2007-07-09 | [libata] PATA drivers: remove ATA_FLAG_SRST | Jeff Garzik | 1 | -2/+2 |
2007-05-12 | libata: clean up SFF init mess | Tejun Heo | 1 | -5/+5 |
2007-05-12 | libata: reimplement suspend/resume support using sdev->manage_start_stop | Tejun Heo | 1 | -4/+0 |
2007-05-01 | libata: add deadline support to prereset and reset methods | Tejun Heo | 1 | -2/+4 |
2007-04-28 | [libata] Update several PATA drivers for new ->cable_detect hook | Jeff Garzik | 1 | -8/+3 |
2007-03-03 | libata: add missing CONFIG_PM in LLDs | Tejun Heo | 1 | -0/+4 |
2007-03-03 | libata: add missing PM callbacks | Tejun Heo | 1 | -0/+4 |
2007-02-26 | [libata] Trim trailing whitespace. | Jeff Garzik | 1 | -2/+2 |
2007-02-21 | pata_sil680: Assorted fixes | Alan | 1 | -2/+12 |