| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull bugzilla-7907 into release branch | Len Brown | 2007-03-09 | 1 | -0/+7 |
|\ |
|
| * | libata-acpi: allow _GTF on SATA, but disable on PATA for now | Kristen Accardi | 2007-03-09 | 1 | -0/+7 |
* | | libata: fix ata_host_release() free order | Tejun Heo | 2007-03-09 | 1 | -6/+10 |
* | | sata_nv: revert use of notifiers for now | Robert Hancock | 2007-03-09 | 1 | -1/+7 |
* | | Fix simplex adapters with libata | Petr Vandrovec | 2007-03-09 | 1 | -1/+2 |
* | | ata_piix: Remove ugly layering violation | Alan Cox | 2007-03-09 | 1 | -8/+3 |
* | | [PATCH] libata-acpi: Try and stop all the non PCI devices crashing | Alan Cox | 2007-03-08 | 1 | -1/+16 |
|/ |
|
* | pata_pdc202xx_old: fix data corruption and other problems | Bartlomiej Zolnierkiewicz | 2007-03-06 | 1 | -8/+14 |
* | pata_legacy: fix io/irq mismatch | Mikael Pettersson | 2007-03-06 | 1 | -1/+1 |
* | ahci: RAID mode SATA patch for Intel ICH9M | Jason Gaston | 2007-03-06 | 1 | -0/+1 |
* | [libata] pata_jmicron: build fix | Jeff Garzik | 2007-03-03 | 1 | -1/+0 |
* | libata: add CONFIG_PM to libata core layer | Tejun Heo | 2007-03-02 | 3 | -0/+42 |
* | libata: add missing CONFIG_PM in LLDs | Tejun Heo | 2007-03-02 | 38 | -2/+191 |
* | libata: add missing PM callbacks | Tejun Heo | 2007-03-02 | 3 | -0/+12 |
* | pata_qdi: Fix initialisation | Alan Cox | 2007-03-02 | 1 | -4/+8 |
* | [libata] pata_cmd64x: fix driver description in comments | Jeff Garzik | 2007-03-02 | 1 | -1/+1 |
* | [libata] pata_{legacy,sc1200,sl82c105}: add missing hooks | Jeff Garzik | 2007-03-02 | 3 | -0/+24 |
* | [libata] change master/slave IDENTIFY order | Jeff Garzik | 2007-03-02 | 1 | -2/+14 |
* | libata-core: Fix simplex handling | Alan | 2007-03-02 | 1 | -3/+2 |
* | ahci: improve spurious SDB FIS handling | Tejun Heo | 2007-03-01 | 1 | -15/+24 |
* | ahci/pata_jmicron: match class not function number | Tejun Heo | 2007-03-01 | 2 | -22/+13 |
* | pata_jmicron: drop unnecessary device programming in [re]init | Tejun Heo | 2007-03-01 | 1 | -31/+1 |
* | libata: blacklist FUJITSU MHT2060BH for NCQ | Tejun Heo | 2007-03-01 | 1 | -0/+2 |
* | sata_sil24: kill unused local variable idx in sil24_fill_sg() | Tejun Heo | 2007-03-01 | 1 | -3/+0 |
* | libata: clear drvdata in ata_host_release(), take#2 | Tejun Heo | 2007-03-01 | 4 | -4/+2 |
* | [libata] bump versions | Jeff Garzik | 2007-02-26 | 35 | -35/+35 |
* | [libata] Trim trailing whitespace. | Jeff Garzik | 2007-02-26 | 9 | -18/+18 |
* | [libata] sata_mv: Fix 50xx irq mask | Jeff Garzik | 2007-02-26 | 1 | -1/+10 |
* | [libata] sata_mv: don't touch reserved bits in EDMA config register | Jeff Garzik | 2007-02-26 | 1 | -8/+12 |
* | libata: Use new id_to_dma_mode function to tidy reporting in more drivers (mi... | Alan | 2007-02-25 | 2 | -2/+4 |
* | pata_pcmcia: Fix oops in 2.6.21-rc1 | Alan | 2007-02-25 | 1 | -1/+0 |
* | Add id_to_dma_mode function for printing DMA modes | Alan | 2007-02-25 | 1 | -0/+44 |
* | sata_promise: simplify port setup | Mikael Pettersson | 2007-02-25 | 1 | -19/+10 |
* | sata_promise: fix 20619 new EH merge error | Mikael Pettersson | 2007-02-25 | 1 | -0/+1 |
* | [libata] ACPI: remove needless ->qc_issue hook existence test | Jeff Garzik | 2007-02-24 | 1 | -29/+22 |
* | sata_vsc: refactor vsc_sata_interrupt and hook up error handling | Dan Williams | 2007-02-24 | 1 | -49/+74 |
* | sata_sil: ignore and clear spurious IRQs while executing commands by polling | Tejun Heo | 2007-02-24 | 1 | -1/+7 |
* | sata_mv: fix pci_enable_msi() error handling | Tejun Heo | 2007-02-24 | 1 | -1/+1 |
* | pata_amd: fix an obvious bug in cable detection | Tejun Heo | 2007-02-24 | 1 | -2/+2 |
* | [libata] ata_piix: remove duplicate PCI IDs | Jeff Garzik | 2007-02-23 | 1 | -2/+0 |
* | sata_nv: complain on spurious completion notifiers | Robert Hancock | 2007-02-23 | 1 | -0/+11 |
* | sata_nv: kill old private BMDMA helper functions | Robert Hancock | 2007-02-23 | 1 | -74/+10 |
* | libata: fix remaining ap->id | Tejun Heo | 2007-02-23 | 2 | -14/+10 |
* | ahci: consider SDB FIS containing spurious NCQ completions HSM violation (reg... | Tejun Heo | 2007-02-23 | 1 | -14/+14 |
* | pata_sl82c105: remove un-needed code paths | Alan | 2007-02-21 | 1 | -30/+9 |
* | pata_sil680: Assorted fixes | Alan | 2007-02-21 | 1 | -2/+12 |
* | pata_oldpiix: Call both PIO and DMA setup functions on switch as they are cal... | Alan | 2007-02-21 | 1 | -3/+2 |
* | pata_ixp4xx: Fix up set_mode() function and display Configured for PIO info | Alan | 2007-02-21 | 1 | -3/+4 |
* | pata_cs5520: suspend/resume | Alan | 2007-02-21 | 1 | -1/+25 |
* | pata: Display Configuring .. lines for devices with private set_mode methods | Alan | 2007-02-21 | 2 | -0/+2 |