[PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Karol Lewandowski
Commit 4e44d2cb95bd (ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER)
converted all exynos boards but exynos4-dt.c.

This commit fixes that omission.

Signed-off-by: Karol Lewandowski k.lewando...@samsung.com
Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
Cc: Thomas Abraham thomas.abra...@linaro.org
Cc: Kukjin Kim kgene@samsung.com
Cc: Marc Zyngier marc.zyng...@arm.com
---
 arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c 
b/arch/arm/mach-exynos/mach-exynos4-dt.c
index 98e79c9..8aef6aa 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -15,6 +15,7 @@
 #include linux/serial_core.h
 
 #include asm/mach/arch.h
+#include asm/hardware/gic.h
 #include mach/map.h
 
 #include plat/cpu.h
@@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, Samsung Exynos4 (Flattened 
Device Tree))
.init_machine   = exynos4210_dt_machine_init,
.timer  = exynos4_timer,
.dt_compat  = exynos4210_dt_compat,
+   .handle_irq = gic_handle_irq,
 MACHINE_END
-- 
1.7.8.3

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Kyungmin Park
restart is also required.

On 1/31/12, Karol Lewandowski k.lewando...@samsung.com wrote:
 Commit 4e44d2cb95bd (ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER)
 converted all exynos boards but exynos4-dt.c.

 This commit fixes that omission.

 Signed-off-by: Karol Lewandowski k.lewando...@samsung.com
 Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
 Cc: Thomas Abraham thomas.abra...@linaro.org
 Cc: Kukjin Kim kgene@samsung.com
 Cc: Marc Zyngier marc.zyng...@arm.com
 ---
  arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

 diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c
 b/arch/arm/mach-exynos/mach-exynos4-dt.c
 index 98e79c9..8aef6aa 100644
 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
 +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
 @@ -15,6 +15,7 @@
  #include linux/serial_core.h

  #include asm/mach/arch.h
 +#include asm/hardware/gic.h
  #include mach/map.h

  #include plat/cpu.h
 @@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, Samsung Exynos4
 (Flattened Device Tree))
   .init_machine   = exynos4210_dt_machine_init,
   .timer  = exynos4_timer,
   .dt_compat  = exynos4210_dt_compat,
 + .handle_irq = gic_handle_irq,
  MACHINE_END
 --
 1.7.8.3

 --
 To unsubscribe from this list: send the line unsubscribe linux-samsung-soc
 in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Karol Lewandowski

On 31.01.2012 11:39, Kyungmin Park wrote:

Dear Mr Park


restart is also required.


Thanks for this catching this omission. I'll add it in next patch.

Regards,


On 1/31/12, Karol Lewandowskik.lewando...@samsung.com  wrote:

Commit 4e44d2cb95bd (ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER)
converted all exynos boards but exynos4-dt.c.

This commit fixes that omission.

Signed-off-by: Karol Lewandowskik.lewando...@samsung.com
Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com
Cc: Thomas Abrahamthomas.abra...@linaro.org
Cc: Kukjin Kimkgene@samsung.com
Cc: Marc Zyngiermarc.zyng...@arm.com
---
  arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c
b/arch/arm/mach-exynos/mach-exynos4-dt.c
index 98e79c9..8aef6aa 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -15,6 +15,7 @@
  #includelinux/serial_core.h

  #includeasm/mach/arch.h
+#includeasm/hardware/gic.h
  #includemach/map.h

  #includeplat/cpu.h
@@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, Samsung Exynos4
(Flattened Device Tree))
.init_machine   = exynos4210_dt_machine_init,
.timer  =exynos4_timer,
.dt_compat  = exynos4210_dt_compat,
+   .handle_irq = gic_handle_irq,
  MACHINE_END
--
1.7.8.3


--
Karol Lewandowski | Samsung Poland RD Center | Linux/Platform
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Thomas Abraham
On 31 January 2012 16:06, Karol Lewandowski k.lewando...@samsung.com wrote:
 Commit 4e44d2cb95bd (ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER)
 converted all exynos boards but exynos4-dt.c.

 This commit fixes that omission.

 Signed-off-by: Karol Lewandowski k.lewando...@samsung.com
 Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
 Cc: Thomas Abraham thomas.abra...@linaro.org
 Cc: Kukjin Kim kgene@samsung.com
 Cc: Marc Zyngier marc.zyng...@arm.com
 ---
  arch/arm/mach-exynos/mach-exynos4-dt.c |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

 diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c 
 b/arch/arm/mach-exynos/mach-exynos4-dt.c
 index 98e79c9..8aef6aa 100644
 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
 +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
 @@ -15,6 +15,7 @@
  #include linux/serial_core.h

  #include asm/mach/arch.h
 +#include asm/hardware/gic.h
  #include mach/map.h

  #include plat/cpu.h
 @@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, Samsung Exynos4 (Flattened 
 Device Tree))
        .init_machine   = exynos4210_dt_machine_init,
        .timer          = exynos4_timer,
        .dt_compat      = exynos4210_dt_compat,
 +       .handle_irq     = gic_handle_irq,
  MACHINE_END

Tested along with the restart hook as suggested by Mr. Park.

Tested-by: Thomas abra...@linaro.org

Thanks,
Thomas.

 --
 1.7.8.3

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Kukjin Kim

On 01/31/12 19:36, Karol Lewandowski wrote:

Commit 4e44d2cb95bd (ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER)
converted all exynos boards but exynos4-dt.c.

This commit fixes that omission.

Signed-off-by: Karol Lewandowskik.lewando...@samsung.com
Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com
Cc: Thomas Abrahamthomas.abra...@linaro.org
Cc: Kukjin Kimkgene@samsung.com
Cc: Marc Zyngiermarc.zyng...@arm.com
---
  arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c 
b/arch/arm/mach-exynos/mach-exynos4-dt.c
index 98e79c9..8aef6aa 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -15,6 +15,7 @@
  #includelinux/serial_core.h

  #includeasm/mach/arch.h
+#includeasm/hardware/gic.h
  #includemach/map.h

  #includeplat/cpu.h
@@ -83,4 +84,5 @@ DT_MACHINE_START(EXYNOS4210_DT, Samsung Exynos4 (Flattened Device 
Tree))
.init_machine   = exynos4210_dt_machine_init,
.timer  =exynos4_timer,
.dt_compat  = exynos4210_dt_compat,
+   .handle_irq = gic_handle_irq,


This should be added after map_io.


  MACHINE_END


And as Kyungmin said, we need to fix about restart too. I will apply 
this series together after your submitting.


Thanks.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html