public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Mailbox: Fix issues for OMAP4
@ 2010-02-18 21:07 Anna, Suman
  2010-02-19  8:36 ` Hiroshi DOYU
  0 siblings, 1 reply; 4+ messages in thread
From: Anna, Suman @ 2010-02-18 21:07 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org
  Cc: Hiroshi.DOYU@nokia.com, Clark, Rob, Kanigeri, Hari,
	C.A, Subramaniam

>From f2e895f74544876572adbe3328aa27d20aa1aec4 Mon Sep 17 00:00:00 2001
From: Suman Anna <s-anna@ti.com>
Date: Thu, 18 Feb 2010 14:34:39 -0600
Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 

This patchset has fixes for OMAP4 mailbox SYSCONFIG register.
Also included are patches for improving mailbox performance, and
other minor fixes.

Hari Kanigeri (1):
  omap2/3/4: mailbox: retries in case of FIFO full

Rob Clark (1):
  omap2/3/4: mailbox: use dedicated work queue for handling mailbox rx
    interrupt

Suman Anna (3):
  omap2/3/4: mailbox: remove compiler warning
  omap: mailbox: correct OMAP4 reset logic
  omap: mailbox: correct OMAP4 SIDLEMODE logic

 arch/arm/mach-omap2/mailbox.c |   47 ++++++++++++++++++++++++++++++----------
 arch/arm/plat-omap/mailbox.c  |   14 ++++++++---
 2 files changed, 45 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Mailbox: Fix issues for OMAP4
  2010-02-18 21:07 [PATCH 0/5] Mailbox: Fix issues for OMAP4 Anna, Suman
@ 2010-02-19  8:36 ` Hiroshi DOYU
  2010-02-20  0:11   ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Hiroshi DOYU @ 2010-02-19  8:36 UTC (permalink / raw)
  To: s-anna, tony; +Cc: linux-omap, rob, h-kanigeri2, subramaniam.ca

Hi Suman,

From: "ext Anna, Suman" <s-anna@ti.com>
Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
Date: Thu, 18 Feb 2010 22:07:15 +0100

> From f2e895f74544876572adbe3328aa27d20aa1aec4 Mon Sep 17 00:00:00 2001
> From: Suman Anna <s-anna@ti.com>
> Date: Thu, 18 Feb 2010 14:34:39 -0600
> Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
> 
> This patchset has fixes for OMAP4 mailbox SYSCONFIG register.
> Also included are patches for improving mailbox performance, and
> other minor fixes.

They look ok to me.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Mailbox: Fix issues for OMAP4
  2010-02-19  8:36 ` Hiroshi DOYU
@ 2010-02-20  0:11   ` Tony Lindgren
  2010-02-20 18:30     ` Hiroshi DOYU
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2010-02-20  0:11 UTC (permalink / raw)
  To: Hiroshi DOYU; +Cc: s-anna, linux-omap, rob, h-kanigeri2, subramaniam.ca

* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [100219 00:33]:
> Hi Suman,
> 
> From: "ext Anna, Suman" <s-anna@ti.com>
> Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
> Date: Thu, 18 Feb 2010 22:07:15 +0100
> 
> > From f2e895f74544876572adbe3328aa27d20aa1aec4 Mon Sep 17 00:00:00 2001
> > From: Suman Anna <s-anna@ti.com>
> > Date: Thu, 18 Feb 2010 14:34:39 -0600
> > Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
> > 
> > This patchset has fixes for OMAP4 mailbox SYSCONFIG register.
> > Also included are patches for improving mailbox performance, and
> > other minor fixes.
> 
> They look ok to me.
> 

I assume I can add your Acked-by then?

Tony 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Mailbox: Fix issues for OMAP4
  2010-02-20  0:11   ` Tony Lindgren
@ 2010-02-20 18:30     ` Hiroshi DOYU
  0 siblings, 0 replies; 4+ messages in thread
From: Hiroshi DOYU @ 2010-02-20 18:30 UTC (permalink / raw)
  To: tony; +Cc: s-anna, linux-omap, rob, h-kanigeri2, subramaniam.ca

From: ext Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH 0/5] Mailbox: Fix issues for OMAP4
Date: Sat, 20 Feb 2010 01:11:52 +0100

> * Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [100219 00:33]:
>> Hi Suman,
>> 
>> From: "ext Anna, Suman" <s-anna@ti.com>
>> Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
>> Date: Thu, 18 Feb 2010 22:07:15 +0100
>> 
>> > From f2e895f74544876572adbe3328aa27d20aa1aec4 Mon Sep 17 00:00:00 2001
>> > From: Suman Anna <s-anna@ti.com>
>> > Date: Thu, 18 Feb 2010 14:34:39 -0600
>> > Subject: [PATCH 0/5] Mailbox: Fix issues for OMAP4 
>> > 
>> > This patchset has fixes for OMAP4 mailbox SYSCONFIG register.
>> > Also included are patches for improving mailbox performance, and
>> > other minor fixes.
>> 
>> They look ok to me.
>> 
> 
> I assume I can add your Acked-by then?

Yes.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-20 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 21:07 [PATCH 0/5] Mailbox: Fix issues for OMAP4 Anna, Suman
2010-02-19  8:36 ` Hiroshi DOYU
2010-02-20  0:11   ` Tony Lindgren
2010-02-20 18:30     ` Hiroshi DOYU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox