On Tue, 2011-07-05 at 13:18 +0200, Balbi, Felipe wrote: > Hi, > > On Tue, Jul 05, 2011 at 01:27:47PM +0300, Tero Kristo wrote: > > @@ -854,20 +802,35 @@ static int __init omap3_pm_init(void) > > /* XXX prcm_setup_regs needs to be before enabling hw > > * supervised mode for powerdomains */ > > prcm_setup_regs(); > > + ret = omap_prcm_irq_init(); > > + if (ret) { > > + pr_err("omap_prcm_irq_init() failed with %d\n", ret); > > + goto err_prcm_irq_init; > > + } > > + > > + prcm_wkup_irq = omap_prcm_event_to_irq("wkup"); > > + prcm_io_irq = omap_prcm_event_to_irq("io"); > > + > > + ret = request_irq(prcm_wkup_irq, _prcm_int_handle_wakeup, > > + IRQF_NO_SUSPEND | IRQF_DISABLED, "prcm_wkup", NULL); > > IRQF_DISABLED shouldn't be used anymore ;-) Oh man, well that is easy to remove as it doesn't do anything. Should I send a new version of the set for this? :P Kevin's call I guess. I just tried the set without this flag and yes it still works. :) > > <linux/interrupt.h>: > > 45 * IRQF_DISABLED - keep irqs disabled when calling the action handler. > 46 * DEPRECATED. This flag is a NOOP and scheduled to be removed > > Texas Instruments Oy, Tekniikantie 12, 02150 Espoo. Y-tunnus: 0115040-6. Kotipaikka: Helsinki -- 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