From: Omar Ramirez Luna <omar.ramirez@ti.com>
To: linux-omap <linux-omap@vger.kernel.org>
Cc: Ameya Palande <ameya.palande@nokia.com>,
Hiroshi Doyu <Hiroshi.DOYU@nokia.com>,
Felipe Contreras <felipe.contreras@nokia.com>,
Nishanth Menon <nm@ti.com>,
Omar Ramirez Luna <omar.ramirez@ti.com>
Subject: [PATCH 00/18] Custom debug cleanup
Date: Tue, 16 Feb 2010 02:42:10 -0600 [thread overview]
Message-ID: <1266309748-11714-1-git-send-email-omar.ramirez@ti.com> (raw)
Step 1 to remove custom debug tracing
Omar Ramirez Luna (18):
DSPBRIDGE: Remove entry point custom debug statements for rmgr
DSPBRIDGE: Remove entry point custom debug statements for wmd
DSPBRIDGE: Remove entry point custom debug statements for pmgr
DSPBRIDGE: Remove entry point custom debug statements for wmd
DSPBRIDGE: Remove debug statements for success in rmgr
DSPBRIDGE: Remove debug statements for success in wmd
DSPBRIDGE: Remove debug statements for success in pmgr
DSPBRIDGE: Remove debug statements for success in services
DSPBRIDGE: Remove excessive debug statements for rmgr
DSPBRIDGE: Remove excessive debug statements for wmd
DSPBRIDGE: Remove excessive debug statements for pmgr
DSPBRIDGE: Remove excessive debug statements for services
DSPBRIDGE: change init statements to pr_info in rmgr
DSPBRIDGE: change critical error statements to pr_err in rmgr
DSPBRIDGE: change critical error statements to pr_err in wmd
DSPBRIDGE: print dsp trace buffer by default
DSPBRIDGE: change critical error statements to pr_err in pmgr
DSPBRIDGE: change critical error statements to pr_err in services
drivers/dsp/bridge/pmgr/chnl.c | 43 +---
drivers/dsp/bridge/pmgr/cmm.c | 87 +------
drivers/dsp/bridge/pmgr/cod.c | 107 ++-------
drivers/dsp/bridge/pmgr/dbll.c | 59 +----
drivers/dsp/bridge/pmgr/dev.c | 238 ++----------------
drivers/dsp/bridge/pmgr/dmm.c | 54 +----
drivers/dsp/bridge/pmgr/io.c | 34 +---
drivers/dsp/bridge/pmgr/msg.c | 15 +-
drivers/dsp/bridge/pmgr/wcd.c | 139 +----------
drivers/dsp/bridge/rmgr/dbdcd.c | 122 +---------
drivers/dsp/bridge/rmgr/disp.c | 143 +----------
drivers/dsp/bridge/rmgr/drv.c | 166 +++-----------
drivers/dsp/bridge/rmgr/drv_interface.c | 62 ++----
drivers/dsp/bridge/rmgr/dspdrv.c | 22 +--
drivers/dsp/bridge/rmgr/mgr.c | 75 +-----
drivers/dsp/bridge/rmgr/nldr.c | 57 +----
drivers/dsp/bridge/rmgr/node.c | 295 +++++------------------
drivers/dsp/bridge/rmgr/proc.c | 407 ++++---------------------------
drivers/dsp/bridge/rmgr/rmm.c | 35 +---
drivers/dsp/bridge/rmgr/strm.c | 84 +------
drivers/dsp/bridge/services/cfg.c | 134 ++--------
drivers/dsp/bridge/services/clk.c | 49 +---
drivers/dsp/bridge/services/dbg.c | 4 +-
drivers/dsp/bridge/services/mem.c | 51 +----
drivers/dsp/bridge/services/ntfy.c | 4 +-
drivers/dsp/bridge/services/reg.c | 10 -
drivers/dsp/bridge/services/services.c | 3 -
drivers/dsp/bridge/services/sync.c | 151 ++----------
drivers/dsp/bridge/wmd/chnl_sm.c | 37 +---
drivers/dsp/bridge/wmd/io_sm.c | 130 ++---------
drivers/dsp/bridge/wmd/mmu_fault.c | 9 -
drivers/dsp/bridge/wmd/tiomap3430.c | 208 +++-------------
drivers/dsp/bridge/wmd/tiomap3430_pwr.c | 70 +-----
drivers/dsp/bridge/wmd/tiomap_io.c | 58 +----
drivers/dsp/bridge/wmd/tiomap_sm.c | 6 -
drivers/dsp/bridge/wmd/ue_deh.c | 29 +--
36 files changed, 418 insertions(+), 2779 deletions(-)
next reply other threads:[~2010-02-16 8:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-16 8:42 Omar Ramirez Luna [this message]
2010-02-16 8:42 ` [PATCH 01/18] DSPBRIDGE: Remove entry point custom debug statements for rmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 02/18] DSPBRIDGE: Remove entry point custom debug statements for wmd Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 03/18] DSPBRIDGE: Remove entry point custom debug statements for pmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 04/18] DSPBRIDGE: Remove entry point custom debug statements for wmd Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 05/18] DSPBRIDGE: Remove debug statements for success in rmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 06/18] DSPBRIDGE: Remove debug statements for success in wmd Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 07/18] DSPBRIDGE: Remove debug statements for success in pmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 08/18] DSPBRIDGE: Remove debug statements for success in services Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 09/18] DSPBRIDGE: Remove excessive debug statements for rmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 10/18] DSPBRIDGE: Remove excessive debug statements for wmd Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 11/18] DSPBRIDGE: Remove excessive debug statements for pmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 12/18] DSPBRIDGE: Remove excessive debug statements for services Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 13/18] DSPBRIDGE: change init statements to pr_info in rmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 14/18] DSPBRIDGE: change critical error statements to pr_err " Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 15/18] DSPBRIDGE: change critical error statements to pr_err in wmd Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 16/18] DSPBRIDGE: print dsp trace buffer by default Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 17/18] DSPBRIDGE: change critical error statements to pr_err in pmgr Omar Ramirez Luna
2010-02-16 8:42 ` [PATCH 18/18] DSPBRIDGE: change critical error statements to pr_err in services Omar Ramirez Luna
2010-02-23 17:53 ` [PATCH 00/18] Custom debug cleanup 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=1266309748-11714-1-git-send-email-omar.ramirez@ti.com \
--to=omar.ramirez@ti.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=ameya.palande@nokia.com \
--cc=felipe.contreras@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=nm@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.