public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] DPC Removal from services
@ 2010-01-15 23:35 Omar Ramirez Luna
  2010-01-15 23:35 ` [PATCH 1/4] DSPBRIDGE: Remove DPC, create, destroy and schedule wrappers Omar Ramirez Luna
  2010-01-18 19:15 ` [PATCH 0/4] DPC Removal from services Ramirez Luna, Omar
  0 siblings, 2 replies; 6+ messages in thread
From: Omar Ramirez Luna @ 2010-01-15 23:35 UTC (permalink / raw)
  To: linux-omap
  Cc: Ameya Palande, Hiroshi Doyu, Felipe Contreras, Nishanth Menon,
	Omar Ramirez Luna

This patches remove the DPC custom implementation and wrappers.

They should be applied on top of "trivial cleanups" set and are
part of the current patch queue.

Omar Ramirez Luna (4):
  DSPBRIDGE: Remove DPC, create, destroy and schedule wrappers
  DSPBRIDGE: Remove main DPC wrapper for IO and MMUfault
  DSPBRIDGE: Remove DPC module from SERVICES layer
  DSPBRIDGE: Remove DPC object structure

 arch/arm/plat-omap/include/dspbridge/_chnl_sm.h |    1 -
 arch/arm/plat-omap/include/dspbridge/dpc.h      |  145 -------------
 arch/arm/plat-omap/include/dspbridge/io_sm.h    |    2 +-
 drivers/dsp/bridge/Makefile                     |    3 +-
 drivers/dsp/bridge/pmgr/chnl.c                  |    1 -
 drivers/dsp/bridge/services/dpc.c               |  246 -----------------------
 drivers/dsp/bridge/services/services.c          |   10 +-
 drivers/dsp/bridge/wmd/_deh.h                   |    5 +-
 drivers/dsp/bridge/wmd/io_sm.c                  |   86 ++++++--
 drivers/dsp/bridge/wmd/mmu_fault.c              |   12 +-
 drivers/dsp/bridge/wmd/mmu_fault.h              |    2 +-
 drivers/dsp/bridge/wmd/ue_deh.c                 |   13 +-
 12 files changed, 87 insertions(+), 439 deletions(-)
 delete mode 100644 arch/arm/plat-omap/include/dspbridge/dpc.h
 delete mode 100644 drivers/dsp/bridge/services/dpc.c


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

end of thread, other threads:[~2010-01-18 19:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 23:35 [PATCH 0/4] DPC Removal from services Omar Ramirez Luna
2010-01-15 23:35 ` [PATCH 1/4] DSPBRIDGE: Remove DPC, create, destroy and schedule wrappers Omar Ramirez Luna
2010-01-15 23:35   ` [PATCH 2/4] DSPBRIDGE: Remove main DPC wrapper for IO and MMUfault Omar Ramirez Luna
2010-01-15 23:35     ` [PATCH 3/4] DSPBRIDGE: Remove DPC module from SERVICES layer Omar Ramirez Luna
2010-01-15 23:35       ` [PATCH 4/4] DSPBRIDGE: Remove DPC object structure Omar Ramirez Luna
2010-01-18 19:15 ` [PATCH 0/4] DPC Removal from services Ramirez Luna, Omar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox