aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* [libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang2009-06-101-2/+50
* ahci: misc cleanups for EM stuffTejun Heo2009-06-101-8/+10
* [libata] ahci: use less error-prone array initializersJeff Garzik2009-06-101-9/+8
* ahci: add warning messages for hp laptops with broken suspendTejun Heo2009-06-051-0/+72
* ahci: force CAP_NCQ for earlier NV MCPsTejun Heo2009-04-131-24/+33
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-071-2/+15
|\
| * libata: ahci enclosure management bios workaroundDavid Milburn2009-04-061-2/+15
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-3/+3
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
|/
* [libata] ahci: correct enclosure LED state saveDavid Milburn2009-03-241-1/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-8/+8
* ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power offMaciej Rutecki2009-03-241-0/+9
* ahci: drop intx manipulation on msi enableTejun Heo2009-03-241-2/+2
* ahci: Add the Device IDs for MCP89 and remove IDs of MCP7B to/from ahci.cpeerchen2009-03-051-12/+12
* ahci: add a module parameter to ignore the SSS flags for async scanningArjan van de Ven2009-02-021-1/+8
* SATA AHCI: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki2009-01-271-0/+32
* libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven2009-01-101-0/+3
* [libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang2009-01-081-2/+6
* [libata] ahci: Add SATA GEN3 related messagesShane Huang2009-01-081-0/+2
* libata: beef up iteratorsTejun Heo2008-12-281-4/+4
* libata: ahci enclosure management bit maskDavid Milburn2008-10-281-12/+23
* libata: ahci enclosure management led syncDavid Milburn2008-10-281-0/+3
* ahci: Add support for Promise PDC42819Mark Nelson2008-10-271-0/+3
* libata: Implement disk shock protection supportElias Oltmanns2008-09-291-0/+1
* libata: make SCR access ops per-linkTejun Heo2008-09-291-12/+12
* ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-09-081-0/+2
* ahci: disable PMP for marvell ahcisTejun Heo2008-09-081-1/+1
* ahci, pata_marvell: play nicely togetherAlan Cox2008-09-081-0/+17
* ahci: sis controllers actually can do PMPTejun Heo2008-08-221-3/+3
* ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-08-221-0/+2
* Fix ahci driver 'flags' typeLinus Torvalds2008-07-251-1/+1
* AHCI: Remove an unnecessary flush from ahci_qc_issueMatthew Wilcox2008-07-141-1/+0
* 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/+3
* ahci: sis can't do PMPTejun Heo2008-06-181-3/+12
* ahci: jmb361 has only one portTejun Heo2008-06-181-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/+1
* 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-191-2/+2
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-171-6/+0
* libata: implement PMP helpersTejun Heo2008-04-171-24/+6
* libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-171-10/+5
* libata: remove check_status from non-SFF driversTejun Heo2008-04-171-12/+2
* libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-171-10/+11