aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c
Commit message (Expand)AuthorAge
* [PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin2006-08-10
* [PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo2006-08-09
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-03
|\
| * [PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang2006-08-03
* | [libata] ahci: add SiS PCI IDsJeff Garzik2006-07-29
* | [PATCH] ahci: implement Power Management supportTejun Heo2006-07-29
* | [PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()Tejun Heo2006-07-29
* | [PATCH] libata: improve driver initialization and deinitializationTejun Heo2006-07-29
* | [PATCH] ahci: simplify ahci_start_engine()Tejun Heo2006-07-29
* | [PATCH] ahci: cosmetic changes to ahci_start/stop_engine()Tejun Heo2006-07-29
* | [PATCH] ahci: relocate several internal functionsTejun Heo2006-07-29
* | [PATCH] The redefinition of ahci_start_engine() and ahci_stop_engine()zhao, forrest2006-07-19
|/
* [PATCH] ahci: Ensure that we don't grab both functionsroot2006-07-05
* [PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo2006-07-05
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [libata] Bump versionsJeff Garzik2006-06-26
* [PATCH] ahci: disable NCQ support on vt8251Tejun Heo2006-06-22
* [libata] ahci: add JMicron PCI IDsJeff Garzik2006-06-22
* [libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik2006-06-22
* [PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo2006-05-31
* [PATCH] libata-hp: update unload-unplugTejun Heo2006-05-31
* [PATCH] libata-hp: hook warmplugTejun Heo2006-05-31
* [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo2006-05-31
* [PATCH] ahci: implement NCQ suppportTejun Heo2006-05-15
* [PATCH] ahci: kill pp->cmd_tbl_sgTejun Heo2006-05-15
* [PATCH] ahci: add HOST_CAP_NCQ constantTejun Heo2006-05-15
* [PATCH] ahci: clean up AHCI constants in preparation for NCQTejun Heo2006-05-15
* [PATCH] ahci: add PIOS interim interrupt handlingTejun Heo2006-05-15
* [PATCH] ahci: convert to new EHTejun Heo2006-05-15
* [PATCH] libata: use ATA printk helpersTejun Heo2006-05-15
* [PATCH] libata: use dev->apTejun Heo2006-05-15
* [PATCH] libata: use new SCR and on/offline functionsTejun Heo2006-05-15
* [PATCH] ahci: hardreset classification fixTejun Heo2006-05-15
* [PATCH] ahci: add support for VIA VT8251Bastiaan Jacques2006-04-20
* [PATCH] ahci: use ata_wait_register()Tejun Heo2006-04-11
* [PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo2006-04-11
* Merge branch 'master'Jeff Garzik2006-04-11
|\
| * [PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig2006-04-10
* | [PATCH] ahci: do not fail softreset if PHY reports no deviceTejun Heo2006-04-04
* | [libata] bump versionsJeff Garzik2006-04-02
|/
* [libata] ahci: add ATI SB600 PCI IDsJeff Garzik2006-03-30
* [PATCH] ahci: add softresetTejun Heo2006-03-22
* [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-21
* [PATCH] ahci: enable prefetching for PACKET commandsTejun Heo2006-03-11
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-11
|\
| * [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-11
* | [PATCH] libata: kill sht->max_sectorsTejun Heo2006-02-12
* | [PATCH] libata: move cdb_len for host to deviceTejun Heo2006-02-12
* | [PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo2006-02-11
* | [PATCH] ahci: convert to new reset mechanismTejun Heo2006-02-11