aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* libata: handle broken cable reportingAlan Cox2007-11-051-1/+20
* pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detectAlan Cox2007-11-051-13/+36
* ata_piix: Add additional PCI identifier for 40 wire short cableAlan Cox2007-11-051-0/+1
* pata_serverworks: Fix problem with some drive combinationsAlan Cox2007-11-051-6/+5
* libata: Don't disable dipm with SET FEATURESKristen Carlson Accardi2007-11-041-8/+10
* [libata] Utilize new SCSI event infrastructureJeff Garzik2007-11-031-3/+5
* libata: don't configure downstream links faster than the upstream linkTejun Heo2007-11-031-6/+16
* libata: request PHY speed configuration on SControl access failureTejun Heo2007-11-031-1/+1
* 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: increase 128 KB / cmd limit for ATAPI tape drivesTony Battersby2007-11-031-0/+4
* sata_promise: fix endianess bug in ASIC PRD bug workaroundMikael Pettersson2007-11-031-1/+1
* libata: fix docbookStephen Hemminger2007-11-031-3/+3
* make ata_scsi_lpm_get() staticAdrian Bunk2007-11-031-1/+1
* libata: suppress two warningsStephen Rothwell2007-11-031-0/+4
* ata/sata_fsl: Remove ata_scsi_suspend/resume callbacksashish kalra2007-11-031-4/+0
* ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()ashish kalra2007-11-031-70/+0
* ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdefashish kalra2007-11-031-0/+2
* ata/sata_fsl: cleanup style problemLi Yang2007-11-031-6/+6
* ata/sata_fsl: remove unneeded sata_fsl_hardreset()Jeff Garzik2007-11-031-13/+1
* ata/sata_fsl: remove unneeded on-stack copy of FISJeff Garzik2007-11-031-3/+1
* ata/sata_fsl: cleanup needless casts to/from void __iomem *Jeff Garzik2007-11-031-2/+2
* ata/sata_fsl: Remove unnecessary SCR casesJeff Garzik2007-11-031-14/+2
* ata/sata_fsl: Kill ata_sg_is_last()Li Yang2007-11-031-1/+1
* ata/sata_fsl: save irq in private data for irq unmappingLi Yang2007-11-031-1/+3
* ata/sata_fsl: Remove deprecated hooksLi Yang2007-11-031-4/+0
* ata/sata_fsl: Update for ata_link introductionLi Yang2007-11-031-13/+18
* libata: implement and use ATA_QCFLAG_QUIETTejun Heo2007-10-302-3/+5
* libata: stop being overjealous about non-IO commandsTejun Heo2007-10-302-8/+14
* libata: flush is an IO commandTejun Heo2007-10-301-0/+3
* sata_promise: cleanupsMikael Pettersson2007-10-301-8/+9
* sata_promise: ASIC PRD table bug workaround, take 2Mikael Pettersson2007-10-301-4/+83
* Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds2007-10-295-3/+424
|\
| * [libata] AHCI: add hw link power management supportKristen Carlson Accardi2007-10-291-2/+155
| * [libata] Link power management infrastructureKristen Carlson Accardi2007-10-294-1/+269
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-2927-340/+422
|\ \ | |/
| * [libata] AHCI: fix newly introduced host-reset bugJeff Garzik2007-10-291-2/+4
| * [libata] sata_nv: fix SWNCQ enablingJeff Garzik2007-10-291-3/+9
| * libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklistTejun Heo2007-10-291-0/+1
| * libata: no need to speed down if already at PIO0Tejun Heo2007-10-291-1/+1
| * libata: relocate forcing PIO0 on resetTejun Heo2007-10-292-27/+38
| * pata_ns87415: define SUPERIO_IDE_MAX_RETRIESFrank Lichtenheld2007-10-291-0/+2
| * [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-2915-220/+244
| * [libata] fix 'if(' and similar areas that lack whitespaceJeff Garzik2007-10-298-33/+33
| * libata: implement ata_wait_after_reset()Tejun Heo2007-10-294-34/+59
| * libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-292-1/+15
| * libata: relocate and fix post-command processingTejun Heo2007-10-292-23/+20
* | Initialise scatter/gather list in ata_sg_setupAnton Blanchard2007-10-291-0/+1
|/