All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
@ 2012-01-31 14:50 ` Thomas Abraham
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2012-01-31 14:50 UTC (permalink / raw)
  To: devicetree-discuss
  Cc: linux-arm-kernel, linux-samsung-soc, kgene.kim, patches

Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c)
requires a cpu-offset property to be specified for non-banked gic controllers,
which is the case for Exynos4.

Reported-by: Karol Lewandowski <k.lewandowski@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
This patch solves the issue of boot failure with SMP enabled kernel for
Exynos4 device tree enabled machine.

 arch/arm/boot/dts/exynos4210.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 63d7578..a1dd2ee 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -29,6 +29,7 @@
 		compatible = "arm,cortex-a9-gic";
 		#interrupt-cells = <3>;
 		interrupt-controller;
+		cpu-offset = <0x8000>;
 		reg = <0x10490000 0x1000>, <0x10480000 0x100>;
 	};
 
-- 
1.6.6.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
@ 2012-01-31 14:50 ` Thomas Abraham
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2012-01-31 14:50 UTC (permalink / raw)
  To: linux-arm-kernel

Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c)
requires a cpu-offset property to be specified for non-banked gic controllers,
which is the case for Exynos4.

Reported-by: Karol Lewandowski <k.lewandowski@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
This patch solves the issue of boot failure with SMP enabled kernel for
Exynos4 device tree enabled machine.

 arch/arm/boot/dts/exynos4210.dtsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 63d7578..a1dd2ee 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -29,6 +29,7 @@
 		compatible = "arm,cortex-a9-gic";
 		#interrupt-cells = <3>;
 		interrupt-controller;
+		cpu-offset = <0x8000>;
 		reg = <0x10490000 0x1000>, <0x10480000 0x100>;
 	};
 
-- 
1.6.6.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
  2012-01-31 14:50 ` Thomas Abraham
@ 2012-01-31 14:52   ` Kukjin Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-01-31 14:52 UTC (permalink / raw)
  To: Thomas Abraham
  Cc: devicetree-discuss, linux-arm-kernel, linux-samsung-soc,
	kgene.kim, patches

On 01/31/12 23:50, Thomas Abraham wrote:
> Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c)

I think, following format is more general.
commit id ("subject")

Please see, below.
http://lkml.org/lkml/2010/6/1/498

Thanks.

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

> requires a cpu-offset property to be specified for non-banked gic controllers,
> which is the case for Exynos4.
>
> Reported-by: Karol Lewandowski<k.lewandowski@samsung.com>
> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
> ---
> This patch solves the issue of boot failure with SMP enabled kernel for
> Exynos4 device tree enabled machine.
>
>   arch/arm/boot/dts/exynos4210.dtsi |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
> index 63d7578..a1dd2ee 100644
> --- a/arch/arm/boot/dts/exynos4210.dtsi
> +++ b/arch/arm/boot/dts/exynos4210.dtsi
> @@ -29,6 +29,7 @@
>   		compatible = "arm,cortex-a9-gic";
>   		#interrupt-cells =<3>;
>   		interrupt-controller;
> +		cpu-offset =<0x8000>;
>   		reg =<0x10490000 0x1000>,<0x10480000 0x100>;
>   	};
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
@ 2012-01-31 14:52   ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-01-31 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/31/12 23:50, Thomas Abraham wrote:
> Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c)

I think, following format is more general.
commit id ("subject")

Please see, below.
http://lkml.org/lkml/2010/6/1/498

Thanks.

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

> requires a cpu-offset property to be specified for non-banked gic controllers,
> which is the case for Exynos4.
>
> Reported-by: Karol Lewandowski<k.lewandowski@samsung.com>
> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
> ---
> This patch solves the issue of boot failure with SMP enabled kernel for
> Exynos4 device tree enabled machine.
>
>   arch/arm/boot/dts/exynos4210.dtsi |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
> index 63d7578..a1dd2ee 100644
> --- a/arch/arm/boot/dts/exynos4210.dtsi
> +++ b/arch/arm/boot/dts/exynos4210.dtsi
> @@ -29,6 +29,7 @@
>   		compatible = "arm,cortex-a9-gic";
>   		#interrupt-cells =<3>;
>   		interrupt-controller;
> +		cpu-offset =<0x8000>;
>   		reg =<0x10490000 0x1000>,<0x10480000 0x100>;
>   	};
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
  2012-01-31 14:52   ` Kukjin Kim
@ 2012-01-31 14:54     ` Thomas Abraham
  -1 siblings, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2012-01-31 14:54 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: devicetree-discuss, linux-arm-kernel, linux-samsung-soc, patches

