[PATCH] sata_fsl: Add asynchronous notification support

2009-06-29 Thread ashish kalra
Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 94eaa43..5751145 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c @@ -34,7 +34,7 @@ enum

[RESEND][PATCH] sata_fsl: hard and soft reset split

2009-06-29 Thread ashish kalra
Split sata_fsl_softreset() into hard and soft resets to make error-handling more efficient & device and PMP detection more reliable. Also includes fix for PMP support, driver tested with Sil3726, Sil4726 & Exar PMP controllers. Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.

[no subject]

2009-06-29 Thread ashish kalra
From: Ashish Kalra Date: Fri, 26 Jun 2009 15:46:02 +0530 Subject: [PATCH][v2] sata_fsl: Add asynchronous notification support Enable device hot-plug support on Port multiplier fan-out ports Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8

[PATCH][v2] sata_fsl: Add asynchronous notification support

2009-06-29 Thread ashish kalra
Enable device hot-plug support on Port multiplier fan-out ports Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 94eaa43..5751145 100644 --- a/drivers

[PATCH][v3] Add asynchronous notification support

2009-07-01 Thread ashish kalra
Enable device hot-plug support on Port multiplier fan-out ports v3 fixes whitespace/identation issues Signed-off-by: Ashish Kalra --- drivers/ata/sata_fsl.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c

[PATCH][sata_fsl] Defer non-ncq commands when ncq commands active

2009-07-29 Thread ashish kalra
From: Ashish Kalra 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 --- drivers/ata/sata_fsl.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --g