[PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-05-10 Thread Hiroshi DOYU
From: Ohad Ben-Cohen The underlying buffering implementation of mailbox is converted from block API to kfifo due to the simplicity and speed of kfifo. The default size of the kfifo buffer is set to 256 bytes. This value is configurable at compile time (via CONFIG_OMAP_MBOX_KFIFO_SIZE), and can b

[PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-05-03 Thread Ohad Ben-Cohen
The underlying buffering implementation of mailbox is converted from block API to kfifo due to the simplicity and speed of kfifo. The default size of the kfifo buffer is set to 256 bytes. This value is configurable at compile time (via CONFIG_OMAP_MBOX_KFIFO_SIZE), and can be changed at runtime (v

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Ohad Ben-Cohen
On Wed, Apr 28, 2010 at 2:52 PM, Hiroshi DOYU wrote: > From: ext Ohad Ben-Cohen > Subject: Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo > Date: Wed, 28 Apr 2010 13:25:41 +0200 > >> On Wed, Apr 28, 2010 at 2:16 PM, Hiroshi DOYU wrote: >>> From: ext Ohad

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen Subject: Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo Date: Wed, 28 Apr 2010 13:25:41 +0200 > On Wed, Apr 28, 2010 at 2:16 PM, Hiroshi DOYU wrote: >> From: ext Ohad Ben-Cohen >> Subject: Re: [PATCH 4/4] omap: mailbox: convert block api t

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Ohad Ben-Cohen
On Wed, Apr 28, 2010 at 2:16 PM, Hiroshi DOYU wrote: > From: ext Ohad Ben-Cohen > Subject: Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo > Date: Wed, 28 Apr 2010 13:02:06 +0200 > >>>> diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c >

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen Subject: Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo Date: Wed, 28 Apr 2010 13:02:06 +0200 >>> diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c >>> index 72b17ad..b1324f3 100644 >>> --- a/arch/arm/plat-om

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Ohad Ben-Cohen
On Wed, Apr 28, 2010 at 8:56 AM, Hiroshi DOYU wrote: > From: ext Ohad Ben-Cohen > Subject: [PATCH 4/4] omap: mailbox: convert block api to kfifo > Date: Tue, 27 Apr 2010 19:56:22 +0200 > >> The underlying buffering implementation of mailbox >> is converted from block

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-28 Thread Ohad Ben-Cohen
Hi Hiroshi, On Wed, Apr 28, 2010 at 8:52 AM, Hiroshi DOYU wrote: > Hi Ohad, > > From: ext Ohad Ben-Cohen > Subject: [PATCH 4/4] omap: mailbox: convert block api to kfifo > Date: Tue, 27 Apr 2010 19:56:22 +0200 > >> The underlying buffering implementation of mailbox &g

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-27 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen Subject: [PATCH 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 27 Apr 2010 19:56:22 +0200 > The underlying buffering implementation of mailbox > is converted from block API to kfifo due to the simplicity > and speed of kfifo. > > Signed-off-by:

Re: [PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-27 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen Subject: [PATCH 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 27 Apr 2010 19:56:22 +0200 > The underlying buffering implementation of mailbox > is converted from block API to kfifo due to the simplicity > and speed of kfifo. > > Sign

[PATCH 4/4] omap: mailbox: convert block api to kfifo

2010-04-27 Thread Ohad Ben-Cohen
The underlying buffering implementation of mailbox is converted from block API to kfifo due to the simplicity and speed of kfifo. Signed-off-by: Ohad Ben-Cohen Signed-off-by: Hari Kanigeri --- arch/arm/plat-omap/include/plat/mailbox.h |5 +- arch/arm/plat-omap/mailbox.c | 108