On 31 January 2012 20:22, Kukjin Kim <kgene.kim@samsung.com> wrote:
> On 01/31/12 23:50, Thomas Abraham wrote:
>>
>> Commit 'ARM: gic: allow GIC to support non-banked setups'
>> (db0d4db22a78d31c)
>
>
> I think, following format is more general.
> commit id ("subject")
>
> Please see, below.
> http://lkml.org/lkml/2010/6/1/498

Thanks for the pointer Mr. Kim. I will resubmit with that change.

Regards,
Thomas.

>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>
>> requires a cpu-offset property to be specified for non-banked gic
>> controllers,
>> which is the case for Exynos4.
>>
>> Reported-by: Karol Lewandowski<k.lewandowski@samsung.com>
>> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
>> ---
>> This patch solves the issue of boot failure with SMP enabled kernel for
>> Exynos4 device tree enabled machine.
>>
>>  arch/arm/boot/dts/exynos4210.dtsi |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos4210.dtsi
>> b/arch/arm/boot/dts/exynos4210.dtsi
>> index 63d7578..a1dd2ee 100644
>> --- a/arch/arm/boot/dts/exynos4210.dtsi
>> +++ b/arch/arm/boot/dts/exynos4210.dtsi
>> @@ -29,6 +29,7 @@
>>                compatible = "arm,cortex-a9-gic";
>>                #interrupt-cells =<3>;
>>                interrupt-controller;
>> +               cpu-offset =<0x8000>;
>>                reg =<0x10490000 0x1000>,<0x10480000 0x100>;
>>        };
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node
@ 2012-01-31 14:54     ` Thomas Abraham
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Abraham @ 2012-01-31 14:54 UTC (permalink / raw)
  To: linux-arm-kernel

On 31 January 2012 20:22, Kukjin Kim <kgene.kim@samsung.com> wrote:
> On 01/31/12 23:50, Thomas Abraham wrote:
>>
>> Commit 'ARM: gic: allow GIC to support non-banked setups'
>> (db0d4db22a78d31c)
>
>
> I think, following format is more general.
> commit id ("subject")
>
> Please see, below.
> http://lkml.org/lkml/2010/6/1/498

Thanks for the pointer Mr. Kim. I will resubmit with that change.

Regards,
Thomas.

>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>
>> requires a cpu-offset property to be specified for non-banked gic
>> controllers,
>> which is the case for Exynos4.
>>
>> Reported-by: Karol Lewandowski<k.lewandowski@samsung.com>
>> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
>> ---
>> This patch solves the issue of boot failure with SMP enabled kernel for
>> Exynos4 device tree enabled machine.
>>
>> ?arch/arm/boot/dts/exynos4210.dtsi | ? ?1 +
>> ?1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos4210.dtsi
>> b/arch/arm/boot/dts/exynos4210.dtsi
>> index 63d7578..a1dd2ee 100644
>> --- a/arch/arm/boot/dts/exynos4210.dtsi
>> +++ b/arch/arm/boot/dts/exynos4210.dtsi
>> @@ -29,6 +29,7 @@
>> ? ? ? ? ? ? ? ?compatible = "arm,cortex-a9-gic";
>> ? ? ? ? ? ? ? ?#interrupt-cells =<3>;
>> ? ? ? ? ? ? ? ?interrupt-controller;
>> + ? ? ? ? ? ? ? cpu-offset =<0x8000>;
>> ? ? ? ? ? ? ? ?reg =<0x10490000 0x1000>,<0x10480000 0x100>;
>> ? ? ? ?};
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-31 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 14:50 [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node Thomas Abraham
2012-01-31 14:50 ` Thomas Abraham
2012-01-31 14:52 ` Kukjin Kim
2012-01-31 14:52   ` Kukjin Kim
2012-01-31 14:54   ` Thomas Abraham
2012-01-31 14:54     ` Thomas Abraham

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.