RE: [PATCH 01/13] DSPBRIDGE: Replace mem_calloc() by kzalloc() or __vmalloc()

2010-05-13 Thread Gomez Castellanos, Ivan
-Original Message- From: Felipe Contreras [mailto:felipe.contre...@gmail.com] Sent: Thursday, May 13, 2010 2:36 PM To: Gomez Castellanos, Ivan Cc: linux-omap@vger.kernel.org; Hiroshi DOYU; Ameya Palande; Menon, Nishanth Subject: Re: [PATCH 01/13] DSPBRIDGE: Replace mem_calloc

[PATCH 01/13] DSPBRIDGE: Replace mem_calloc() by kzalloc() or __vmalloc()

2010-04-08 Thread Gomez Castellanos, Ivan
From 0306e1ff7c9160dbc5eb9fffcd789a40bea0debb Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Fri, 19 Mar 2010 16:43:26 -0600 Subject: [PATCH 01/13] DSPBRIDGE: Replace mem_calloc() by kzalloc() or __vmalloc() This is needed because the file

[PATCH 00/13] Remove mem.c and mem.h files

2010-04-08 Thread Gomez Castellanos, Ivan
From a848b2a9b48c020a3928e8f334632662a2213b43 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Thu, 8 Apr 2010 17:52:59 -0500 Subject: [PATCH 00/13] Remove mem.c and mem.h files The intend of these patches is to remove mem.c and mem.h files, since the

[PATCH 02/13] DSPBRIDGE: Replace mem_alloc() by kmalloc()

2010-04-08 Thread Gomez Castellanos, Ivan
From 5256a37e6f27df70f8333a02dd87ef9a202ed2b4 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Fri, 19 Mar 2010 18:19:55 -0600 Subject: [PATCH 02/13] DSPBRIDGE: Replace mem_alloc() by kmalloc() This is needed because the file drivers/dsp/bridge/services/mem.c is going

[PATCH 03/13] DSPBRIDGE: Moving functions from mem.c to drv.c

2010-04-08 Thread Gomez Castellanos, Ivan
From 879cddcdad95964e7893bd30e14c815d80e29c08 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Tue, 23 Mar 2010 18:30:09 -0600 Subject: [PATCH 03/13] DSPBRIDGE: Moving functions from mem.c to drv.c Since the mem.c file is going to be deleted, and as the drv.c file is

[PATCH 04/13] DSPBRIDGE: Moving macros from mem.h to drv.h

2010-04-08 Thread Gomez Castellanos, Ivan
From c1d6a6f9f372853943c94cf5471f0d2ca7a6b384 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Thu, 25 Mar 2010 18:39:55 -0600 Subject: [PATCH 04/13] DSPBRIDGE: Moving macros from mem.h to drv.h Since mem.h file is going to be deleted, the following macros are moved

[PATCH 05/13] DSPBRIDGE: Remove mem_init and mem_exit functions

2010-04-08 Thread Gomez Castellanos, Ivan
From a6517d9767565b48f09ef8ed4e27fe362ebdadf6 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Wed, 24 Mar 2010 12:24:37 -0600 Subject: [PATCH 05/13] DSPBRIDGE: Remove mem_init and mem_exit functions These functions do nothing. So they are removed from mem.c file.

[PATCH 06/13] DSPBRIDGE: Replace MEM_ALLOC_OBJECT macro by kzalloc function

2010-04-08 Thread Gomez Castellanos, Ivan
From 9db05854944ef38aa411bc277b05a4c3aebd1bea Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Wed, 24 Mar 2010 14:39:31 -0600 Subject: [PATCH 06/13] DSPBRIDGE: Replace MEM_ALLOC_OBJECT macro by kzalloc function The dw_signature member of these structures are not

[PATCH 07/13] DSPBRIDGE: Replace MEM_FREE_OBJECT macro by kfree function

2010-04-08 Thread Gomez Castellanos, Ivan
From a0d8b79b9125351d39dc33f85a3f2d35de32395f Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Wed, 24 Mar 2010 14:57:43 -0600 Subject: [PATCH 07/13] DSPBRIDGE: Replace MEM_FREE_OBJECT macro by kfree function As the dw_signature is not used in the patch Replace

[PATCH 11/13] DSPBRIDGE: Remove IS_VALID_HANDLE function and macro

2010-04-08 Thread Gomez Castellanos, Ivan
From 6d9b054e76f52b4ae0adff17b4e875793b54a6b1 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Mon, 29 Mar 2010 18:16:42 -0600 Subject: [PATCH 11/13] DSPBRIDGE: Remove IS_VALID_HANDLE function and macro The patch DSPBRIDGE: Replace MEM_ALLOC_OBJECT macro by kzalloc

[PATCH 13/13] DSPBRIDGE: Remove signature definitions used for object validation

2010-04-08 Thread Gomez Castellanos, Ivan
From a848b2a9b48c020a3928e8f334632662a2213b43 Mon Sep 17 00:00:00 2001 From: Ivan Gomez Castellanos ivan.go...@ti.com Date: Mon, 29 Mar 2010 19:48:20 -0600 Subject: [PATCH 13/13] DSPBRIDGE: Remove signature definitions used for object validation Since the patch DSPBRIDGE: Remove dw_signature

[PATCH v2 2/2] DSPBRIDGE: Remove DRV_ProcUpdatestate function

2010-01-28 Thread Gomez Castellanos, Ivan
In the previous patch, the function prototype was not removed. From 22a3646710806c9390a48556ded889e19178db9e Mon Sep 17 00:00:00 2001 From: Ivan Gomez ivan.go...@ti.com Date: Thu, 28 Jan 2010 18:53:45 -0600 Subject: [PATCH] DSPBRIDGE: Remove DRV_ProcUpdatestate function The DRV_ProcUpdatestate

[PATCH 1/2] DSPBRIDGE: Check process context in bridge_ioctl

2010-01-27 Thread Gomez Castellanos, Ivan
From f9d2f46583399c4addd3c2978c62d1821e0100d7 Mon Sep 17 00:00:00 2001 From: Ivan Gomez ivan.go...@ti.com Date: Thu, 21 Jan 2010 12:27:33 -0600 Subject: [PATCH] DSPBRIDGE: Check process context in bridge_ioctl Check pcontext (filp-private_data) in bridge_ioctl function, so that additional

[PATCH 2/2] DSPBRIDGE: Remove DRV_ProcUpdatestate function

2010-01-27 Thread Gomez Castellanos, Ivan
From fe755ce32e6bbbcc0e99d5a06440bed6257b1a23 Mon Sep 17 00:00:00 2001 From: Ivan Gomez ivan.go...@ti.com Date: Wed, 20 Jan 2010 17:45:43 -0600 Subject: [PATCH] DSPBRIDGE: Remove DRV_ProcUpdatestate function The DRV_ProcUpdatestate function was only used in two places and it only assigned a