iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Rahul Sharma <r.sh.open-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
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
	<rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH] iommu: exynos: add support for dt based instantiation for iommu devices
Date: Thu, 29 Nov 2012 16:43:15 +0530	[thread overview]
Message-ID: <CAPdUM4P8bNz6MvOaLyR1r4h88MBTHEdREAGqveEkX3RKjAXGqw@mail.gmail.com> (raw)
In-Reply-To: <20121117213734.GV25742-zLv9SwRftAIdnm+yROfE0A@public.gmane.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 <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> 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 <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
> 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 <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
> ---
>  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 <linux/memblock.h>
>  #include <linux/export.h>
>  #include <linux/of_platform.h>
> +#include <linux/of.h>
>
>  #include <asm/cacheflush.h>
>  #include <asm/pgtable.h>
> --
> 1.7.9.5
>
>

  parent reply	other threads:[~2012-11-29 11:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-05  9:48 [PATCH] iommu: exynos: add support for dt based instantiation for iommu devices Rahul Sharma
     [not found] ` <1352108895-21087-1-git-send-email-rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-11-08 22:36   ` KyongHo Cho
2012-11-17 21:37   ` Joerg Roedel
     [not found]     ` <20121117213734.GV25742-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2012-11-29 11:13       ` Rahul Sharma [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-05 15:22 Rahul Sharma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPdUM4P8bNz6MvOaLyR1r4h88MBTHEdREAGqveEkX3RKjAXGqw@mail.gmail.com \
    --to=r.sh.open-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org \
    --cc=joshi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).