* [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr
@ 2009-09-22 14:31 C.A, Subramaniam
2009-11-11 22:19 ` [APPLIED] " Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: C.A, Subramaniam @ 2009-09-22 14:31 UTC (permalink / raw)
To: linux-omap@vger.kernel.org
Cc: Hiroshi DOYU, tony@atomide.com, rmk@arm.linux.org.uk,
Kanigeri, Hari, Gupta, Ramesh
>From d9bcb084bfdfdd72a4b449ca4c5990c27e8f6957 Mon Sep 17 00:00:00 2001
From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
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: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
---
arch/arm/plat-omap/mailbox.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c
index 6e713a7..8a6d087 100644
--- a/arch/arm/plat-omap/mailbox.c
+++ b/arch/arm/plat-omap/mailbox.c
@@ -209,8 +209,6 @@ static void __mbox_rx_interrupt(struct omap_mbox *mbox)
mbox_msg_t msg;
struct request_queue *q = mbox->rxq->queue;
- disable_mbox_irq(mbox, IRQ_RX);
-
while (!mbox_fifo_empty(mbox)) {
rq = blk_get_request(q, WRITE, GFP_ATOMIC);
if (unlikely(!rq))
@@ -226,7 +224,6 @@ static void __mbox_rx_interrupt(struct omap_mbox *mbox)
/* no more messages in the fifo. clear IRQ source. */
ack_mbox_irq(mbox, IRQ_RX);
- enable_mbox_irq(mbox, IRQ_RX);
nomem:
schedule_work(&mbox->rxq->work);
}
--
1.5.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [APPLIED] [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr
2009-09-22 14:31 [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr C.A, Subramaniam
@ 2009-11-11 22:19 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-11-11 22:19 UTC (permalink / raw)
To: linux-omap
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)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=5219cbeee4a15eaf6c56c5e3fc2610b230d4c99f
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-11 22:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 14:31 [PATCH 5/10] omap mailbox: remove disable_/enable_mbox_irq in isr C.A, Subramaniam
2009-11-11 22:19 ` [APPLIED] " Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox