aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAge
* libata: improve post-reset device ready testTejun Heo2008-05-06
* ahci: SB600 ahci can't do MSI, blacklist that capabilityTejun Heo2008-04-29
* ahci: retry enabling AHCI a few times before spitting out WARN_ON()Tejun Heo2008-04-25
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-19
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-17
* libata: implement PMP helpersTejun Heo2008-04-17
* libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-17
* libata: remove check_status from non-SFF driversTejun Heo2008-04-17
* libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-17
* libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-17
* libata: unify mechanism to request follow-up SRSTTejun Heo2008-04-17
* libata: clear SError after link resumeTejun Heo2008-04-17
* libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo2008-04-17
* ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo2008-04-17
* libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-17
* libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo2008-04-17
* libata: rename SFF port opsTejun Heo2008-04-17
* libata: rename SFF functionsTejun Heo2008-04-17
* libata: make reset related methods proper port operationsTejun Heo2008-04-17
* libata: implement and use ops inheritanceTejun Heo2008-04-17
* libata: implement and use SHT initializersTejun Heo2008-04-17
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-17
* libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-17
* libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo2008-04-17
* libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo2008-04-17
* libata: prefer hardresetTejun Heo2008-04-17
* [libata] ahci: SB600 workaround is suspect... play it safe for nowJeff Garzik2008-03-24
* ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-17
* ahci: implement skip_host_reset parameterTejun Heo2008-03-17
* ahci: request all PCI BARsTejun Heo2008-03-17
* ahci: logical-bitwise and confusion in ahci_save_initial_config()Roel Kluin2008-03-10
* ahci: add the Device IDs for nvidia MCP7B AHCIpeerchen2008-03-10
* ahci: work around ATI SB600 h/w quirkJeff Garzik2008-03-05
* [libata] ahci: AMD SB700/SB800 SATA support 64bit DMAShane Huang2008-02-24
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-23
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-19
* ahci: fix CAP.NP and PI handlingTejun Heo2008-02-06
* ahci: RAID mode SATA patch for Intel ICH10 DeviceID'sJason Gaston2008-02-01
* ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo2008-01-23
* libata annotations and fixesAl Viro2008-01-23
* libata: convert to chained sgTejun Heo2008-01-23
* libata: implement protocol testsTejun Heo2008-01-23
* ahci: update PCS programmingTejun Heo2008-01-23
* libata: kill spurious NCQ completion detectionTejun Heo2007-12-07
* ahci: don't attach if ICH6 is in combined modeTejun Heo2007-12-07
* ahci: fix engine reset failed messageTejun Heo2007-12-07
* ahci: add the Device IDs of MCP79 AHCI controller to ahci.cpeerchen2007-12-04
* [libata] AHCI: add hw link power management supportKristen Carlson Accardi2007-10-29
* [libata] AHCI: fix newly introduced host-reset bugJeff Garzik2007-10-29
* libata: implement ata_wait_after_reset()Tejun Heo2007-10-29