All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][sata_fsl] Defer non-ncq commands when ncq commands active
@ 2009-07-29 16:03 ashish kalra
  2009-07-29 19:48 ` Robert Hancock
  2009-09-09  1:25 ` Jeff Garzik
  0 siblings, 2 replies; 11+ messages in thread
From: ashish kalra @ 2009-07-29 16:03 UTC (permalink / raw)
  To: linux-ide; +Cc: linuxppc-dev

From: Ashish Kalra <Ashish.Kalra@freescale.com>
Date: Wed, 29 Jul 2009 21:15:49 +0530

Fix for non-ncq & ncq commands causing timeouts when both are issued 
simultaneously to the same device.

Signed-off-by: Ashish Kalra <Ashish.Kalra@freescale.com>
---
  drivers/ata/sata_fsl.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
index 5a88b44..a33f130 100644
--- a/drivers/ata/sata_fsl.c
+++ b/drivers/ata/sata_fsl.c
@@ -1262,6 +1262,7 @@ static struct scsi_host_template sata_fsl_sht = {
  static struct ata_port_operations sata_fsl_ops = {
  	.inherits		= &sata_pmp_port_ops,

+	.qc_defer = ata_std_qc_defer;
  	.qc_prep = sata_fsl_qc_prep,
  	.qc_issue = sata_fsl_qc_issue,
  	.qc_fill_rtf = sata_fsl_qc_fill_rtf,
-- 
1.6.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-09-09  1:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-29 16:03 [PATCH][sata_fsl] Defer non-ncq commands when ncq commands active ashish kalra
2009-07-29 19:48 ` Robert Hancock
2009-07-30 13:23   ` Kalra Ashish-B00888
2009-07-30 13:23     ` Kalra Ashish-B00888
2009-07-30 13:43     ` Kumar Gala
2009-07-30 13:43       ` Kumar Gala
2009-07-30 13:58       ` Kalra Ashish-B00888
2009-07-30 13:58         ` Kalra Ashish-B00888
2009-07-30 14:02         ` Kumar Gala
2009-07-30 14:02           ` Kumar Gala
2009-09-09  1:25 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.