>From 87f5751e8838fae3b3eed189eaa9a94a6d8e1ebd Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo <x0095840@xxxxxx> Date: Wed, 24 Mar 2010 21:53:02 -0600 Subject: [PATCH] DSPBRIDGE: simplify ntfy module This set of patches simplifies the ntfy and also use kernel functions for notifications. Always keeping the same behavior that it had before the changes. That is the reason the code could no be simplified a little more. Fernando Guzman Lugo (3): DSPBRIDGE: remove ntfy_init/exit functions DSPBRIDGE: allocation of ntfy object take out of ntfy module. DSPBRIDGE: simplify and make more use of kernel function in notify module arch/arm/plat-omap/include/dspbridge/ntfy.h | 275 +++++++++++++++++--------- drivers/dsp/bridge/rmgr/node.c | 22 ++- drivers/dsp/bridge/rmgr/proc.c | 16 ++- drivers/dsp/bridge/services/ntfy.c | 282 +-------------------------- drivers/dsp/bridge/services/services.c | 6 +- drivers/dsp/bridge/wmd/chnl_sm.c | 19 ++- drivers/dsp/bridge/wmd/msg_sm.c | 23 ++- drivers/dsp/bridge/wmd/ue_deh.c | 19 ++- 8 files changed, 270 insertions(+), 392 deletions(-) -- 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