Hi Phil, > - set_irq_wake(ts->irq, 1); > + set_irq_wake(ts->spi->irq, 1); Better if you use enable_irq_wake/disable_irq_wake friends, with device_init_wakup being done in the probe and suspend/resume checking device_may_wakeup stuff. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html