From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751500Ab0JAPyD (ORCPT ); Fri, 1 Oct 2010 11:54:03 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:48539 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988Ab0JAPyB convert rfc822-to-8bit (ORCPT ); Fri, 1 Oct 2010 11:54:01 -0400 From: "Guzman Lugo, Fernando" To: "Marathe, Yogesh" , "Hiroshi.DOYU@nokia.com" CC: "felipe.contreras@nokia.com" , "ameya.palande@nokia.com" , "linux-kernel@vger.kernel.org" , "andy.shevchenko@gmail.com" , "linux-omap@vger.kernel.org" Date: Fri, 1 Oct 2010 10:52:48 -0500 Subject: RE: [PATCH 1/4] iommu: remove CONFIG_MPU_BRIDGE_IOMMU Thread-Topic: [PATCH 1/4] iommu: remove CONFIG_MPU_BRIDGE_IOMMU Thread-Index: ActhFHAvoISiTxAwSQ2kZuuZXu0mxQALAsvwAA/8nmA= Message-ID: <496565EC904933469F292DDA3F1663E602F46544CE@dlee06.ent.ti.com> References: <1285902536-7043-1-git-send-email-x0095840@ti.com> <1285902536-7043-2-git-send-email-x0095840@ti.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yogesh, > -----Original Message----- > From: Marathe, Yogesh > Sent: Friday, October 01, 2010 4:33 AM > To: Guzman Lugo, Fernando; Hiroshi.DOYU@nokia.com > Cc: felipe.contreras@nokia.com; ameya.palande@nokia.com; > linux-kernel@vger.kernel.org; andy.shevchenko@gmail.com; > linux-omap@vger.kernel.org > Subject: RE: [PATCH 1/4] iommu: remove CONFIG_MPU_BRIDGE_IOMMU > > > -----Original Message----- > > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap- > > owner@vger.kernel.org] On Behalf Of Guzman Lugo, Fernando > > Sent: Friday, October 01, 2010 8:39 AM > > To: Hiroshi.DOYU@nokia.com > > Cc: felipe.contreras@nokia.com; ameya.palande@nokia.com; linux- > > kernel@vger.kernel.org; andy.shevchenko@gmail.com; linux- > > omap@vger.kernel.org; Guzman Lugo, Fernando > > Subject: [PATCH 1/4] iommu: remove > > CONFIG_MPU_BRIDGE_IOMMU > > > > remove CONFIG_MPU_BRIDGE_IOMMU in order to create iommu_device for > > iva2. > > > > Signed-off-by: Fernando Guzman Lugo > > --- > > arch/arm/mach-omap2/omap-iommu.c | 2 -- > > 1 files changed, 0 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach- > > omap2/omap-iommu.c index f5a1aad..bb8c01d 100644 > > --- a/arch/arm/mach-omap2/omap-iommu.c > > +++ b/arch/arm/mach-omap2/omap-iommu.c > > @@ -35,7 +35,6 @@ static struct iommu_device omap3_devices[] = { > > .clk_name = "cam_ick", > > }, > > }, > > -#if defined(CONFIG_MPU_BRIDGE_IOMMU) > > { > > .base = 0x5d000000, > > .irq = 28, > > @@ -45,7 +44,6 @@ static struct iommu_device omap3_devices[] = { > > .clk_name = "iva2_ck", > > }, > > }, > > -#endif > > }; > > #define NR_OMAP3_IOMMU_DEVICES > > ARRAY_SIZE(omap3_devices) > > static struct platform_device > > *omap3_iommu_pdev[NR_OMAP3_IOMMU_DEVICES]; > > -- > > 1.6.3.3 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe > linux-omap" > > in the body of a message to majordomo@vger.kernel.org More > majordomo > > info at http://vger.kernel.org/majordomo-info.html > > Fernando, > > I have already submitted this patch and it is being discussed here. > http://www.mail-archive.com/linux-omap@vger.kernel.org/msg35615.html Thanks Yogesh I was not aware of that. So please discard this patch. Regards, Fernando. > > Regards, > Yogesh. > >