aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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(), take #2Tejun 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
2007-10-12libata-pmp-prep: implement sata_async_notification()Tejun Heo1-17/+7
2007-10-12libata-pmp-prep: implement ops->qc_defer()Tejun Heo1-0/+2
2007-10-12libata: misc updates for ANTejun Heo1-1/+1
2007-10-12ahci: RAID mode SATA patch for Intel TolapaiJason Gaston1-0/+2
2007-10-12ahci: reimplement port_map handlingTejun Heo1-50/+39
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-0/+4
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-4/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-4/+0
2007-10-12ahci: Store interrupt valueKristen Carlson Accardi1-1/+10
2007-10-12[libata] ahci: send event when AN receivedKristen Carlson Accardi1-0/+24
2007-10-12libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flagsTejun Heo1-6/+10
2007-10-12libata-link: linkify resetTejun Heo1-15/+19
2007-10-12libata-link: linkify PHY-related functionsTejun Heo1-2/+2
2007-10-12libata-link: introduce ata_linkTejun Heo1-9/+9
2007-09-20[libata] ahci: add ATI SB800 PCI IDshenry su1-4/+6
2007-07-20The SATA controller device ID is different according tosu henry1-1/+4
2007-07-20ahci: implement SCR_NOTIFICATION r/wTejun Heo1-31/+37
2007-07-20ahci: make NO_NCQ handling more consistentTejun Heo1-2/+8
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo1-10/+13
2007-07-20libata: improve EH report formattingTejun Heo1-3/+3
2007-07-20ahci: separate out ahci_do_softreset()Tejun Heo1-4/+10
2007-07-20ahci: separate out ahci_exec_polled_cmd()Tejun Heo1-21/+33
2007-07-20ahci: separate out ahci_kick_engine()Tejun Heo1-33/+36
2007-07-20ahci: use deadline instead of fixed timeout for 1st FIS for SRSTTejun Heo1-1/+7
2007-07-20libata: add @is_cmd to ata_tf_to_fis()Tejun Heo1-6/+4
2007-07-20ahci.c: fix CONFIG_PM=n compilationAlexey Dobriyan1-8/+8