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