From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/2] ARM:OMAP: Add interrupt handling interface in MMU FWK Date: Fri, 30 Mar 2007 15:00:24 -0400 Message-ID: <20070330190022.GF18375@atomide.com> References: <11744629942386-git-send-email-Hiroshi.DOYU@nokia.com> <11744629971941-git-send-email-Hiroshi.DOYU@nokia.com> <11744629942386-git-send-email-Hiroshi.DOYU@nokia.com> <20070322070737.GA19849@linux-sh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20070322070737.GA19849@linux-sh.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Paul Mundt Cc: linux-omap-open-source@linux.omap.com, Hiroshi.DOYU@nokia.com List-Id: linux-omap@vger.kernel.org * Paul Mundt [070322 03:11]: > On Wed, Mar 21, 2007 at 09:43:13AM +0200, Hiroshi.DOYU@nokia.com wrote: > > From: Hiroshi DOYU > > > > This adds the entry point in omap mmu framework to handle mmu > > interrupt. Users of this framework can use its workqueue interface in > > order to accomplish their irq-driven work. > > > > Signed-off-by: Hiroshi DOYU > > Acked-by: Paul Mundt > > On Wed, Mar 21, 2007 at 09:43:14AM +0200, Hiroshi.DOYU@nokia.com wrote: > > From: Hiroshi DOYU > > > > - Add a new member, a pointer of "struct omap_mmu" in "struct > > omap_dsp" > > - Register dsp's interrupt work to MMU FWK > > > > Signed-off-by: Hiroshi DOYU > > Acked-by: Paul Mundt Pushing today. Tony