summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Move libata to drivers/ata.Jeff Garzik2006-08-101-1684/+0
* [PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin2006-08-101-1/+1
* [PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo2006-08-091-2/+1
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-031-8/+2
|\
| * [PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang2006-08-031-8/+2
* | [libata] ahci: add SiS PCI IDsJeff Garzik2006-07-291-0/+8
* | [PATCH] ahci: implement Power Management supportTejun Heo2006-07-291-0/+84
* | [PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()Tejun Heo2006-07-291-77/+94
* | [PATCH] libata: improve driver initialization and deinitializationTejun Heo2006-07-291-51/+151
* | [PATCH] ahci: simplify ahci_start_engine()Tejun Heo2006-07-291-19/+2
* | [PATCH] ahci: cosmetic changes to ahci_start/stop_engine()Tejun Heo2006-07-291-18/+9
* | [PATCH] ahci: relocate several internal functionsTejun Heo2006-07-291-129/+126
* | [PATCH] The redefinition of ahci_start_engine() and ahci_stop_engine()zhao, forrest2006-07-191-25/+57
|/
* [PATCH] ahci: Ensure that we don't grab both functionsroot2006-07-051-4/+11
* [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-051-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [libata] Bump versionsJeff Garzik2006-06-261-1/+1
* [PATCH] ahci: disable NCQ support on vt8251Tejun Heo2006-06-221-2/+4
* [libata] ahci: add JMicron PCI IDsJeff Garzik2006-06-221-0/+6
* [libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik2006-06-221-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/+3
* [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/+1
* [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/+3
* [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-201-15/+49
* [PATCH] ahci: use ata_wait_register()Tejun Heo2006-04-111-25/+6
* [PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo2006-04-111-8/+5
* Merge branch 'master'Jeff Garzik2006-04-111-1/+0
|\
| * [PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig2006-04-101-1/+0
* | [PATCH] ahci: do not fail softreset if PHY reports no deviceTejun Heo2006-04-041-0/+6
* | [libata] bump versionsJeff Garzik2006-04-021-1/+1
|/
* [libata] ahci: add ATI SB600 PCI IDsJeff Garzik2006-03-301-0/+4
* [PATCH] ahci: add softresetTejun Heo2006-03-221-1/+134
* [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-211-1/+0
* [PATCH] ahci: enable prefetching for PACKET commandsTejun Heo2006-03-111-1/+2
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-111-10/+4
|\
| * [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-111-10/+4
* | [PATCH] libata: kill sht->max_sectorsTejun Heo2006-02-121-1/+0
* | [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
OpenPOWER on IntegriCloud