aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
Commit message (Expand)AuthorAge
* libata: add CONFIG_PM to libata core layerTejun Heo2007-03-02
* libata-core: Fix simplex handlingAlan2007-03-02
* Add id_to_dma_mode function for printing DMA modesAlan2007-02-25
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-21
* libata: separate out ata_ncq_enabled()Tejun Heo2007-02-21
* libata: put some intelligence into EH speed down sequenceTejun Heo2007-02-21
* libata: PATA driver for CellebAkira Iguchi2007-02-21
* [PATCH] libata: ACPI and _GTF supportKristen Carlson Accardi2007-02-16
* libata: Add a host flag to indicate lack of IORDY capabilityAlan Cox2007-02-15
* libata: kill ATA_ENABLE_PATAJeff Garzik2007-02-09
* libata: add another IRQ calls (core and headers)Akira Iguchi2007-02-09
* libata: convert to iomapTejun Heo2007-02-09
* libata: remove unused functionsTejun Heo2007-02-09
* libata: update libata core layer to use devresTejun Heo2007-02-09
* libata: implement ata_host_detach()Tejun Heo2007-02-09
* libata: kill qc->nsect and cursectTejun Heo2007-02-09
* libata: handle pci_enable_device() failure while resumingTejun Heo2007-02-09
* [PATCH] pci: Move PCI_VDEVICE from libata to coreAlan Cox2007-02-09
* [libata] trim trailing whitespaceJeff Garzik2007-02-09
* libata: Fix ata_busy_wait() kernel docsAlan2007-02-02
* libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-25
* libata: set_mode, Fix the FIXMEAlan2007-01-24
* libata: Initialize qc->pad_lenBrian King2007-01-24
* libata: Fixup n_elem initializationBrian King2007-01-24
* libata: initialize qc->dma_dir to DMA_NONETejun Heo2007-01-19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-03
| * [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo2006-12-03
| * [PATCH] libata: remove unused HSM_ST_UNKNOWNTejun Heo2006-12-03
| * [PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo2006-12-01
| * [PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo2006-12-01
| * [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2006-12-01
| * [PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo2006-12-01
| * [PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo2006-12-01
| * [PATCH] libata: move ata_irq_on() into libata-sff.cTejun Heo2006-12-01
| * [PATCH] libata: handle 0xff status properlyTejun Heo2006-12-01
| * [PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox2006-12-01
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-22
|/
* [PATCH] libata: unexport ata_dev_revalidate()Tejun Heo2006-10-31
* [PATCH] libata: typo fixTejun Heo2006-10-21
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] libata: turn off NCQ if queue depth is adjusted to 1Tejun Heo2006-09-30
* [PATCH] libata: cosmetic changes to constantsTejun Heo2006-09-30
* [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik2006-09-27
* [libata] No need for all those arch libata-portmap.h headersJeff Garzik2006-09-25
* [PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...Alan Cox2006-09-19
* [PATCH] libata: fix non-uniform ports handlingTejun Heo2006-09-19
* Merge branch 'upstream' into pata-driversJeff Garzik2006-08-31
|\
| * [libata] Trim trailing whitespace.Jeff Garzik2006-08-31