[Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS

2010-02-05 Thread Hebbar, Shivananda
>From 5855acc38e699f9abfcdd11f1dbd5d648feecb74 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Thu, 28 Jan 2010 18:57:02 -0600 Subject: [PATCH] DSPBRIDGE: typedef cleanup -DSPRTOS This patch removes the typdef used for DSPRTOS type and replaces it with normal C type. Signed-off-by: Shivan

Re: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS

2010-02-03 Thread Felipe Contreras
On Thu, Feb 4, 2010 at 2:24 AM, Hebbar, Shivananda wrote: >> Why was it changed to long and not to unsigned int as it as defined before >> (u32) or int which is the tiye return by Atoi? > I didn't understand your question here. >  Long and int are both signed 32 bit type. Not on all platforms. I

RE: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS

2010-02-03 Thread Hebbar, Shivananda
Fernando, > -Original Message- > From: Guzman Lugo, Fernando > Sent: Wednesday, February 03, 2010 12:27 AM > To: Hebbar, Shivananda; linux-omap > Subject: RE: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS > > > > >-Original Message- > >Fr

RE: [Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS

2010-02-02 Thread Guzman Lugo, Fernando
>-Original Message- >From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >ow...@vger.kernel.org] On Behalf Of Hebbar, Shivananda >Sent: Tuesday, February 02, 2010 6:44 PM >To: linux-omap >Subject: [Patch 1/8] DSPBRIDGE: typedef cleanup

[Patch 1/8] DSPBRIDGE: typedef cleanup -DSP RTOS

2010-02-02 Thread Hebbar, Shivananda
>From 5855acc38e699f9abfcdd11f1dbd5d648feecb74 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar Date: Thu, 28 Jan 2010 18:57:02 -0600 Subject: [PATCH] DSPBRIDGE: Remove typedef used for DSPRTOS type and replace it with normal C type. This patch removes the typdef used for DSPRTOS type and repla