aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
Commit message (Expand)AuthorAge
* libata: reimplement reset sequencingTejun Heo2007-05-01
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-01
* libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESETTejun Heo2007-04-28
* libata: HPA supportAlan Cox2007-04-28
* libata: kill probe_ent and related helpersTejun Heo2007-04-28
* libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo2007-04-28
* libata: convert native PCI host handling to new init modelTejun Heo2007-04-28
* libata: implement ata_host_alloc_pinfo() and ata_host_register()Tejun Heo2007-04-28
* libata: separate out ata_host_alloc() and ata_host_register()Tejun Heo2007-04-28
* libata: separate out ata_host_start()Tejun Heo2007-04-28
* libata: allocate ap separately from shostTejun Heo2007-04-28
* libata: add support for READ/WRITE LONGMark Lord2007-04-28
* libata: Change prototype of mode_filter to remove ata_port*Alan Cox2007-04-28
* pata: expose set_mode method so it can be wrappedAlan2007-04-28
* libata: cable detection fixesAlan Cox2007-04-28
* libata: dev_config does not need ap and adev passingAlan2007-04-28
* [libata] export sata_print_link_status()Jeff Garzik2007-04-28
* libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee2007-04-04
* libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee2007-04-04
* libata: reorder HSM_ST_FIRST for easier decoding (take 3)Albert Lee2007-04-04
* 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