RE: [PATCH v6 05/12] iommu/exynos: support for device tree

2013-02-12 Thread Kukjin Kim
KyongHo Cho wrote: > > On Fri, Feb 1, 2013 at 10:51 PM, Joerg Roedel wrote: > > Cho, > > > > On Wed, Jan 02, 2013 at 02:53:49PM +0900, KyongHo Cho wrote: > >> On Tuesday, January 1, 2013, Sylwester Nawrocki > > > > >> > Cc: devicetree-disc...@lists.ozlabs.org > > > > Since patch 7 of this set is

Re: [PATCH v6 05/12] iommu/exynos: support for device tree

2013-02-01 Thread KyongHo Cho
On Fri, Feb 1, 2013 at 10:51 PM, Joerg Roedel wrote: > Cho, > > On Wed, Jan 02, 2013 at 02:53:49PM +0900, KyongHo Cho wrote: >> On Tuesday, January 1, 2013, Sylwester Nawrocki >> > >> > Cc: devicetree-disc...@lists.ozlabs.org > > Since patch 7 of this set is already merged, do you mind to re-pos

Re: [PATCH v6 05/12] iommu/exynos: support for device tree

2013-02-01 Thread Joerg Roedel
Cho, On Wed, Jan 02, 2013 at 02:53:49PM +0900, KyongHo Cho wrote: > On Tuesday, January 1, 2013, Sylwester Nawrocki > > Cc: devicetree-disc...@lists.ozlabs.org Since patch 7 of this set is already merged, do you mind to re-post the rest of this patch-set with the latest comments addressed? I ca

Re: [PATCH v6 05/12] iommu/exynos: support for device tree

2013-01-03 Thread Sylwester Nawrocki
On 01/02/2013 06:53 AM, KyongHo Cho wrote: > +/* > + * Descriptions of Device Tree node for System MMU > + * > + * A System MMU should be described by a single tree node. > + * > + * A System MMU node should have the following properties: > + * - reg: tuples of the base address and the size of th

Re: [PATCH v6 05/12] iommu/exynos: support for device tree

2012-12-31 Thread Sylwester Nawrocki
On 12/26/2012 02:53 AM, Cho KyongHo wrote: > This commit adds device tree support for System MMU. > > Signed-off-by: KyongHo Cho Cc: devicetree-disc...@lists.ozlabs.org Please note any patches adding new device tree bindings should be sent to this mailing list. I have few comments, please see be

[PATCH v6 05/12] iommu/exynos: support for device tree

2012-12-25 Thread Cho KyongHo
This commit adds device tree support for System MMU. Signed-off-by: KyongHo Cho --- drivers/iommu/Kconfig| 2 +- drivers/iommu/exynos-iommu.c | 282 ++- 2 files changed, 174 insertions(+), 110 deletions(-) diff --git a/drivers/iommu/Kconfig b/dr