[PATCH 5/10] omap: mailbox: remove disable_/enable_mbox_irq in isr

2009-11-13 Thread C.A, Subramaniam
>From 977b46afb3d52422d486458c6c7889c9ce906b3d Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU Date: Thu, 12 Nov 2009 16:18:05 -0800 Subject: [PATCH 5/10] omap: mailbox: remove disable_/enable_mbox_irq in isr No need to handle it in isr, since irq won't happen during isr. Signed-off-by:

[APPLIED] [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr

2009-11-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 5219cbeee4a15eaf6c56c5e3fc2610b230d4c99f PatchWorks http://patchwork.kernel.org/patch/49313/ Git (Likely to change, and takes a while to get mirrored)

[PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr

2009-09-22 Thread C.A, Subramaniam
>From d9bcb084bfdfdd72a4b449ca4c5990c27e8f6957 Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU Date: Wed, 2 Sep 2009 20:06:38 +0530 Subject: [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr No need to handle it in isr, since irq won't happen during isr. Signed-off-by: Hiro