All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Cho KyongHo <pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	prathyush.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	'Subash Patel'
	<subash.ramaswamy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	'Kukjin Kim' <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	'Sanghyun Lee'
	<sanghyun75.lee-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH v3 01/12] ARM: EXYNOS: remove system mmu initialization from exynos tree
Date: Thu, 22 Nov 2012 00:46:29 +0900	[thread overview]
Message-ID: <50ACF755.9000706@samsung.com> (raw)
In-Reply-To: <002701cdc7a5$756dbdf0$604939d0$%cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

On 11/21/12 14:02, Cho KyongHo wrote:
> This removes System MMU initialization from arch/arm/mach-exynos/

Basically, looks OK to me, but I think, this removing change should be 
done after 03/12 patch :-)

> to move them to DT and the exynos-iommu driver except gating clock
> definitions.
>
> Change-Id: Ie29f587c01c645f28fc0e0b94eb3631a0170ebf5

No need 'Change-Id' here.

> Signed-off-by: KyongHo Cho<pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
>   arch/arm/mach-exynos/Kconfig               |   5 -
>   arch/arm/mach-exynos/Makefile              |   1 -
>   arch/arm/mach-exynos/clock-exynos4.c       |  41 +++--
>   arch/arm/mach-exynos/clock-exynos4210.c    |   9 +-
>   arch/arm/mach-exynos/clock-exynos4212.c    |  23 ++-
>   arch/arm/mach-exynos/clock-exynos5.c       |  62 ++++---
>   arch/arm/mach-exynos/dev-sysmmu.c          | 274 -----------------------------
>   arch/arm/mach-exynos/include/mach/sysmmu.h |  66 -------
>   arch/arm/mach-exynos/mach-exynos4-dt.c     |  34 ++++
>   arch/arm/mach-exynos/mach-exynos5-dt.c     |  30 ++++
>   10 files changed, 137 insertions(+), 408 deletions(-)
>   delete mode 100644 arch/arm/mach-exynos/dev-sysmmu.c
>   delete mode 100644 arch/arm/mach-exynos/include/mach/sysmmu.h


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 01/12] ARM: EXYNOS: remove system mmu initialization from exynos tree
Date: Thu, 22 Nov 2012 00:46:29 +0900	[thread overview]
Message-ID: <50ACF755.9000706@samsung.com> (raw)
In-Reply-To: <002701cdc7a5$756dbdf0$604939d0$%cho@samsung.com>

On 11/21/12 14:02, Cho KyongHo wrote:
> This removes System MMU initialization from arch/arm/mach-exynos/

Basically, looks OK to me, but I think, this removing change should be 
done after 03/12 patch :-)

> to move them to DT and the exynos-iommu driver except gating clock
> definitions.
>
> Change-Id: Ie29f587c01c645f28fc0e0b94eb3631a0170ebf5

No need 'Change-Id' here.

> Signed-off-by: KyongHo Cho<pullip.cho@samsung.com>
> ---
>   arch/arm/mach-exynos/Kconfig               |   5 -
>   arch/arm/mach-exynos/Makefile              |   1 -
>   arch/arm/mach-exynos/clock-exynos4.c       |  41 +++--
>   arch/arm/mach-exynos/clock-exynos4210.c    |   9 +-
>   arch/arm/mach-exynos/clock-exynos4212.c    |  23 ++-
>   arch/arm/mach-exynos/clock-exynos5.c       |  62 ++++---
>   arch/arm/mach-exynos/dev-sysmmu.c          | 274 -----------------------------
>   arch/arm/mach-exynos/include/mach/sysmmu.h |  66 -------
>   arch/arm/mach-exynos/mach-exynos4-dt.c     |  34 ++++
>   arch/arm/mach-exynos/mach-exynos5-dt.c     |  30 ++++
>   10 files changed, 137 insertions(+), 408 deletions(-)
>   delete mode 100644 arch/arm/mach-exynos/dev-sysmmu.c
>   delete mode 100644 arch/arm/mach-exynos/include/mach/sysmmu.h


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: Kukjin Kim <kgene.kim@samsung.com>
To: Cho KyongHo <pullip.cho@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	"'Joerg Roedel'" <joro@8bytes.org>,
	sw0312.kim@samsung.com,
	"'Sanghyun Lee'" <sanghyun75.lee@samsung.com>,
	"'Kukjin Kim'" <kgene.kim@samsung.com>,
	"'Subash Patel'" <subash.ramaswamy@linaro.org>,
	prathyush.k@samsung.com, rahul.sharma@samsung.com
Subject: Re: [PATCH v3 01/12] ARM: EXYNOS: remove system mmu initialization from exynos tree
Date: Thu, 22 Nov 2012 00:46:29 +0900	[thread overview]
Message-ID: <50ACF755.9000706@samsung.com> (raw)
In-Reply-To: <002701cdc7a5$756dbdf0$604939d0$%cho@samsung.com>

On 11/21/12 14:02, Cho KyongHo wrote:
> This removes System MMU initialization from arch/arm/mach-exynos/

Basically, looks OK to me, but I think, this removing change should be 
done after 03/12 patch :-)

> to move them to DT and the exynos-iommu driver except gating clock
> definitions.
>
> Change-Id: Ie29f587c01c645f28fc0e0b94eb3631a0170ebf5

No need 'Change-Id' here.

> Signed-off-by: KyongHo Cho<pullip.cho@samsung.com>
> ---
>   arch/arm/mach-exynos/Kconfig               |   5 -
>   arch/arm/mach-exynos/Makefile              |   1 -
>   arch/arm/mach-exynos/clock-exynos4.c       |  41 +++--
>   arch/arm/mach-exynos/clock-exynos4210.c    |   9 +-
>   arch/arm/mach-exynos/clock-exynos4212.c    |  23 ++-
>   arch/arm/mach-exynos/clock-exynos5.c       |  62 ++++---
>   arch/arm/mach-exynos/dev-sysmmu.c          | 274 -----------------------------
>   arch/arm/mach-exynos/include/mach/sysmmu.h |  66 -------
>   arch/arm/mach-exynos/mach-exynos4-dt.c     |  34 ++++
>   arch/arm/mach-exynos/mach-exynos5-dt.c     |  30 ++++
>   10 files changed, 137 insertions(+), 408 deletions(-)
>   delete mode 100644 arch/arm/mach-exynos/dev-sysmmu.c
>   delete mode 100644 arch/arm/mach-exynos/include/mach/sysmmu.h


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2012-11-21 15:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21  5:02 [PATCH v3 01/12] ARM: EXYNOS: remove system mmu initialization from exynos tree Cho KyongHo
2012-11-21  5:02 ` Cho KyongHo
     [not found] ` <002701cdc7a5$756dbdf0$604939d0$%cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-11-21 15:46   ` Kukjin Kim [this message]
2012-11-21 15:46     ` Kukjin Kim
2012-11-21 15:46     ` Kukjin Kim
     [not found]     ` <50ACF755.9000706-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-11-22  4:52       ` KyongHo Cho
2012-11-22  4:52         ` KyongHo Cho

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=50ACF755.9000706@samsung.com \
    --to=kgene.kim-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=prathyush.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=sanghyun75.lee-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=subash.ramaswamy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=sw0312.kim-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.