From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Ramirez Luna Subject: Re: [PATCH 0/3] DSPBRIDGE: simplify ntfy module Date: Mon, 5 Apr 2010 21:49:12 -0500 Message-ID: <4BBAA128.6070208@ti.com> References: <496565EC904933469F292DDA3F1663E602CADC2FF1@dlee06.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:35535 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757169Ab0DFCtO (ORCPT ); Mon, 5 Apr 2010 22:49:14 -0400 In-Reply-To: <496565EC904933469F292DDA3F1663E602CADC2FF1@dlee06.ent.ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Guzman Lugo, Fernando" Cc: "linux-omap@vger.kernel.org" , "Palande Ameya (Nokia-D/Helsinki)" , "Doyu Hiroshi (Nokia-D/Helsinki)" , Felipe Contreras On 3/24/2010 10:52 PM, Guzman Lugo, Fernando wrote: > From 87f5751e8838fae3b3eed189eaa9a94a6d8e1ebd Mon Sep 17 00:00:00 2001 > From: Fernando Guzman Lugo > 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(-) > > -- Pushed to dspbridge. - omar