summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ahci driver 'flags' typeLinus Torvalds2008-07-251-1/+1
* AHCI: Remove an unnecessary flush from ahci_qc_issueMatthew Wilcox2008-07-141-1/+0Star
* AHCI: speed up resumeZhang Rui2008-07-141-3/+6
* libata/ahci: enclosure management supportKristen Carlson Accardi2008-07-141-2/+319
* ahci: give another shot at clearing all bits in irq_statTejun Heo2008-07-051-3/+13
* ahci: always clear all bits in irq_statTejun Heo2008-07-041-6/+3Star
* ahci: sis can't do PMPTejun Heo2008-06-191-3/+12
* ahci: jmb361 has only one portTejun Heo2008-06-191-0/+8
* ahci: Workaround HW bug for SB600/700 SATA controller PMP supportShane Huang2008-06-131-17/+82
* ahci: workarounds for mcp65Tejun Heo2008-06-131-9/+31
* ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.cpeerchen2008-05-301-4/+4
* libata: improve post-reset device ready testTejun Heo2008-05-061-3/+1Star
* ahci: SB600 ahci can't do MSI, blacklist that capabilityTejun Heo2008-04-291-1/+1
* ahci: retry enabling AHCI a few times before spitting out WARN_ON()Tejun Heo2008-04-251-2/+13
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-201-2/+2
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-171-6/+0Star
* libata: implement PMP helpersTejun Heo2008-04-171-24/+6Star
* libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-171-10/+5Star
* libata: remove check_status from non-SFF driversTejun Heo2008-04-171-12/+2Star
* libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-171-10/+11
* libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-171-1/+1
* libata: unify mechanism to request follow-up SRSTTejun Heo2008-04-171-3/+0Star
* libata: clear SError after link resumeTejun Heo2008-04-171-5/+0Star
* libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo2008-04-171-15/+20
* ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo2008-04-171-2/+12
* libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-171-8/+3Star
* libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo2008-04-171-1/+1
* libata: rename SFF port opsTejun Heo2008-04-171-3/+3
* libata: rename SFF functionsTejun Heo2008-04-171-5/+5
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-35/+18Star
* libata: implement and use ops inheritanceTejun Heo2008-04-171-83/+11Star
* libata: implement and use SHT initializersTejun Heo2008-04-171-14/+1Star
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-0/+8
* libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-9/+3Star
* libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo2008-04-171-7/+0Star
* libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo2008-04-171-1/+1
* libata: prefer hardresetTejun Heo2008-04-171-5/+5
* [libata] ahci: SB600 workaround is suspect... play it safe for nowJeff Garzik2008-03-251-1/+5
* ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-171-4/+15
* ahci: implement skip_host_reset parameterTejun Heo2008-03-171-19/+29
* ahci: request all PCI BARsTejun Heo2008-03-171-1/+4
* ahci: logical-bitwise and confusion in ahci_save_initial_config()Roel Kluin2008-03-111-1/+1
* ahci: add the Device IDs for nvidia MCP7B AHCIpeerchen2008-03-111-0/+12
* ahci: work around ATI SB600 h/w quirkJeff Garzik2008-03-051-1/+13
* [libata] ahci: AMD SB700/SB800 SATA support 64bit DMAShane Huang2008-02-241-6/+17
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-1/+1
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-191-5/+0Star
* ahci: fix CAP.NP and PI handlingTejun Heo2008-02-061-16/+19
* ahci: RAID mode SATA patch for Intel ICH10 DeviceID'sJason Gaston2008-02-011-0/+2
* ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo2008-01-231-7/+20