summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ahci: mcp89: enter AHCI mode under Apple BIOS emulationJames Laird2013-11-231-7/+0
* ata: use module_pci_driverAxel Lin2012-07-251-14/+1
* ata_generic: Skip is_intel_ider() check when ata_generic=1 is setAndi Kleen2012-05-221-1/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-3/+2
* [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik2011-03-021-1/+1
* ata: Intel IDE-R supportAlan Cox2010-10-211-1/+53
* ata_generic: drop hard coded DMA force logic for CENATEKTejun Heo2010-08-011-4/+0
* ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo2010-07-011-7/+19
* ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-011-0/+6
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* pata_piccolo: Driver for old Toshiba chipsetsAlan Cox2009-12-031-1/+4
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-2/+2
* libata: beef up iteratorsTejun Heo2008-12-281-4/+1
* ata: Switch all my stuff to a common addressAlan Cox2008-10-271-1/+1
* pata_atiixp: Don't disableAlan Cox2008-05-061-0/+6
* libata: rename SFF functionsTejun Heo2008-04-171-2/+2
* 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-2/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-29/+2
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-0/+1
* ata_generic: Cenatek supportAlan Cox2008-01-231-1/+6
* libata: kill ata_id_to_dma_mode()Tejun Heo2008-01-231-1/+16
* ata_generic: unindent loop in generic_set_mode()Tejun Heo2008-01-231-15/+16
* 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 config/EH related functionsTejun Heo2007-10-121-3/+4
* libata-link: implement and use link/device iteratorsTejun Heo2007-10-121-4/+3
* libata-link: introduce ata_linkTejun Heo2007-10-121-1/+1
* [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-1/+1
* [libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik2007-07-091-1/+1
* ata_generic: Check the right register for the DMA enabled flagsAlan Cox2007-07-031-1/+1
* libata: bump versionsJeff Garzik2007-05-211-1/+1
* libata: clean up SFF init messTejun Heo2007-05-111-3/+3
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-111-5/+1
* pata: cable methodsAlan Cox2007-04-281-30/+2
* libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-021-0/+4
* [libata] bump versionsJeff Garzik2007-02-261-1/+1
* libata: Use new id_to_dma_mode function to tidy reporting in more drivers (mi...Alan2007-02-251-2/+2
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+2
* libata: convert to iomapTejun Heo2007-02-091-2/+2
* libata: update libata LLDs to use devresTejun Heo2007-02-091-2/+0
* libata: set_mode, Fix the FIXMEAlan2007-01-241-2/+4
* [PATCH] libata: kill unnecessary sht->max_sectors initializationsTejun Heo2006-12-031-1/+0
* [PATCH] PATA libata: suspend/resume simple casesAlan2006-12-011-2/+6