summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2007-12-19pata_hpt37x: Fix HPT374 detectionAlan Cox1-1/+1
2007-12-17libata: fix ATAPI drainingTejun Heo1-22/+65
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo1-2/+2
2007-12-17libata-acpi: implement _GTF command filteringTejun Heo1-44/+115
2007-12-17libata-acpi: improve _GTF execution error handling and reportingTejun Heo1-31/+46
2007-12-17libata-acpi: improve ACPI disablingTejun Heo1-21/+38
2007-12-17libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM duri...Tejun Heo1-20/+49
2007-12-17libata-acpi: implement and use ata_acpi_init_gtm()Tejun Heo1-35/+27
2007-12-17libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()Tejun Heo3-2/+38
2007-12-17libata: ata_dev_disable() should be called from EH contextTejun Heo1-6/+2
2007-12-17libata-acpi: adjust constness in ata_acpi_gtm/stm() parametersTejun Heo1-3/+4
2007-12-17sata_mv: improve warnings about Highpoint RocketRAID 23xx cardsMark Lord1-5/+25
2007-12-17libata: add ST3160023AS / 3.42 to NCQ blacklistTejun Heo1-0/+1
2007-12-17libata: clear link->eh_info.serror from ata_std_postreset()Tejun Heo2-10/+2
2007-12-17sata_sil: fix spurious IRQ handlingTejun Heo1-12/+17
2007-12-07libata: kill spurious NCQ completion detectionTejun Heo2-88/+4
2007-12-07ahci: don't attach if ICH6 is in combined modeTejun Heo1-0/+18
2007-12-07ata_piix: add Toshiba Tecra M4 to broken suspend listPeter Schwenke1-0/+7
2007-12-07ahci: fix engine reset failed messageTejun Heo1-2/+2
2007-12-04pata_amd/pata_via: de-couple programming of PIO/MWDMA and UDMA timingsBartlomiej Zolnierkiewicz2-4/+5
2007-12-04ahci: add the Device IDs of MCP79 AHCI controller to ahci.cpeerchen1-0/+4
2007-12-04sata_mv: Warn about HPT RocketRAID BIOS treatment of "Legacy" drivesMark Lord1-0/+9
2007-12-04sata_nv: don't use legacy DMA in ADMA mode (v3)Robert Hancock1-9/+23
2007-12-01sata_mv: Fix broken Marvell 7042 support.Mark Lord1-20/+42
2007-12-01libata: Fix early use of port printk. (Was Re: ata4294967295: failed to start...Alan Cox1-3/+2
2007-12-01ata_piix: add more toshiba laptops to broken suspend listPeter Schwenke1-0/+28
2007-12-01libata: More IVB horkage from TSSTPeter Missel1-0/+3
2007-12-01libata: report protocol and full CDB on errorTejun Heo1-9/+33
2007-12-01Several fixes for the AVR32 PATA driverKristoffer Nyborg Gregertsen1-28/+33
2007-12-01sata_mv: fix compilation error when enabling DEBUGSaeed Bishara1-1/+1
2007-12-01Set proper ATA UDMA mode for bf548 according to system clock.sonic zhang1-0/+7
2007-11-26libata: bump transfer chunk size if it's oddTejun Heo1-3/+32
2007-11-26libata: Return proper ATA INT status in pata_bf54x driversonic zhang1-3/+3
2007-11-23pata_ali: trim trailing whitespace (fix checkpatch complaints)Jeff Garzik1-1/+1
2007-11-23pata_isapnp: Polled devicesAlan Cox1-4/+7
2007-11-23pata_hpt37x: Fix cable detect bug spotted by SergeiAlan Cox1-1/+1
2007-11-23pata_ali: Lots of problems still showing up with small ATAPI DMAAlan Cox1-0/+17
2007-11-23pata_ali: Add Mitac 8317 and derivativesAlan Cox1-0/+3
2007-11-23libata-core: List more documentation sources for referenceAlan Cox1-0/+8
2007-11-23ata_piix: Invalid use of writel/readl with iomapAlan Cox1-3/+3
2007-11-23sata_sil24: fix sg table sizingTejun Heo1-3/+23
2007-11-23pata_jmicron: fix disabled port handling in jmicron_pre_reset()Tejun Heo1-5/+4
2007-11-23pata_sil680: kill bogus reset code (take 2)Sergei Shtylyov1-30/+2
2007-11-19ata_piix: port enable for the first SATA controller of ICH8 is 0xf not 0x3Tejun Heo1-1/+1
2007-11-19ata_piix: only enable the first port on apple macbook proThomas Rohwer1-0/+28
2007-11-19ata_piix: reorganize controller IDsTejun Heo1-31/+31
2007-11-19pata_sis.c: Add Packard Bell EasyNote K5305 to laptopsGabriel C1-0/+1
2007-11-19libata-scsi: be tolerant of 12-byte ATAPI commands in 16-byte CDBsMark Lord1-1/+2
2007-11-19libata: use ATA_HORKAGE_STUCK_ERR for ATAPI tape drivesAlbert Lee1-1/+3
2007-11-19libata: workaround DRQ=1 ERR=1 for ATAPI tape drivesAlbert Lee1-5/+13