summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ahci: Ensure that we don't grab both functionsroot2006-07-061-4/+11
* [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-061-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [libata] Bump versionsJeff Garzik2006-06-271-1/+1
* [PATCH] ahci: disable NCQ support on vt8251Tejun Heo2006-06-231-2/+4
* [libata] ahci: add JMicron PCI IDsJeff Garzik2006-06-231-0/+6
* [libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik2006-06-231-0/+18
* [PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo2006-05-311-20/+27
* [PATCH] libata-hp: update unload-unplugTejun Heo2006-05-311-7/+3Star
* [PATCH] libata-hp: hook warmplugTejun Heo2006-05-311-0/+1
* [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo2006-05-311-1/+2
* [PATCH] ahci: implement NCQ suppportTejun Heo2006-05-151-31/+58
* [PATCH] ahci: kill pp->cmd_tbl_sgTejun Heo2006-05-151-4/+1Star
* [PATCH] ahci: add HOST_CAP_NCQ constantTejun Heo2006-05-151-0/+1
* [PATCH] ahci: clean up AHCI constants in preparation for NCQTejun Heo2006-05-151-6/+9
* [PATCH] ahci: add PIOS interim interrupt handlingTejun Heo2006-05-151-1/+12
* [PATCH] ahci: convert to new EHTejun Heo2006-05-151-100/+137
* [PATCH] libata: use ATA printk helpersTejun Heo2006-05-151-5/+3Star
* [PATCH] libata: use dev->apTejun Heo2006-05-151-1/+1
* [PATCH] libata: use new SCR and on/offline functionsTejun Heo2006-05-151-3/+3
* [PATCH] ahci: hardreset classification fixTejun Heo2006-05-151-1/+1
* [PATCH] ahci: add support for VIA VT8251Bastiaan Jacques2006-04-211-15/+49
* [PATCH] ahci: use ata_wait_register()Tejun Heo2006-04-111-25/+6Star
* [PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo2006-04-111-8/+5Star
* Merge branch 'master'Jeff Garzik2006-04-111-1/+0Star
|\
| * [PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig2006-04-101-1/+0Star
* | [PATCH] ahci: do not fail softreset if PHY reports no deviceTejun Heo2006-04-041-0/+6
* | [libata] bump versionsJeff Garzik2006-04-031-1/+1
|/
* [libata] ahci: add ATI SB600 PCI IDsJeff Garzik2006-03-311-0/+4
* [PATCH] ahci: add softresetTejun Heo2006-03-231-1/+134
* [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-211-1/+0Star
* [PATCH] ahci: enable prefetching for PACKET commandsTejun Heo2006-03-121-1/+2
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-121-10/+4Star
|\
| * [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-121-10/+4Star
* | [PATCH] libata: kill sht->max_sectorsTejun Heo2006-02-121-1/+0Star
* | [PATCH] libata: move cdb_len for host to deviceTejun Heo2006-02-121-1/+2
* | [PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo2006-02-111-1/+1
* | [PATCH] ahci: convert to new reset mechanismTejun Heo2006-02-111-17/+29
* | [PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo2006-02-111-3/+2Star
* | [PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo2006-02-101-21/+23
* | [PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo2006-02-101-9/+3Star
* | [PATCH] libata: use ata_scsi_timed_out()Tejun Heo2006-02-101-0/+1
* | Merge branch 'upstream-fixes'Jeff Garzik2006-01-291-0/+2
|\|
| * [libata ahci] add another JMicron pci idJeff Garzik2006-01-291-0/+2
* | Merge branch 'upstream-fixes'Jeff Garzik2006-01-291-4/+13
|\|
| * [libata ahci] Isolate Intel-ism, add JMicron JMB360 supportJeff Garzik2006-01-291-4/+13
* | [PATCH] ahci: add constants for SRSTTejun Heo2006-01-271-0/+4
* | [PATCH] ahci: stop engine during hard resetTejun Heo2006-01-271-0/+2
* | [PATCH] libata: implement and apply ata_eh_qc_complete/retry()Tejun Heo2006-01-271-9/+3Star
* | [PATCH] libata: return AC_ERR_* from issue functionsTejun Heo2006-01-271-2/+2