omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_...
authorC A Subramaniam <subramaniam.ca@ti.com>
Sun, 22 Nov 2009 18:11:23 +0000 (10:11 -0800)
committerTony Lindgren <tony@atomide.com>
Sun, 22 Nov 2009 18:24:33 +0000 (10:24 -0800)
Currently, this facilitates both the tesla and ducati
sides to request for the same irq through an
omap_mbox_get() call.

Signed-off-by: C A Subramaniam <subramaniam.ca@ti.com>
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mailbox.c

index 2210c45a52f118ab9f676fdfa30f594cd04346c0..4d7947e5dd952a2eaac0a42ceeb0a669c1b03d0c 100644 (file)
@@ -284,7 +284,7 @@ static int omap_mbox_startup(struct omap_mbox *mbox)
                write_unlock(&mboxes_lock);
        }
 
-       ret = request_irq(mbox->irq, mbox_interrupt, IRQF_DISABLED,
+       ret = request_irq(mbox->irq, mbox_interrupt, IRQF_SHARED,
                                mbox->name, mbox);
        if (unlikely(ret)) {
                printk(KERN_ERR
This page took 0.024899 seconds and 5 git commands to generate.