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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html