summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* libata: give devices one last chance even if recovery failed with -EINVALTejun Heo2007-05-111-5/+1
* libata: ignore EH scheduling during initializationTejun Heo2007-05-111-0/+3
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-111-233/+4
* libata: reimplement reset sequencingTejun Heo2007-05-011-17/+41
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-011-5/+5
* libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESETTejun Heo2007-04-281-1/+4
* libata: add missing call to ->cable_detect() in new EH pathTejun Heo2007-04-281-0/+4
* libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo2007-04-281-1/+3
* libata: hardreset on SERR_INTERNALTejun Heo2007-04-281-1/+1
* libata: Clear tf before doing request sense (take 3)Albert Lee2007-04-041-11/+11
* libata: IDENTIFY backwards for drive side cable detectionTejun Heo2007-03-281-24/+42
* libata: don't whine if ->prereset() returns -ENOENTTejun Heo2007-03-191-1/+7
* libata: add CONFIG_PM to libata core layerTejun Heo2007-03-021-0/+29
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-211-2/+2
* libata: put some intelligence into EH speed down sequenceTejun Heo2007-02-211-60/+124
* libata: improve probe failure handlingTejun Heo2007-02-211-17/+18
* libata: improve ata_down_xfermask_limit()Tejun Heo2007-02-211-3/+6
* libata: kill qc->nsect and cursectTejun Heo2007-02-091-6/+1
* libata: fix ata_eh_suspend() return valueTejun Heo2007-01-271-1/+1
* libata: fix handling of port actions in per-dev action maskTejun Heo2007-01-191-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-29/+79
|\
| * [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-031-3/+0
| * [PATCH] libata: don't request sense if the port is frozenTejun Heo2006-12-031-13/+15
| * [PATCH] libata: print cdb[0] in failed qc reportTejun Heo2006-12-011-2/+3
| * [PATCH] libata: improve failed qc reportingTejun Heo2006-12-011-5/+27
| * [PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo2006-12-011-5/+18
| * [PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo2006-12-011-4/+7
| * [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2006-12-011-2/+11
| * [PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo2006-12-011-2/+5
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-1/+1
|/
* [PATCH] libata-eh: Remove layering violation and duplication when handling ab...Alan Cox2006-09-261-1/+5
* Merge branch 'master' into upstreamJeff Garzik2006-09-241-1/+0
* libata: Grand renaming.Jeff Garzik2006-08-241-8/+8
* Move libata to drivers/ata.Jeff Garzik2006-08-101-0/+2246
OpenPOWER on IntegriCloud