From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Sharma Subject: Re: [PATCH] iommu: exynos: add support for dt based instantiation for iommu devices Date: Thu, 29 Nov 2012 16:43:15 +0530 Message-ID: References: <1352108895-21087-1-git-send-email-rahul.sharma@samsung.com> <20121117213734.GV25742@8bytes.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121117213734.GV25742-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Joerg Roedel Cc: joshi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, Rahul Sharma List-Id: iommu@lists.linux-foundation.org Thanks Mr. Joerg, I want to request you to abandon the above patches submitted by me. The exynos-iommu drivers patches, submitted by Mr. Kyongho Cho, also contains DT changes along with other things. It is been already applied to "arm/exynos" branch. regards, Rahul Sharma. On Sun, Nov 18, 2012 at 3:07 AM, Joerg Roedel wrote: > On Mon, Nov 05, 2012 at 03:18:15PM +0530, Rahul Sharma wrote: >> drivers/iommu/exynos-iommu.c | 28 +++++++++++++++++++++++++--- >> 2 files changed, 26 insertions(+), 4 deletions(-) > > I added the following build-fix to the arm/exynos branch too: > > From e706d84c9fecd7855191eab2f9e2e0234a0f8e05 Mon Sep 17 00:00:00 2001 > From: Joerg Roedel > Date: Sat, 17 Nov 2012 22:29:32 +0100 > Subject: [PATCH] iommu/exynos: Fix build error in exynos_sysmmu_probe > > Fix the following build error: > > CC drivers/iommu/exynos-iommu.o > /data/repos/linux/drivers/iommu/exynos-iommu.c: In function 'exynos_sysmmu_probe': > /data/repos/linux/drivers/iommu/exynos-iommu.c:647:43: error: dereferencing pointer to incomplete type > make[3]: *** [drivers/iommu/exynos-iommu.o] Error 1 > > Signed-off-by: Joerg Roedel > --- > drivers/iommu/exynos-iommu.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c > index 9079f71..da1975d 100644 > --- a/drivers/iommu/exynos-iommu.c > +++ b/drivers/iommu/exynos-iommu.c > @@ -26,6 +26,7 @@ > #include > #include > #include > +#include > > #include > #include > -- > 1.7.9.5 > >