summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libata] Trim trailing whitespace.Jeff Garzik2007-02-269-18/+18
* [libata] sata_mv: Fix 50xx irq maskJeff Garzik2007-02-261-1/+10
* [libata] sata_mv: don't touch reserved bits in EDMA config registerJeff Garzik2007-02-261-8/+12
* libata: Use new id_to_dma_mode function to tidy reporting in more drivers (mi...Alan2007-02-252-2/+4
* pata_pcmcia: Fix oops in 2.6.21-rc1Alan2007-02-251-1/+0Star
* Add id_to_dma_mode function for printing DMA modesAlan2007-02-252-0/+46
* sata_promise: simplify port setupMikael Pettersson2007-02-251-19/+10Star
* sata_promise: fix 20619 new EH merge errorMikael Pettersson2007-02-251-0/+1
* [libata] ACPI: remove needless ->qc_issue hook existence testJeff Garzik2007-02-251-29/+22Star
* sata_vsc: refactor vsc_sata_interrupt and hook up error handlingDan Williams2007-02-251-49/+74
* sata_sil: ignore and clear spurious IRQs while executing commands by pollingTejun Heo2007-02-251-1/+7
* sata_mv: fix pci_enable_msi() error handlingTejun Heo2007-02-251-1/+1
* pata_amd: fix an obvious bug in cable detectionTejun Heo2007-02-251-2/+2
* [libata] ata_piix: remove duplicate PCI IDsJeff Garzik2007-02-231-2/+0Star
* sata_nv: complain on spurious completion notifiersRobert Hancock2007-02-231-0/+11
* libata: test major version in ata_id_is_sata()Tejun Heo2007-02-231-2/+6
* sata_nv: kill old private BMDMA helper functionsRobert Hancock2007-02-231-74/+10Star
* libata: fix remaining ap->idTejun Heo2007-02-232-14/+10Star
* ahci: consider SDB FIS containing spurious NCQ completions HSM violation (reg...Tejun Heo2007-02-231-14/+14
* pata_sl82c105: remove un-needed code pathsAlan2007-02-211-30/+9Star
* pata_sil680: Assorted fixesAlan2007-02-211-2/+12
* pata_oldpiix: Call both PIO and DMA setup functions on switch as they are cal...Alan2007-02-211-3/+2Star
* pata_ixp4xx: Fix up set_mode() function and display Configured for PIO infoAlan2007-02-211-3/+4
* pata_cs5520: suspend/resumeAlan2007-02-211-1/+25
* pata: Display Configuring .. lines for devices with private set_mode methodsAlan2007-02-212-0/+2
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-2110-52/+52
* sata_nv: enable hotplug interrupt and fix some readl/readw mismatchesRobert Hancock2007-02-211-8/+10
* sata_nv: Use notifier for completion checksRobert Hancock2007-02-211-15/+7Star
* sata_nv: Cleanup taskfile setupRobert Hancock2007-02-211-20/+21
* sata_nv: cleanup CPB and APRD initializationRobert Hancock2007-02-211-6/+10
* sata_nv: Add CPB register info to error_handler outputRobert Hancock2007-02-211-2/+6
* libata: Remove duplicate dma blacklist entryMagnus Damm2007-02-211-1/+0Star
* pata_pcmcia: Update device tableMagnus Damm2007-02-211-2/+5
* sata_via: fix resource-managed iomap conversionTejun Heo2007-02-211-5/+17
* libata: fix ata_scsi_change_queue_depth()Tejun Heo2007-02-211-12/+15
* libata: fix ata_scmd_need_defer()Tejun Heo2007-02-211-4/+2Star
* libata: separate out ata_ncq_enabled()Tejun Heo2007-02-212-3/+16
* libata: disable pdev on all suspend eventsTejun Heo2007-02-211-3/+2Star
* sata_nv: delay on switching between NCQ and non-NCQ commandsRobert Hancock2007-02-211-0/+10
* libata: Fix Cell SATA driver dependenciesJeff Garzik2007-02-211-1/+1
* libata: fix probe_ent alloc/free bugsTejun Heo2007-02-212-6/+2Star
* SATA: use NULL for ptrsRandy Dunlap2007-02-212-2/+2
* sata_nv: add back some verbosity into ADMA error_handlerRobert Hancock2007-02-211-0/+20
* SiS warning fixesAlan2007-02-214-6/+7
* libata bugfix: HDIO_DRIVE_TASKMark Lord2007-02-211-0/+1
* libata: kill ATA_DNXFER_ANYTejun Heo2007-02-212-10/+0Star
* libata: put some intelligence into EH speed down sequenceTejun Heo2007-02-212-60/+125
* libata: improve probe failure handlingTejun Heo2007-02-212-37/+37
* libata: improve ata_down_xfermask_limit()Tejun Heo2007-02-213-30/+96
* libata: PATA driver for CellebAkira Iguchi2007-02-215-1/+1241