aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17libata: implement ATA_QCFLAG_RETRYTejun Heo1-10/+8
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-0/+25
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo1-1/+1
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo1-13/+8
2008-04-17libata: prefer hardresetTejun Heo1-64/+35
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo1-1/+1
2008-03-10libata: allow LLDs w/o any reset methodTejun Heo1-0/+10
2008-02-20libata: implement libata.force module parameterTejun Heo1-3/+5
2008-01-23libata: fix off-by-one in error categorizationTejun Heo1-7/+6
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-4/+4
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton1-1/+2
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik1-1/+1
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo1-14/+83
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo1-2/+31
2008-01-23libata: adjust speed down rulesTejun Heo1-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo1-44/+73
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo1-0/+25
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo1-17/+21
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li1-0/+3
2008-01-10libata: don't normalize UNKNOWN to NONE after resetTejun Heo1-3/+1
2008-01-10libata-pmp: propagate timeout to host linkTejun Heo1-5/+15
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo1-2/+2
2007-12-01libata: report protocol and full CDB on errorTejun Heo1-9/+33
2007-11-19libata: remove unused functionsAdrian Bunk1-95/+0
2007-11-03libata: consider errors not associated with commands for speed downTejun Heo1-6/+13
2007-11-03libata: more robust reset failure handlingTejun Heo1-9/+16
2007-11-03libata: cosmetic clean up / reorganization of ata_eh_reset()Tejun Heo1-56/+56
2007-11-03libata: fix timing computation in ata_eh_reset()Tejun Heo1-1/+1
2007-10-30libata: implement and use ATA_QCFLAG_QUIETTejun Heo1-1/+3
2007-10-30libata: stop being overjealous about non-IO commandsTejun Heo1-5/+11
2007-10-29[libata] Link power management infrastructureKristen Carlson Accardi1-0/+4
2007-10-29libata: no need to speed down if already at PIO0Tejun Heo1-1/+1
2007-10-29libata: relocate forcing PIO0 on resetTejun Heo1-0/+19
2007-10-29libata: track SLEEP state and issue SRST to wake it upTejun Heo1-1/+3
2007-10-25libata: cosmetic clean up in ata_eh_reset()Tejun Heo1-6/+6
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-7/+7
2007-10-12[libata] struct pci_dev related cleanupsJeff Garzik1-0/+1
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo1-3/+14
2007-10-12libata: implement ATA_PFLAG_RESETTINGTejun Heo1-0/+11
2007-10-12libata: add @timeout to ata_exec_internal[_sg]()Tejun Heo1-2/+2
2007-10-12libata: wrap schedule_timeout_uninterruptible() in loopTejun Heo1-1/+2
2007-10-12libata: skip suppress reporting if ATA_EHI_QUIETTejun Heo1-0/+3
2007-10-12libata: add human-readable error value decodingRobert Hancock1-0/+45
2007-10-12libata-pmp: hook PMP support and enable itTejun Heo1-3/+15
2007-10-12libata-pmp: update ata_eh_reset() for PMPTejun Heo1-0/+2
2007-10-12libata-pmp-prep: implement sata_async_notification()Tejun Heo1-0/+73
2007-10-12libata-pmp-prep: implement EH fast-fail pathTejun Heo1-1/+1
2007-10-12libata-pmp-prep: implement ATA_LFLAG_DISABLEDTejun Heo1-1/+29
2007-10-12libata-pmp-prep: implement ATA_LFLAG_NO_RETRYTejun Heo1-1/+4
2007-10-12libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMBTejun Heo1-10/+32