The patch titled Misc: phantom, synchronize_irq() on suspend has been removed from the -mm tree. Its filename was misc-phantom-synchronize_irq-on-suspend.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Misc: phantom, synchronize_irq() on suspend From: Jiri Slaby <jirislaby@xxxxxxxxx> Wait after disabling device's interrupt until the handler finishes its work if still in progress. Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/phantom.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/misc/phantom.c~misc-phantom-synchronize_irq-on-suspend drivers/misc/phantom.c --- a/drivers/misc/phantom.c~misc-phantom-synchronize_irq-on-suspend +++ a/drivers/misc/phantom.c @@ -378,6 +378,8 @@ static int phantom_suspend(struct pci_de iowrite32(0, dev->caddr + PHN_IRQCTL); ioread32(dev->caddr + PHN_IRQCTL); /* PCI posting */ + synchronize_irq(pdev->irq); + return 0; } _ Patches currently in -mm which might be from jirislaby@xxxxxxxxx are origin.patch git-dvb.patch v4l-stk11xx-add-a-new-webcam-driver.patch v4l-stk11xx-use-array_size-in-another-2-cases.patch v4l-stk11xx-use-retval-from-stk11xx_check_device.patch v4l-stk11xx-add-static-to-tables.patch git-wireless.patch dzh-remove-useless-unused-module-junk.patch dz-always-check-if-it-is-safe-to-console_putchar.patch dz-dont-panic-when-request_irq-fails.patch dz-add-and-reorder-inclusions-remove-unneeded-ones.patch dz-update-kconfig-description.patch dz-rename-the-serial-console-structure.patch dz-fix-locking-issues.patch dz-handle-special-conditions-on-reception-correctly.patch maintainers-add-self-for-the-dz-serial-driver.patch remove-asm-bitopsh-includes-reiser4.patch shrink_slab-handle-bad-shrinkers.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