Re: [PATCH] DSPBRIDGE: Resource clean up always enabled.

2010-02-02 Thread Omar Ramirez Luna
On 2/2/2010 2:18 PM, Omar Ramirez Luna wrote: From: Ernesto Ramos Remove flag RES_CLEANUP_DISABLE to have dspbridge resource cleanup allways enabled. Signed-off-by: Ernesto Ramos Acked-by: Ameya Palande --- arch/arm/plat-omap/include/dspbridge/_dcd.h|3 -- arch/arm/plat-omap/incl

[PATCH] DSPBRIDGE: Resource clean up always enabled.

2010-02-02 Thread Omar Ramirez Luna
From: Ernesto Ramos Remove flag RES_CLEANUP_DISABLE to have dspbridge resource cleanup allways enabled. Signed-off-by: Ernesto Ramos Acked-by: Ameya Palande --- arch/arm/plat-omap/include/dspbridge/_dcd.h|3 -- arch/arm/plat-omap/include/dspbridge/drv.h |3 +- .../plat

Re: [PATCH] DSPBRIDGE: Resource clean up always enabled.

2010-02-02 Thread Omar Ramirez Luna
On 1/28/2010 10:44 AM, Ameya Palande wrote: On Thu, 2010-01-28 at 17:05 +0100, ext Ramos Falcon, Ernesto wrote: From 30b0f99526350abe2bf93c2a9729f8fa5f9bafc7 Mon Sep 17 00:00:00 2001 From: Ernesto Ramos Date: Thu, 21 Jan 2010 14:36:07 -0600 Subject: [PATCH] DSPBRIDGE: Resource clean up always

Re: [PATCH] DSPBRIDGE: Resource clean up always enabled.

2010-01-28 Thread Ameya Palande
On Thu, 2010-01-28 at 17:05 +0100, ext Ramos Falcon, Ernesto wrote: > From 30b0f99526350abe2bf93c2a9729f8fa5f9bafc7 Mon Sep 17 00:00:00 2001 > From: Ernesto Ramos > Date: Thu, 21 Jan 2010 14:36:07 -0600 > Subject: [PATCH] DSPBRIDGE: Resource clean up always enabled. >

[PATCH] DSPBRIDGE: Resource clean up always enabled.

2010-01-28 Thread Ramos Falcon, Ernesto
>From 30b0f99526350abe2bf93c2a9729f8fa5f9bafc7 Mon Sep 17 00:00:00 2001 From: Ernesto Ramos Date: Thu, 21 Jan 2010 14:36:07 -0600 Subject: [PATCH] DSPBRIDGE: Resource clean up always enabled. Remove flag RES_CLEANUP_DISABLE to have dspbridge resource cleanup always enabled. Signed-off