summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* libata: fix off-by-one in error categorizationTejun Heo2008-01-231-7/+6Star
* libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-4/+4
* drivers/ata/libata-eh.c: fix printk warningAndrew Morton2008-01-231-1/+2
* [libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik2008-01-231-1/+1
* libata: implement fast speed down for unverified data transfer modeTejun Heo2008-01-231-14/+83
* libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo2008-01-231-2/+31
* libata: adjust speed down rulesTejun Heo2008-01-231-6/+6
* libata: clean up EH speed down implementationTejun Heo2008-01-231-44/+73
* libata: move ata_set_mode() to libata-eh.cTejun Heo2008-01-231-0/+25
* libata: factor out ata_eh_schedule_probe()Tejun Heo2008-01-231-17/+21
* libata-acpi: add ACPI _PSx methodShaohua Li2008-01-231-0/+3
* libata: don't normalize UNKNOWN to NONE after resetTejun Heo2008-01-101-3/+1Star
* libata-pmp: propagate timeout to host linkTejun Heo2008-01-101-5/+15
* libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo2007-12-181-2/+2
* libata: report protocol and full CDB on errorTejun Heo2007-12-011-9/+33
* libata: remove unused functionsAdrian Bunk2007-11-191-95/+0Star
* libata: consider errors not associated with commands for speed downTejun Heo2007-11-031-6/+13
* libata: more robust reset failure handlingTejun Heo2007-11-031-9/+16
* libata: cosmetic clean up / reorganization of ata_eh_reset()Tejun Heo2007-11-031-56/+56
* libata: fix timing computation in ata_eh_reset()Tejun Heo2007-11-031-1/+1
* libata: implement and use ATA_QCFLAG_QUIETTejun Heo2007-10-301-1/+3
* libata: stop being overjealous about non-IO commandsTejun Heo2007-10-301-5/+11
* [libata] Link power management infrastructureKristen Carlson Accardi2007-10-291-0/+4
* libata: no need to speed down if already at PIO0Tejun Heo2007-10-291-1/+1
* libata: relocate forcing PIO0 on resetTejun Heo2007-10-291-0/+19
* libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-291-1/+3
* libata: cosmetic clean up in ata_eh_reset()Tejun Heo2007-10-251-6/+6
* [libata] checkpatch-inspired cleanupsJeff Garzik2007-10-241-7/+7
* [libata] struct pci_dev related cleanupsJeff Garzik2007-10-121-0/+1
* libata: use ata_exec_internal() for PMP register accessTejun Heo2007-10-121-3/+14
* libata: implement ATA_PFLAG_RESETTINGTejun Heo2007-10-121-0/+11
* libata: add @timeout to ata_exec_internal[_sg]()Tejun Heo2007-10-121-2/+2
* libata: wrap schedule_timeout_uninterruptible() in loopTejun Heo2007-10-121-1/+2
* libata: skip suppress reporting if ATA_EHI_QUIETTejun Heo2007-10-121-0/+3
* libata: add human-readable error value decodingRobert Hancock2007-10-121-0/+45
* libata-pmp: hook PMP support and enable itTejun Heo2007-10-121-3/+15
* libata-pmp: update ata_eh_reset() for PMPTejun Heo2007-10-121-0/+2
* libata-pmp-prep: implement sata_async_notification()Tejun Heo2007-10-121-0/+73
* libata-pmp-prep: implement EH fast-fail pathTejun Heo2007-10-121-1/+1
* libata-pmp-prep: implement ATA_LFLAG_DISABLEDTejun Heo2007-10-121-1/+29
* libata-pmp-prep: implement ATA_LFLAG_NO_RETRYTejun Heo2007-10-121-1/+4
* libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMBTejun Heo2007-10-121-10/+32
* libata-pmp-prep: implement qc_defer helpersTejun Heo2007-10-121-0/+5
* libata-pmp-prep: make a number of functions global to libataTejun Heo2007-10-121-16/+15Star
* libata-pmp-prep: add @new_class to ata_dev_revalidate()Tejun Heo2007-10-121-1/+2
* libata: move EH repeat reporting into ata_eh_report()Tejun Heo2007-10-121-12/+18
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-121-0/+67
* libata-link: update EH to deal with PMP linksTejun Heo2007-10-121-70/+158
* libata-link: update ata_scsi_error() to handle PMP linksTejun Heo2007-10-121-4/+9
* libata-link: implement ata_link_abort()Tejun Heo2007-10-121-14/+36