aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-09[libata] AHCI: Add support for Marvell AHCI-like chips (initially 6145)Jeff Garzik1-3/+48
2007-07-09[libata] Clean up driver udma_mask initializersJeff Garzik1-5/+5
2007-07-09[libata] ahci: minor internal cleanupsJeff Garzik1-8/+21
2007-07-09[libata] ahci: minor internal cleanupsJeff Garzik1-13/+8
2007-07-09[libata] ahci: Factor out SATA port init into a separate functionJeff Garzik1-20/+30
2007-07-09use_clustering (sht) bit set to 0 in AHCI ?Jens Axboe1-1/+1
2007-06-20ahci: fix PORTS_IMPL overrideTejun Heo1-1/+1
2007-06-09ahci: Add MCP73/MCP77 support to AHCI driverPeer Chen1-0/+24
2007-05-21libata: bump versionsJeff Garzik1-1/+1
2007-05-21ahci: disable 64bit dma on sb600Tejun Heo1-1/+10
2007-05-16libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo1-1/+2
2007-05-11add the ATI SB700 SATA controller device id to AHCI pci tableHenry Su1-0/+1
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01libata: improve 0xff status handlingTejun Heo1-8/+6
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-7/+11
2007-04-28ahci: consolidate common port flagsTejun Heo1-19/+10
2007-04-28libata: convert the remaining SATA drivers to new init modelTejun Heo1-192/+135
2007-04-28ahci: add PCI ID for new VIA chipTejun Heo1-0/+1
2007-04-28ahci.c: remove non-existing SB600 raid id (re-send)Conke Hu1-2/+1
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo1-4/+1
2007-04-28ahci: move port_map handling to ahci_save_initial_config()Tejun Heo1-27/+30
2007-04-28ahci: implement ata_save/restore_initial_config()Tejun Heo1-23/+72
2007-03-28ahci.c: walkaround for SB600 SATA internal error issueConke Hu1-2/+19
2007-03-06ahci: RAID mode SATA patch for Intel ICH9MJason Gaston1-0/+1
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+14
2007-03-01ahci: improve spurious SDB FIS handlingTejun Heo1-15/+24
2007-03-01ahci/pata_jmicron: match class not function numberTejun Heo1-13/+3
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-23ahci: consider SDB FIS containing spurious NCQ completions HSM violation (regenerated)Tejun Heo1-14/+14
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+4
2007-02-09libata: convert to iomapTejun Heo1-45/+34
2007-02-09libata: update libata LLDs to use devresTejun Heo1-98/+27
2007-02-09libata: update libata core layer to use devresTejun Heo1-17/+4
2007-02-09libata: implement ata_host_detach()Tejun Heo1-2/+1
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo1-1/+3
2007-02-09ahci: Remove jmicron fixupAlan1-6/+2
2007-02-09Add pci class code for SATA & AHCI, and replace some magic numbers.Conke Hu1-4/+4
2007-02-09[PATCH] ahci: trivial endianness annotationsAl Viro1-1/+1