[PATCH 6/10] omap: mailbox: remove unnecessary arg for

2009-11-13 Thread C.A, Subramaniam
From 27c97972080ba1fea6296ee59105aebd5ea4442a Mon Sep 17 00:00:00 2001 From: C A Subramaniam subramaniam...@ti.com Date: Thu, 12 Nov 2009 16:18:05 -0800 Subject: [PATCH 6/10] omap: mailbox: remove unnecessary arg for omap_mbox_msg_send Also removed from tx_data Signed-off-by: C A Subramaniam

[APPLIED] [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

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): 3ce81516044e1c4599eb4a9b95f79c4778f72f28 PatchWorks http://patchwork.kernel.org/patch/49314/ Git (Likely to change, and takes a while to get

[PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-22 Thread C.A, Subramaniam
From 021907db683b2d7c7bf5f60bea3874fc6c2fa5a0 Mon Sep 17 00:00:00 2001 From: C A Subramaniam subramaniam...@ti.com Date: Tue, 8 Sep 2009 21:35:58 +0530 Subject: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send Also removed from tx_data Signed-off-by: Hiroshi DOYU

Re: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-09 Thread Hiroshi DOYU
From: ext C.A, Subramaniam subramaniam...@ti.com Subject: RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send Date: Mon, 7 Sep 2009 17:32:48 +0200 Hi Russell, 'arg' is used later in Patch 10, as part of the tasklet implementation, for writing messages to the mailbox

Re: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-07 Thread Russell King
On Fri, Sep 04, 2009 at 05:18:04PM +0530, C.A, Subramaniam wrote: @@ -114,7 +114,6 @@ int omap_mbox_msg_send(struct omap_mbox *mbox, mbox_msg_t msg, void* arg) } tx_data-msg = msg; - tx_data-arg = arg; What about also removing 'arg' from struct omap_msg_tx_data ? --

RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-07 Thread C.A, Subramaniam
[mailto:r...@arm.linux.org.uk] Sent: Monday, September 07, 2009 8:33 PM To: C.A, Subramaniam Cc: linux-omap@vger.kernel.org; t...@atomide.com; hiroshi.d...@nokia.com; Kanigeri, Hari; Gupta, Ramesh Subject: Re: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send On Fri, Sep

RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-07 Thread Shilimkar, Santosh
, Hari; Gupta, Ramesh Subject: RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send Hi Russell, 'arg' is used later in Patch 10, as part of the tasklet implementation, for writing messages to the mailbox. Should I be removing it in patch 6 and introduce it only

RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-07 Thread C.A, Subramaniam
...@atomide.com; hiroshi.d...@nokia.com; Kanigeri, Hari; Gupta, Ramesh Subject: RE: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send Hi Russell, 'arg' is used later in Patch 10, as part of the tasklet implementation, for writing messages to the mailbox. Should I

[PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send

2009-09-04 Thread C.A, Subramaniam
From 4e4fbfa64b2b77ec6f1140178770a70ff6f8caed Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU hiroshi.d...@nokia.com Date: Wed, 2 Sep 2009 20:14:24 +0530 Subject: [PATCH 6/10] omap mailbox: remove unnecessary arg for omap_mbox_msg_send Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm