summaryrefslogtreecommitdiff
path: root/include/linux/libata.h
AgeCommit message (Expand)Author
2007-04-04libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee
2007-04-04libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee
2007-04-04libata: reorder HSM_ST_FIRST for easier decoding (take 3)Albert Lee
2007-03-02libata: add CONFIG_PM to libata core layerTejun Heo
2007-03-02libata-core: Fix simplex handlingAlan
2007-02-25Add id_to_dma_mode function for printing DMA modesAlan
2007-02-21libata: s/ap->id/ap->print_id/gTejun Heo
2007-02-21libata: separate out ata_ncq_enabled()Tejun Heo
2007-02-21libata: put some intelligence into EH speed down sequenceTejun Heo
2007-02-21libata: PATA driver for CellebAkira Iguchi
2007-02-16[PATCH] libata: ACPI and _GTF supportKristen Carlson Accardi
2007-02-15libata: Add a host flag to indicate lack of IORDY capabilityAlan Cox
2007-02-09libata: kill ATA_ENABLE_PATAJeff Garzik
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi
2007-02-09libata: convert to iomapTejun Heo
2007-02-09libata: remove unused functionsTejun Heo
2007-02-09libata: update libata core layer to use devresTejun Heo
2007-02-09libata: implement ata_host_detach()Tejun Heo
2007-02-09libata: kill qc->nsect and cursectTejun Heo
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo
2007-02-09[PATCH] pci: Move PCI_VDEVICE from libata to coreAlan Cox
2007-02-09[libata] trim trailing whitespaceJeff Garzik
2007-02-02libata: Fix ata_busy_wait() kernel docsAlan
2007-01-25libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo
2007-01-24libata: set_mode, Fix the FIXMEAlan
2007-01-24libata: Initialize qc->pad_lenBrian King
2007-01-24libata: Fixup n_elem initializationBrian King
2007-01-19libata: initialize qc->dma_dir to DMA_NONETejun Heo
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo
2006-12-03[PATCH] libata: remove unused HSM_ST_UNKNOWNTejun Heo
2006-12-01[PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo
2006-12-01[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo
2006-12-01[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo
2006-12-01[PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo
2006-12-01[PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo
2006-12-01[PATCH] libata: move ata_irq_on() into libata-sff.cTejun Heo
2006-12-01[PATCH] libata: handle 0xff status properlyTejun Heo
2006-12-01[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells
2006-10-31[PATCH] libata: unexport ata_dev_revalidate()Tejun Heo
2006-10-21[PATCH] libata: typo fixTejun Heo
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-30[PATCH] libata: turn off NCQ if queue depth is adjusted to 1Tejun Heo
2006-09-30[PATCH] libata: cosmetic changes to constantsTejun Heo
2006-09-27[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik
2006-09-25[libata] No need for all those arch libata-portmap.h headersJeff Garzik
2006-09-19[PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...Alan Cox