aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-11[PATCH] ahci: convert to new reset mechanismTejun Heo1-17/+29
2006-02-11[PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo1-3/+2
2006-02-10[PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo1-21/+23
2006-02-10[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo1-9/+3
2006-02-10[PATCH] libata: use ata_scsi_timed_out()Tejun Heo1-0/+1
2006-01-29Merge branch 'upstream-fixes'Jeff Garzik1-0/+2
2006-01-29[libata ahci] add another JMicron pci idJeff Garzik1-0/+2
2006-01-29Merge branch 'upstream-fixes'Jeff Garzik1-4/+13
2006-01-29[libata ahci] Isolate Intel-ism, add JMicron JMB360 supportJeff Garzik1-4/+13
2006-01-26[PATCH] ahci: add constants for SRSTTejun Heo1-0/+4
2006-01-26[PATCH] ahci: stop engine during hard resetTejun Heo1-0/+2
2006-01-26[PATCH] libata: implement and apply ata_eh_qc_complete/retry()Tejun Heo1-9/+3
2006-01-26[PATCH] libata: return AC_ERR_* from issue functionsTejun Heo1-2/+2
2006-01-26[PATCH] libata: add detailed AC_ERR_* flagsTejun Heo1-1/+1
2006-01-26[PATCH] ahci: fix err_mask setting in ahci_host_intrTejun Heo1-1/+1
2006-01-17[PATCH] ahci: separate out ahci_dev_classifyTejun Heo1-8/+16
2006-01-17[PATCH] ahci: separate out ahci_stop/start_engineTejun Heo1-19/+39
2006-01-17[PATCH] ahci: AHCI mode SATA patch for Intel ICH8Jason Gaston1-0/+10
2006-01-06[BLOCK] update libata to use new blk_ordered for barriersTejun Heo1-1/+0
2005-12-06[PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee1-4/+8
2005-12-01[PATCH] mark several libata datastructures constArjan van de Ven1-1/+1
2005-11-16[libata] bump versionsJeff Garzik1-1/+1
2005-11-16[libata ahci] tone down ATAPI errorsJeff Garzik1-13/+15
2005-11-15[libata ahci] command completion fixes, improved debug msgsJeff Garzik1-10/+15
2005-11-14[libata ahci] error handling fixesJeff Garzik1-5/+19
2005-11-12[libata ahci] set port ATAPI bit correctlyJeff Garzik1-2/+16
2005-11-12[libata ahci, qstor] fix miscount of scatter/gather entriesJeff Garzik1-3/+11
2005-11-10[libata] constify PCI ID table in several driversJeff Garzik1-1/+1
2005-11-07[libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik1-2/+2
2005-11-04[libata] ATAPI pad allocation fixes/cleanupJeff Garzik1-5/+6
2005-10-30Merge branch 'master'Jeff Garzik1-21/+21
2005-10-30[libata] use dev_printk() throughout driversJeff Garzik1-21/+21
2005-10-30Merge branch 'upstream'Jeff Garzik1-2/+2
2005-10-30[libata] change ata_qc_complete() to take error mask as second argJeff Garzik1-2/+2
2005-10-30Merge branch 'upstream'Jeff Garzik1-9/+0
2005-10-29[libata] remove ata_chk_err(), ->check_err() hook.Jeff Garzik1-9/+0
2005-10-28Merge branch 'master'Jeff Garzik1-5/+5
2005-10-22libata: const-ification bombing runJeff Garzik1-1/+1
2005-10-21[PATCH] iomem annotations (ahci)Al Viro1-4/+4
2005-10-09Merge branch 'upstream'Jeff Garzik1-6/+25
2005-10-05libata: fix ATAPI DMA alignment issuesJeff Garzik1-11/+19
2005-10-05libata: add ata_ratelimit(), use it in AHCI driver irq handlerJeff Garzik1-6/+25
2005-09-08[PATCH] PCI/libata INTx cleanupBrett M Russ1-16/+0
2005-09-07[PATCH] libata: fix pio_mask values (take 2)Brett Russ1-1/+1
2005-08-30[libata] update several drivers to use pci_iomap()/pci_iounmap()Jeff Garzik1-4/+3
2005-08-30[libata] __iomem annotations for various driversJeff Garzik1-16/+17
2005-08-30[libata ahci] minor remove/unplug path cleanupJeff Garzik1-12/+2
2005-08-29Merge /spare/repo/linux-2.6/Jeff Garzik1-4/+8
2005-08-28[libata] license change, other bitsJeff Garzik1-16/+24
2005-08-25libata: fix EH lockingJeff Garzik1-1/+6
2005-08-23/spare/repo/libata-dev branch 'upstream-fixes'Jeff Garzik1-0/+1
2005-08-23libata: release prep (bump versions, etc.)Jeff Garzik1-0/+1
2005-08-23[PATCH] Fix HD activity LED with ahciMartin Wilck1-3/+0
2005-08-10[PATCH] ahci: AHCI mode SATA patch for Intel ICH7-M DHJason Gaston1-0/+2
2005-06-28[PATCH] libata: ahci: remove ata_port_start/stop() callsTejun Heo1-18/+4
2005-06-04[libata] ahci: finish ATAPI support (hopefully)Jeff Garzik1-12/+8
2005-06-04[libata] ahci: minor PCI MSI cleanupJeff Garzik1-5/+6
2005-05-31[libata] ahci: Update for recent ->host_stop() API changeJeff Garzik1-4/+4
2005-05-31Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...1-0/+3
2005-05-29Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap1-0/+2
2005-05-27[PATCH] drivers/scsi/ahci: add #include req'd for the DMA_{64,32}BIT_MASK con...domen@coderock.org1-0/+1
2005-05-26libata: Fix use-after-iounmapJeff Garzik1-0/+2
2005-05-12[libata ahci] support PCI MSI interrupt vectorJeff Garzik1-10/+63
2005-04-16[PATCH] ahci: AHCI mode SATA patch for Intel ESB2Jason Gaston1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1065