The patch titled input: Use disable_irq_nosync() for Mainstone has been removed from the -mm tree. Its filename was input-use-disable_irq_nosync-for-mainstone.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: input: Use disable_irq_nosync() for Mainstone From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> This should make no practical difference since the Mainstone can't be SMP but it is more correct. Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/touchscreen/mainstone-wm97xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/touchscreen/mainstone-wm97xx.c~input-use-disable_irq_nosync-for-mainstone drivers/input/touchscreen/mainstone-wm97xx.c --- a/drivers/input/touchscreen/mainstone-wm97xx.c~input-use-disable_irq_nosync-for-mainstone +++ a/drivers/input/touchscreen/mainstone-wm97xx.c @@ -246,7 +246,7 @@ static void wm97xx_irq_enable(struct wm9 if (enable) enable_irq(wm->pen_irq); else - disable_irq(wm->pen_irq); + disable_irq_nosync(wm->pen_irq); } static struct wm97xx_mach_ops mainstone_mach_ops = { _ Patches currently in -mm which might be from broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx are linux-next.patch input-add-wm97xx-accelerated-driver-for-avr32-at32ap700x-microprocessors.patch mfd-use-the-value-of-the-final-spin-when-reading-the-auxadc.patch mfd-add-support-for-wm8351-revision-b.patch rtc-convert-wm8350-use-new-alarm-and-update-operations.patch rtc-wm8350-retries-will-reach-1.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