aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Move libata to drivers/ata.Jeff Garzik1-1684/+0
2006-08-10[PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin1-1/+1
2006-08-09[PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo1-2/+1
2006-08-03Merge branch 'upstream-fixes' into upstreamJeff Garzik1-8/+2
2006-08-03[PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang1-8/+2
2006-07-29[libata] ahci: add SiS PCI IDsJeff Garzik1-0/+8
2006-07-29[PATCH] ahci: implement Power Management supportTejun Heo1-0/+84
2006-07-29[PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()Tejun Heo1-77/+94
2006-07-29[PATCH] libata: improve driver initialization and deinitializationTejun Heo1-51/+151
2006-07-29[PATCH] ahci: simplify ahci_start_engine()Tejun Heo1-19/+2
2006-07-29[PATCH] ahci: cosmetic changes to ahci_start/stop_engine()Tejun Heo1-18/+9
2006-07-29[PATCH] ahci: relocate several internal functionsTejun Heo1-129/+126
2006-07-19[PATCH] The redefinition of ahci_start_engine() and ahci_stop_engine()zhao, forrest1-25/+57
2006-07-05[PATCH] ahci: Ensure that we don't grab both functionsroot1-4/+11
2006-07-05[PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[libata] Bump versionsJeff Garzik1-1/+1
2006-06-22[PATCH] ahci: disable NCQ support on vt8251Tejun Heo1-2/+4
2006-06-22[libata] ahci: add JMicron PCI IDsJeff Garzik1-0/+6
2006-06-22[libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik1-0/+18
2006-05-31[PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo1-20/+27
2006-05-31[PATCH] libata-hp: update unload-unplugTejun Heo1-7/+3
2006-05-31[PATCH] libata-hp: hook warmplugTejun Heo1-0/+1
2006-05-31[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo1-1/+2
2006-05-15[PATCH] ahci: implement NCQ suppportTejun Heo1-31/+58
2006-05-15[PATCH] ahci: kill pp->cmd_tbl_sgTejun Heo1-4/+1
2006-05-15[PATCH] ahci: add HOST_CAP_NCQ constantTejun Heo1-0/+1
2006-05-15[PATCH] ahci: clean up AHCI constants in preparation for NCQTejun Heo1-6/+9
2006-05-15[PATCH] ahci: add PIOS interim interrupt handlingTejun Heo1-1/+12
2006-05-15[PATCH] ahci: convert to new EHTejun Heo1-100/+137
2006-05-15[PATCH] libata: use ATA printk helpersTejun Heo1-5/+3
2006-05-15[PATCH] libata: use dev->apTejun Heo1-1/+1
2006-05-15[PATCH] libata: use new SCR and on/offline functionsTejun Heo1-3/+3
2006-05-15[PATCH] ahci: hardreset classification fixTejun Heo1-1/+1
2006-04-20[PATCH] ahci: add support for VIA VT8251Bastiaan Jacques1-15/+49
2006-04-11[PATCH] ahci: use ata_wait_register()Tejun Heo1-25/+6
2006-04-11[PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo1-8/+5
2006-04-11Merge branch 'master'Jeff Garzik1-1/+0
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-1/+0
2006-04-04[PATCH] ahci: do not fail softreset if PHY reports no deviceTejun Heo1-0/+6
2006-04-02[libata] bump versionsJeff Garzik1-1/+1
2006-03-30[libata] ahci: add ATI SB600 PCI IDsJeff Garzik1-0/+4
2006-03-22[PATCH] ahci: add softresetTejun Heo1-1/+134
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo1-1/+0
2006-03-11[PATCH] ahci: enable prefetching for PACKET commandsTejun Heo1-1/+2
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik1-10/+4
2006-03-11[PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo1-10/+4
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo1-1/+0
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo1-1/+2
2006-02-11[PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo1-1/+1