The patch titled
sata_promise: SATA hotplug support, take 2
has been removed from the -mm tree. Its filename was
sata_promise-sata-hotplug-support-take-2.patch
This patch was dropped because it was folded into
sata_promise-sata-hotplug-support.patch
------------------------------------------------------
Subject: sata_promise: SATA hotplug support, take 2
From: Mikael Pettersson <[EMAIL PROTECTED]>
Changes since the previous version (posted June 19):
- Correct pdc_interrupt() to increment 'handled' also in
the hotplug case. This prevents IRQ_NONE from being
returned when an interrupt only has hotplug events to
handle, which could confuse the kernel's IRQ machinery.
- Added testing on the SATAII150 TX4.
Signed-off-by: Mikael Pettersson <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/ata/sata_promise.c | 1 +
1 files changed, 1 insertion(+)
diff -puN drivers/ata/sata_promise.c~sata_promise-sata-hotplug-support-take-2
drivers/ata/sata_promise.c
--- a/drivers/ata/sata_promise.c~sata_promise-sata-hotplug-support-take-2
+++ a/drivers/ata/sata_promise.c
@@ -773,6 +773,7 @@ static irqreturn_t pdc_interrupt (int ir
ata_ehi_hotplugged(ehi);
ata_ehi_push_desc(ehi, "hotplug_status %#x", tmp);
ata_port_freeze(ap);
+ ++handled;
continue;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-libata-all.patch
sata_promise-sata-hotplug-support.patch
sata_promise-sata-hotplug-support-take-2.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html