public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
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 0/4] DPC Removal from services
Date: Fri, 15 Jan 2010 17:35:00 -0600	[thread overview]
Message-ID: <1263598504-2353-1-git-send-email-omar.ramirez@ti.com> (raw)

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


             reply	other threads:[~2010-01-15 23:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15 23:35 Omar Ramirez Luna [this message]
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

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=1263598504-2353-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox