aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-17libata: implement PMP helpersTejun Heo1-24/+6
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo1-10/+5
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-12/+2
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-10/+11
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo1-1/+1
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo1-3/+0
2008-04-17libata: clear SError after link resumeTejun Heo1-5/+0
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-15/+20
2008-04-17ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo1-2/+12
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-8/+3
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo1-1/+1
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: rename SFF functionsTejun Heo1-5/+5
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-35/+18
2008-04-17libata: implement and use ops inheritanceTejun Heo1-83/+11
2008-04-17libata: implement and use SHT initializersTejun Heo1-14/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-0/+8
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-9/+3
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-7/+0
2008-04-17libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo1-1/+1
2008-04-17libata: prefer hardresetTejun Heo1-5/+5
2008-03-24[libata] ahci: SB600 workaround is suspect... play it safe for nowJeff Garzik1-1/+5
2008-03-17ahci: Add Marvell 6121 SATA supportJose Alberto Reguero1-4/+15