aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-12ahci: add workaround for on-board 5723s on some gigabyte boardsTejun Heo1-4/+72
2009-08-12ahci: Soften up the dmesg on SB600 PMP softreset failure recoveryShane Huang1-1/+2
2009-07-28ahci: add device IDs for Ibex Peak ahci controllersDavid Milburn1-0/+4
2009-07-14ahci: add device ID for 82801JI sata controllerMark Goodwin1-0/+1
2009-06-10[libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang1-2/+50
2009-06-10ahci: misc cleanups for EM stuffTejun Heo1-8/+10
2009-06-10[libata] ahci: use less error-prone array initializersJeff Garzik1-9/+8
2009-06-05ahci: add warning messages for hp laptops with broken suspendTejun Heo1-0/+72
2009-04-13ahci: force CAP_NCQ for earlier NV MCPsTejun Heo1-24/+33
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-2/+15
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-06libata: ahci enclosure management bios workaroundDavid Milburn1-2/+15
2009-03-24[libata] ahci: correct enclosure LED state saveDavid Milburn1-1/+1
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-8/+8
2009-03-24ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power offMaciej Rutecki1-0/+9
2009-03-24ahci: drop intx manipulation on msi enableTejun Heo1-2/+2
2009-03-05ahci: Add the Device IDs for MCP89 and remove IDs of MCP7B to/from ahci.cpeerchen1-12/+12
2009-02-02ahci: add a module parameter to ignore the SSS flags for async scanningArjan van de Ven1-1/+8
2009-01-27SATA AHCI: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki1-0/+32
2009-01-10libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven1-0/+3
2009-01-08[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang1-2/+6
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang1-0/+2
2008-12-28libata: beef up iteratorsTejun Heo1-4/+4
2008-10-28libata: ahci enclosure management bit maskDavid Milburn1-12/+23
2008-10-28libata: ahci enclosure management led syncDavid Milburn1-0/+3
2008-10-27ahci: Add support for Promise PDC42819Mark Nelson1-0/+3
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-0/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-12/+12
2008-09-08ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-0/+2
2008-09-08ahci: disable PMP for marvell ahcisTejun Heo1-1/+1
2008-09-08ahci, pata_marvell: play nicely togetherAlan Cox1-0/+17
2008-08-22ahci: sis controllers actually can do PMPTejun Heo1-3/+3
2008-08-22ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-0/+2
2008-07-25Fix ahci driver 'flags' typeLinus Torvalds1-1/+1
2008-07-14AHCI: Remove an unnecessary flush from ahci_qc_issueMatthew Wilcox1-1/+0
2008-07-14AHCI: speed up resumeZhang Rui1-3/+6
2008-07-14libata/ahci: enclosure management supportKristen Carlson Accardi1-2/+319
2008-07-05ahci: give another shot at clearing all bits in irq_statTejun Heo1-3/+13
2008-07-04ahci: always clear all bits in irq_statTejun Heo1-6/+3
2008-06-18ahci: sis can't do PMPTejun Heo1-3/+12
2008-06-18ahci: jmb361 has only one portTejun Heo1-0/+8
2008-06-13ahci: Workaround HW bug for SB600/700 SATA controller PMP supportShane Huang1-17/+82
2008-06-13ahci: workarounds for mcp65Tejun Heo1-9/+31
2008-05-30ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.cpeerchen1-4/+4
2008-05-06libata: improve post-reset device ready testTejun Heo1-3/+1
2008-04-29ahci: SB600 ahci can't do MSI, blacklist that capabilityTejun Heo1-1/+1
2008-04-25ahci: retry enabling AHCI a few times before spitting out WARN_ON()Tejun Heo1-2/+13
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-2/+2
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-6/+0