All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] Custom debug cleanup
@ 2010-02-16  8:42 Omar Ramirez Luna
  2010-02-16  8:42 ` [PATCH 01/18] DSPBRIDGE: Remove entry point custom debug statements for rmgr Omar Ramirez Luna
  2010-02-23 17:53 ` [PATCH 00/18] Custom debug cleanup Omar Ramirez Luna
  0 siblings, 2 replies; 20+ messages in thread
From: Omar Ramirez Luna @ 2010-02-16  8:42 UTC (permalink / raw)
  To: linux-omap
  Cc: Ameya Palande, Hiroshi Doyu, Felipe Contreras, Nishanth Menon,
	Omar Ramirez Luna

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(-)


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-02-23 17:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-16  8:42 [PATCH 00/18] Custom debug cleanup Omar Ramirez Luna
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

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.