summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)AuthorLines
2008-05-19libata: ignore recovered PHY errorsTejun Heo-6/+1
2008-05-19libata: kill hotplug related race conditionTejun Heo-10/+42
2008-05-19libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo-28/+18
2008-05-19libata: reorganize ata_eh_reset() no reset method pathTejun Heo-50/+52
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord-1/+1
2008-04-25libata-eh set tf flags in NCQ EH result_tfMark Lord-0/+1
2008-04-17libata: make EH fail gracefully if no reset method is availableTejun Heo-1/+6
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo-1/+1
2008-04-17libata: kill dead code paths in reset pathTejun Heo-18/+1
2008-04-17libata: implement PMP helpersTejun Heo-7/+7
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo-18/+8
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo-0/+5
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo-5/+2
2008-04-17libata: rename SFF functionsTejun Heo-1/+1
2008-04-17libata: implement ATA_QCFLAG_RETRYTejun Heo-10/+8
2008-04-17libata: make reset related methods proper port operationsTejun Heo-0/+25
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo-1/+1
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo-13/+8
2008-04-17libata: prefer hardresetTejun Heo-64/+35
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo-1/+1
2008-03-10libata: allow LLDs w/o any reset methodTejun Heo-0/+10
2008-02-20libata: implement libata.force module parameterTejun Heo-3/+5
2008-01-23libata: fix off-by-one in error categorizationTejun Heo-7/+6
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo-4/+4
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton-1/+2
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik-1/+1
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo-14/+83
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo-2/+31
2008-01-23libata: adjust speed down rulesTejun Heo-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo-44/+73
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo-0/+25
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo-17/+21
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li-0/+3
2008-01-10libata: don't normalize UNKNOWN to NONE after resetTejun Heo-3/+1
2008-01-10libata-pmp: propagate timeout to host linkTejun Heo-5/+15
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo-2/+2
2007-12-01libata: report protocol and full CDB on errorTejun Heo-9/+33
2007-11-19libata: remove unused functionsAdrian Bunk-95/+0
2007-11-03libata: consider errors not associated with commands for speed downTejun Heo-6/+13
2007-11-03libata: more robust reset failure handlingTejun Heo-9/+16
2007-11-03libata: cosmetic clean up / reorganization of ata_eh_reset()Tejun Heo-56/+56
2007-11-03libata: fix timing computation in ata_eh_reset()Tejun Heo-1/+1
2007-10-30libata: implement and use ATA_QCFLAG_QUIETTejun Heo-1/+3
2007-10-30libata: stop being overjealous about non-IO commandsTejun Heo-5/+11
2007-10-29[libata] Link power management infrastructureKristen Carlson Accardi-0/+4
2007-10-29libata: no need to speed down if already at PIO0Tejun Heo-1/+1
2007-10-29libata: relocate forcing PIO0 on resetTejun Heo-0/+19
2007-10-29libata: track SLEEP state and issue SRST to wake it upTejun Heo-1/+3
2007-10-25libata: cosmetic clean up in ata_eh_reset()Tejun Heo-6/+6
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik-7/+7