From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] omap iommu: add initial debugfs support Date: Tue, 11 Aug 2009 12:19:59 +0300 Message-ID: <20090811091958.GQ1938@atomide.com> References: <1248272642-5200-1-git-send-email-Hiroshi.DOYU@nokia.com> <20090811.115337.70184536.Hiroshi.DOYU@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62430 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753741AbZHKMSk (ORCPT ); Tue, 11 Aug 2009 08:18:40 -0400 Content-Disposition: inline In-Reply-To: <20090811.115337.70184536.Hiroshi.DOYU@nokia.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Hiroshi DOYU Cc: ameya.palande@nokia.com, h-kanigeri2@ti.com, x0095840@ti.com, omar.ramirez@ti.com, linux-omap@vger.kernel.org * Hiroshi DOYU [090811 11:54]: > Hi Tony, > > From: "Doyu Hiroshi (Nokia-D/Helsinki)" > Subject: [PATCH 1/1] omap iommu: add initial debugfs support > Date: Wed, 22 Jul 2009 16:24:02 +0200 > > > From: Hiroshi DOYU > > > > This enables to peek the following data. > > > > $ /debug/iommu/isp# ls > > mem nr_tlb_entries regs > > mmap pagetable tlb > > $ /debug/iommu/isp# head pagetable > > L: da: pa: > > ----------------------------------------- > > 2: 00001000 8ae4a002 > > 2: 00002000 8e7bb002 > > 2: 00003000 8ae49002 > > 2: 00004000 8ae65002 > > ..... > > > > Signed-off-by: Hiroshi DOYU > > Please apply this one too if there's no problem. OK, will add it into my omap-upstream queue. Tony