From: Ameya Palande <ameya.palande@nokia.com>
To: linux-omap@vger.kernel.org
Cc: omar.ramirez@ti.com, nm@ti.com, deepak.chitriki@ti.com
Subject: [PATCHv2 0/3] DSPBRIDGE: MEM Module cleanup series
Date: Thu, 4 Feb 2010 17:33:11 +0200 [thread overview]
Message-ID: <cover.1265296743.git.ameya.palande@nokia.com> (raw)
This series contains patches which remove following things from the MEM
module:
1. MEM_CHECK memory leak debugging mechanism
2. MEM_Free() function
3. MEM_VFree() function
There was some issue while applying patches from V1, which should be solved in
V2.
Ameya Palande (3):
DSPBRIDGE: Get rid of MEM_CHECK mechanism
DSPBRIDGE: Get rid of MEM_Free()
DSPBRIDGE: Get rid of MEM_VFree()
arch/arm/plat-omap/include/dspbridge/mem.h | 36 +----
drivers/dsp/bridge/gen/gs.c | 4 +-
drivers/dsp/bridge/pmgr/cmm.c | 12 +-
drivers/dsp/bridge/pmgr/cod.c | 4 +-
drivers/dsp/bridge/pmgr/dbll.c | 15 +-
drivers/dsp/bridge/pmgr/dev.c | 9 +-
drivers/dsp/bridge/pmgr/dmm.c | 3 +-
drivers/dsp/bridge/pmgr/wcd.c | 46 ++---
drivers/dsp/bridge/rmgr/dbdcd.c | 13 +-
drivers/dsp/bridge/rmgr/disp.c | 3 +-
drivers/dsp/bridge/rmgr/drv.c | 38 ++---
drivers/dsp/bridge/rmgr/drv_interface.c | 2 +-
drivers/dsp/bridge/rmgr/nldr.c | 52 ++----
drivers/dsp/bridge/rmgr/node.c | 87 ++++-------
drivers/dsp/bridge/rmgr/proc.c | 10 +-
drivers/dsp/bridge/rmgr/rmm.c | 19 +-
drivers/dsp/bridge/rmgr/strm.c | 3 +-
drivers/dsp/bridge/services/mem.c | 246 +---------------------------
drivers/dsp/bridge/services/ntfy.c | 7 +-
drivers/dsp/bridge/services/regsup.c | 10 +-
drivers/dsp/bridge/services/sync.c | 3 +-
drivers/dsp/bridge/wmd/chnl_sm.c | 11 +-
drivers/dsp/bridge/wmd/io_sm.c | 12 +-
drivers/dsp/bridge/wmd/msg_sm.c | 8 +-
drivers/dsp/bridge/wmd/tiomap3430.c | 17 +--
drivers/dsp/bridge/wmd/ue_deh.c | 6 +-
26 files changed, 160 insertions(+), 516 deletions(-)
next reply other threads:[~2010-02-04 15:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-04 15:33 Ameya Palande [this message]
2010-02-04 15:33 ` [PATCH 1/3] DSPBRIDGE: Get rid of MEM_CHECK mechanism Ameya Palande
2010-02-08 22:47 ` Omar Ramirez Luna
2010-02-04 15:33 ` [PATCH 2/3] DSPBRIDGE: Get rid of MEM_Free() Ameya Palande
2010-02-06 1:58 ` Omar Ramirez Luna
2010-02-06 15:16 ` ameya.palande
2010-02-08 22:47 ` Omar Ramirez Luna
2010-02-04 15:33 ` [PATCH 3/3] DSPBRIDGE: Get rid of MEM_VFree() Ameya Palande
2010-02-08 22:47 ` Omar Ramirez Luna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1265296743.git.ameya.palande@nokia.com \
--to=ameya.palande@nokia.com \
--cc=deepak.chitriki@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=omar.ramirez@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.