The patch titled sata_promise: SATA hotplug support, take 2 has been added to the -mm tree. Its filename is sata_promise-sata-hotplug-support-take-2.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sata_promise: SATA hotplug support, take 2 From: Mikael Pettersson <mikpe@xxxxxxxx> 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 <mikpe@xxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 mikpe@xxxxxxxx are sata_promise-cleanups.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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html