summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...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
2008-03-17ahci: implement skip_host_reset parameterTejun Heo1-19/+29
2008-03-17ahci: request all PCI BARsTejun Heo1-1/+4
2008-03-10ahci: logical-bitwise and confusion in ahci_save_initial_config()Roel Kluin1-1/+1
2008-03-10ahci: add the Device IDs for nvidia MCP7B AHCIpeerchen1-0/+12
2008-03-05ahci: work around ATI SB600 h/w quirkJeff Garzik1-1/+13
2008-02-24[libata] ahci: AMD SB700/SB800 SATA support 64bit DMAShane Huang1-6/+17
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-1/+1
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-5/+0
2008-02-06ahci: fix CAP.NP and PI handlingTejun Heo1-16/+19
2008-02-01ahci: RAID mode SATA patch for Intel ICH10 DeviceID'sJason Gaston1-0/+2
2008-01-23ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo1-7/+20
2008-01-23libata annotations and fixesAl Viro1-9/+9
2008-01-23libata: convert to chained sgTejun Heo1-11/+7
2008-01-23libata: implement protocol testsTejun Heo1-1/+1
2008-01-23ahci: update PCS programmingTejun Heo1-2/+5
2007-12-07libata: kill spurious NCQ completion detectionTejun Heo1-71/+3
2007-12-07ahci: don't attach if ICH6 is in combined modeTejun Heo1-0/+18
2007-12-07ahci: fix engine reset failed messageTejun Heo1-2/+2
2007-12-04ahci: add the Device IDs of MCP79 AHCI controller to ahci.cpeerchen1-0/+4
2007-10-29[libata] AHCI: add hw link power management supportKristen Carlson Accardi1-2/+155
2007-10-29[libata] AHCI: fix newly introduced host-reset bugJeff Garzik1-2/+4
2007-10-29libata: implement ata_wait_after_reset()Tejun Heo1-9/+2
2007-10-25ahci: ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset...Tejun Heo1-0/+144
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-13/+13
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo1-36/+12
2007-10-12ahci: fix notification handlingTejun Heo1-9/+21
2007-10-12ahci: clean up PORT_IRQ_BAD_PMP enablingTejun Heo1-5/+10
2007-10-12ahci: kill leftover from enabling NCQ over PMPTejun Heo1-8/+0
2007-10-12ahci: Add MCP79 support to AHCI driverPeer Chen1-0/+8
2007-10-12ahci: implement AHCI_HFLAG_NO_PMPTejun Heo1-2/+9
2007-10-12ahci: move host flags over to pi.private_dataTejun Heo1-28/+35
2007-10-12ahci: implement PMP supportTejun Heo1-46/+174
2007-10-12[libata] AHCI: enable AHCI mode, before using AHCI resetJeff Garzik1-1/+7