From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:63367 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751758Ab2JRWLr (ORCPT ); Thu, 18 Oct 2012 18:11:47 -0400 Date: Thu, 18 Oct 2012 15:11:39 -0700 From: Tony Lindgren To: Mauro Carvalho Chehab Cc: linux-arm-kernel@lists.infradead.org, Ohad Ben-Cohen , Joerg Roedel , Laurent Pinchart , Omar Ramirez Luna , linux-omap@vger.kernel.org, Ido Yariv , linux-media@vger.kernel.org, mchehab@infradead.org Subject: Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h Message-ID: <20121018221139.GF30550@atomide.com> References: <20121018202707.11834.1438.stgit@muffinssi.local> <20121018202842.11834.14375.stgit@muffinssi.local> <20121018175659.431fe0b1@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121018175659.431fe0b1@redhat.com> Sender: linux-media-owner@vger.kernel.org List-ID: * Mauro Carvalho Chehab [121018 13:58]: > Tony, > > Em Thu, 18 Oct 2012 13:28:42 -0700 > Tony Lindgren escreveu: > > > Looks like the iommu framework does not have generic functions > > exported for all the needs yet. The hardware specific functions > > are defined in files like intel-iommu.h and amd-iommu.h. Follow > > the same standard for omap-iommu.h. > > > > This is needed because we are removing plat and mach includes > > for ARM common zImage support. Further work should continue > > in the iommu framework context as only pure platform data will > > be communicated from arch/arm/*omap*/* code to the iommu > > framework. > > > > Cc: Joerg Roedel > > Cc: Ohad Ben-Cohen > > Cc: Ido Yariv > > Cc: Laurent Pinchart > > Cc: Mauro Carvalho Chehab > > Cc: Omar Ramirez Luna > > Cc: linux-media@vger.kernel.org > > Signed-off-by: Tony Lindgren > > --- > > arch/arm/mach-omap2/iommu2.c | 1 > > arch/arm/plat-omap/include/plat/iommu.h | 10 +-- > > arch/arm/plat-omap/include/plat/iovmm.h | 89 ---------------------------- > > drivers/iommu/omap-iommu-debug.c | 2 - > > drivers/iommu/omap-iommu.c | 1 > > drivers/iommu/omap-iovmm.c | 46 ++++++++++++++ > > drivers/media/platform/omap3isp/isp.c | 1 > > drivers/media/platform/omap3isp/isp.h | 2 - > > drivers/media/platform/omap3isp/ispccdc.c | 1 > > drivers/media/platform/omap3isp/ispstat.c | 1 > > drivers/media/platform/omap3isp/ispvideo.c | 2 - > > Acked-by: Mauro Carvalho Chehab > > It is better if you send this entire series through the ARM tree, keeping > this hole series altogether (and avoiding the risk of breaking bisectability > if it goes through separate trees). So, you can add my ack for those header > moves for drivers/media/platform/*. Yes thanks. Once people are happy with these, I will push just these patches on v3.7-rc1 alone into omap-for-v3.8/cleanup-headers-iommu so both media and iommu tree can merge them in too as needed. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 18 Oct 2012 15:11:39 -0700 Subject: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h In-Reply-To: <20121018175659.431fe0b1@redhat.com> References: <20121018202707.11834.1438.stgit@muffinssi.local> <20121018202842.11834.14375.stgit@muffinssi.local> <20121018175659.431fe0b1@redhat.com> Message-ID: <20121018221139.GF30550@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Mauro Carvalho Chehab [121018 13:58]: > Tony, > > Em Thu, 18 Oct 2012 13:28:42 -0700 > Tony Lindgren escreveu: > > > Looks like the iommu framework does not have generic functions > > exported for all the needs yet. The hardware specific functions > > are defined in files like intel-iommu.h and amd-iommu.h. Follow > > the same standard for omap-iommu.h. > > > > This is needed because we are removing plat and mach includes > > for ARM common zImage support. Further work should continue > > in the iommu framework context as only pure platform data will > > be communicated from arch/arm/*omap*/* code to the iommu > > framework. > > > > Cc: Joerg Roedel > > Cc: Ohad Ben-Cohen > > Cc: Ido Yariv > > Cc: Laurent Pinchart > > Cc: Mauro Carvalho Chehab > > Cc: Omar Ramirez Luna > > Cc: linux-media at vger.kernel.org > > Signed-off-by: Tony Lindgren > > --- > > arch/arm/mach-omap2/iommu2.c | 1 > > arch/arm/plat-omap/include/plat/iommu.h | 10 +-- > > arch/arm/plat-omap/include/plat/iovmm.h | 89 ---------------------------- > > drivers/iommu/omap-iommu-debug.c | 2 - > > drivers/iommu/omap-iommu.c | 1 > > drivers/iommu/omap-iovmm.c | 46 ++++++++++++++ > > drivers/media/platform/omap3isp/isp.c | 1 > > drivers/media/platform/omap3isp/isp.h | 2 - > > drivers/media/platform/omap3isp/ispccdc.c | 1 > > drivers/media/platform/omap3isp/ispstat.c | 1 > > drivers/media/platform/omap3isp/ispvideo.c | 2 - > > Acked-by: Mauro Carvalho Chehab > > It is better if you send this entire series through the ARM tree, keeping > this hole series altogether (and avoiding the risk of breaking bisectability > if it goes through separate trees). So, you can add my ack for those header > moves for drivers/media/platform/*. Yes thanks. Once people are happy with these, I will push just these patches on v3.7-rc1 alone into omap-for-v3.8/cleanup-headers-iommu so both media and iommu tree can merge them in too as needed. Regards, Tony