aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23libata: switch to using block layer tagging supportJens Axboe1-1/+0
2008-10-22libata: transfer EHI control flags to slave ehc.iTejun Heo1-0/+3
2008-09-29libata: reorder ata_device to remove 8 bytes of padding on 64 bitsRichard Kennedy1-1/+1
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-2/+11
2008-09-29libata: implement slave_linkTejun Heo1-3/+5
2008-09-29libata: misc updates to prepare for slave linkTejun Heo1-2/+4
2008-09-29libata: reimplement link iteratorTejun Heo1-25/+8
2008-09-29libata: make SCR access ops per-linkTejun Heo1-2/+2
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox1-0/+22
2008-08-22libata: restore SControl on detachTejun Heo1-0/+1
2008-08-22libata: implement no[hs]rst force paramsTejun Heo1-0/+1
2008-07-31pata_it821x: Driver updates and reworkingAlan Cox1-0/+3
2008-07-31libata.h: replace __FUNCTION__ with __func__Alexander Beregalov1-3/+3
2008-07-14libata/ahci: enclosure management supportKristen Carlson Accardi1-0/+21
2008-07-14libata: improve EH internal command timeout handlingTejun Heo1-1/+7
2008-07-14libata: improve EH retry delay handlingTejun Heo1-0/+2
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-10/+16
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox1-14/+2
2008-06-04libata: kill unused constantsTejun Heo1-3/+0
2008-05-19libata: ignore SIMG4726 config pseudo deviceTejun Heo1-1/+1
2008-05-19libata: increase PMP register access timeout to 3sTejun Heo1-1/+1
2008-05-19ata: remove FIT() macroHarvey Harrison1-2/+0
2008-05-09[libata] revert new check-ready Status register logicJeff Garzik1-6/+3
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord1-0/+1
2008-05-06libata: improve post-reset device ready testTejun Heo1-0/+15
2008-04-29[libata] linux/libata.h: reorganize ata_device struct members a bitJeff Garzik1-6/+6
2008-04-25make sata_print_link_status() staticAdrian Bunk1-1/+0
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-1/+1
2008-04-17libata: make PMP support optionalTejun Heo1-0/+27
2008-04-17libata: implement PMP helpersTejun Heo1-9/+29
2008-04-17libata: separate PMP support code from core codeTejun Heo1-7/+10
2008-04-17libata: make SFF support optionalTejun Heo1-0/+9
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-1/+0
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo1-2/+1
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+2
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo1-2/+0
2008-04-17libata: clear SError after link resumeTejun Heo1-2/+0
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-0/+2
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-1/+9
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo1-0/+2
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-3/+15
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo1-0/+1
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo1-0/+1
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo1-1/+0
2008-04-17libata: rename SFF port opsTejun Heo1-12/+13
2008-04-17libata: rename SFF functionsTejun Heo1-50/+53
2008-04-17use ATA_TAG_INTERNAL in ata_tag_internal()Yoichi Yuasa1-1/+1
2008-04-17libata: implement ATA_QCFLAG_RETRYTejun Heo1-0/+1
2008-04-17libata: kill ata_chk_status()Tejun Heo1-6/+1
2008-04-17libata: move ata_pci_default_filter() out of CONFIG_PCITejun Heo1-2/+2