libata: make ->scr_read/write callbacks return error code
[safe/jmp/linux-2.6] / include / linux / libata.h
2007-07-20 Tejun Heolibata: make ->scr_read/write callbacks return error...
2007-07-20 Tejun Heolibata: implement AC_ERR_NCQ
2007-07-20 Tejun Heolibata: improve EH report formatting
2007-07-20 Tejun Heolibata: add @is_cmd to ata_tf_to_fis()
2007-07-11 Tejun Heolibata: clean up horkage handling
2007-07-11 Tejun Heolibata: simplify PCI legacy SFF host handling
2007-07-11 Oleg Nesterovlibata-core: convert to use cancel_rearming_delayed_work()
2007-07-09 Alan Coxlibata: Support chips with 64K PRD quirk
2007-07-09 Tejun Heolibata-acpi: implement _GTM/_STM support
2007-07-09 Tejun Heolibata: reimplement ACPI invocation
2007-07-09 Tejun Heolibata-acpi: implement ata_acpi_associate()
2007-06-27 Tejun Heolibata: kill ATA_HORKAGE_DMA_RW_ONLY
2007-06-27 Tejun Heolibata: kill the infamous abnormal status message
2007-06-10 Alan Coxlibata-core/sff: Fix multiple assumptions about DMA
2007-06-04 Tejun Heolibata: always use polling SETXFER
2007-05-22 Alan Coxlibata: Kiss post_set_mode goodbye
2007-05-16 Tejun Heolibata: track spindown status and skip spindown_compat...
2007-05-16 Tejun Heolibata-acpi: add ATA_FLAG_ACPI_SATA port flag
2007-05-16 Tejun Heolibata: during revalidation, check n_sectors after...
2007-05-11 Tejun Heolibata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/
2007-05-11 Tejun Heolibata: ignore EH scheduling during initialization
2007-05-11 Tejun Heolibata: clean up SFF init mess
2007-05-11 Tejun Heolibata: reimplement suspend/resume support using sdev...
2007-05-01 Tejun Heolibata: reimplement reset sequencing
2007-05-01 Tejun Heolibata: add deadline support to prereset and reset...
2007-04-28 Tejun Heolibata: separate ATA_EHI_DID_RESET into DID_SOFTRESET...
2007-04-28 Alan Coxlibata: HPA support
2007-04-28 Tejun Heolibata: kill probe_ent and related helpers
2007-04-28 Tejun Heolibata: add init helpers including ata_pci_prepare_nati...
2007-04-28 Tejun Heolibata: convert native PCI host handling to new init...
2007-04-28 Tejun Heolibata: implement ata_host_alloc_pinfo() and ata_host_r...
2007-04-28 Tejun Heolibata: separate out ata_host_alloc() and ata_host_regi...
2007-04-28 Tejun Heolibata: separate out ata_host_start()
2007-04-28 Tejun Heolibata: allocate ap separately from shost
2007-04-28 Mark Lordlibata: add support for READ/WRITE LONG
2007-04-28 Alan Coxlibata: Change prototype of mode_filter to remove ata_port*
2007-04-28 Alanpata: expose set_mode method so it can be wrapped
2007-04-28 Alan Coxlibata: cable detection fixes
2007-04-28 Alanlibata: dev_config does not need ap and adev passing
2007-04-28 Jeff Garzik[libata] export sata_print_link_status()
2007-04-04 Albert Leelibata: Limit ATAPI DMA to R/W commands only for TORiSA...
2007-04-04 Albert Leelibata: Limit max sector to 128 for TORiSAN DVD drives...
2007-04-04 Albert Leelibata: reorder HSM_ST_FIRST for easier decoding (take 3)
2007-03-02 Tejun Heolibata: add CONFIG_PM to libata core layer
2007-03-02 Alanlibata-core: Fix simplex handling
2007-02-25 AlanAdd id_to_dma_mode function for printing DMA modes
2007-02-21 Tejun Heolibata: s/ap->id/ap->print_id/g
2007-02-21 Tejun Heolibata: separate out ata_ncq_enabled()
2007-02-21 Tejun Heolibata: put some intelligence into EH speed down sequence
2007-02-21 Akira Iguchilibata: PATA driver for Celleb
2007-02-16 Kristen Carlson... [PATCH] libata: ACPI and _GTF support
2007-02-15 Alan Coxlibata: Add a host flag to indicate lack of IORDY capab...
2007-02-09 Jeff Garziklibata: kill ATA_ENABLE_PATA
2007-02-09 Akira Iguchilibata: add another IRQ calls (core and headers)
2007-02-09 Tejun Heolibata: convert to iomap
2007-02-09 Tejun Heolibata: remove unused functions
2007-02-09 Tejun Heolibata: update libata core layer to use devres
2007-02-09 Tejun Heolibata: implement ata_host_detach()
2007-02-09 Tejun Heolibata: kill qc->nsect and cursect
2007-02-09 Tejun Heolibata: handle pci_enable_device() failure while resuming
2007-02-09 Alan Cox[PATCH] pci: Move PCI_VDEVICE from libata to core
2007-02-09 Jeff Garzik[libata] trim trailing whitespace
2007-02-02 Alanlibata: Fix ata_busy_wait() kernel docs
2007-01-25 Tejun Heolibata: implement ATA_FLAG_IGN_SIMPLEX and use it in...
2007-01-25 Alanlibata: set_mode, Fix the FIXME
2007-01-24 Brian Kinglibata: Initialize qc->pad_len
2007-01-24 Brian Kinglibata: Fixup n_elem initialization
2007-01-20 Tejun Heolibata: initialize qc->dma_dir to DMA_NONE
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Tejun Heo[PATCH] libata: always use polling IDENTIFY
2006-12-03 Tejun Heo[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING...
2006-12-03 Tejun Heo[PATCH] libata: remove unused HSM_ST_UNKNOWN
2006-12-02 Tejun Heo[PATCH] libata: implement presence detection via pollin...
2006-12-02 Tejun Heo[PATCH] libata: use FLUSH_EXT only when driver is large...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_P...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_PRINTINFO
2006-12-02 Tejun Heo[PATCH] libata: separate out and export sata_port_hardr...
2006-12-02 Tejun Heo[PATCH] libata: move ata_irq_on() into libata-sff.c
2006-12-02 Tejun Heo[PATCH] libata: handle 0xff status properly
2006-12-02 Alan Cox[PATCH] libata: Revamp blacklist support to allow multi...
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-11-01 Tejun Heo[PATCH] libata: unexport ata_dev_revalidate()
2006-10-21 Tejun Heo[PATCH] libata: typo fix
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-30 Tejun Heo[PATCH] libata: turn off NCQ if queue depth is adjusted...
2006-09-30 Tejun Heo[PATCH] libata: cosmetic changes to constants
2006-09-28 Jeff Garzik[libata] Use new PCI_VDEVICE() macro to dramatically...
2006-09-25 Jeff Garzik[libata] No need for all those arch libata-portmap...
2006-09-19 Alan Cox[PATCH] libata: improve handling of diagostic fail...
2006-09-19 Tejun Heo[PATCH] libata: fix non-uniform ports handling
2006-08-31 Jeff GarzikMerge branch 'upstream' into pata-drivers
2006-08-31 Jeff Garzik[libata] Trim trailing whitespace.
2006-08-29 Jeff Garzik[libata] Add a bunch of PATA drivers.
2006-08-24 Jeff Garziklibata: Grand renaming.
2006-08-14 Alan Cox[PATCH] libata: Add CompactFlash support
2006-08-10 Jeff Garzik[ATA] Increase lba48 max-sectors from 200 to 256.
2006-08-10 Tejun Heo[PATCH] libata: kill unused hard_port_no and legacy_mode
2006-08-10 Tejun Heo[PATCH] libata: implement dummy port
2006-08-10 Alan Cox[PATCH] libata: rework legacy handling to remove much...
next