Re: [PATCH 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-27 Thread Sachin Kamat
On 28 May 2014 09:23, Sachin Kamat  wrote:
> Hi Kukjin,
>
> On 27 May 2014 21:09, Kukjin Kim  wrote:
>> On 05/26/14 12:29, Sachin Kamat wrote:
>>>
>>> On 23 May 2014 11:38, Sachin Kamat  wrote:

 Enabled RTC node on Origen 4210 and 4412 boards.

 Signed-off-by: Sachin Kamat
 ---
   arch/arm/boot/dts/exynos4210-origen.dts |4 
   arch/arm/boot/dts/exynos4412-origen.dts |4 
   2 files changed, 8 insertions(+)

 diff --git a/arch/arm/boot/dts/exynos4210-origen.dts
 b/arch/arm/boot/dts/exynos4210-origen.dts
 index 72fb11f7ea21..95efb1189cf0 100644
 --- a/arch/arm/boot/dts/exynos4210-origen.dts
 +++ b/arch/arm/boot/dts/exynos4210-origen.dts
 @@ -48,6 +48,10 @@
  };
  };

 +   rtc@1007 {
 +   status = "okay";
 +   };
 +
  tmu@100C {
  status = "okay";
  };
 diff --git a/arch/arm/boot/dts/exynos4412-origen.dts
 b/arch/arm/boot/dts/exynos4412-origen.dts
 index e2c0dcab4d81..934fe7ecca7e 100644
 --- a/arch/arm/boot/dts/exynos4412-origen.dts
 +++ b/arch/arm/boot/dts/exynos4412-origen.dts
 @@ -48,6 +48,10 @@
  };
  };

 +   rtc@1007 {
 +   status = "okay";
 +   };
 +
  pinctrl@1100 {
  keypad_rows: keypad-rows {
  samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
 --
 1.7.9.5

>>>
>>> Kukjin,
>>>
>>> The patches in this series are really simple and do not want them to
>>> wait for another
>>> cycle. Please review and send them with your next pull request for
>>> 3.16. Also please
>>> look at the 2 patches related to secondary cpu boot sent by Tushar.
>>>
>> Applied, but I'm not sure this can be sent to upstream in this time, I will
>> try to do it though ;-) Because already queued a bunch of exynos stuff for
>> arm-soc and this is not really critical at this moment?...
>
> Thanks for applying. These patches are not critical. However there are 2 more
> patches posted by Tushar which are critical (have already sent pings for that,
> will send once again separately for your reference). You may send these 
> patches
> along with those.
>
> [PATCH V2 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
> http://www.spinics.net/lists/linux-samsung-soc/msg31258.html
>
> [PATCH RESEND 2/2] ARM: dts: Add secure firmware support for Arndale-octa
> http://www.spinics.net/lists/linux-samsung-soc/msg31259.html

Re-sent both the above patches once again after rebasing on your
latest for-next branch.

-- 
With warm regards,
Sachin
--
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 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-27 Thread Sachin Kamat
Hi Kukjin,

On 27 May 2014 21:09, Kukjin Kim  wrote:
> On 05/26/14 12:29, Sachin Kamat wrote:
>>
>> On 23 May 2014 11:38, Sachin Kamat  wrote:
>>>
>>> Enabled RTC node on Origen 4210 and 4412 boards.
>>>
>>> Signed-off-by: Sachin Kamat
>>> ---
>>>   arch/arm/boot/dts/exynos4210-origen.dts |4 
>>>   arch/arm/boot/dts/exynos4412-origen.dts |4 
>>>   2 files changed, 8 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts
>>> b/arch/arm/boot/dts/exynos4210-origen.dts
>>> index 72fb11f7ea21..95efb1189cf0 100644
>>> --- a/arch/arm/boot/dts/exynos4210-origen.dts
>>> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
>>> @@ -48,6 +48,10 @@
>>>  };
>>>  };
>>>
>>> +   rtc@1007 {
>>> +   status = "okay";
>>> +   };
>>> +
>>>  tmu@100C {
>>>  status = "okay";
>>>  };
>>> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts
>>> b/arch/arm/boot/dts/exynos4412-origen.dts
>>> index e2c0dcab4d81..934fe7ecca7e 100644
>>> --- a/arch/arm/boot/dts/exynos4412-origen.dts
>>> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
>>> @@ -48,6 +48,10 @@
>>>  };
>>>  };
>>>
>>> +   rtc@1007 {
>>> +   status = "okay";
>>> +   };
>>> +
>>>  pinctrl@1100 {
>>>  keypad_rows: keypad-rows {
>>>  samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
>>> --
>>> 1.7.9.5
>>>
>>
>> Kukjin,
>>
>> The patches in this series are really simple and do not want them to
>> wait for another
>> cycle. Please review and send them with your next pull request for
>> 3.16. Also please
>> look at the 2 patches related to secondary cpu boot sent by Tushar.
>>
> Applied, but I'm not sure this can be sent to upstream in this time, I will
> try to do it though ;-) Because already queued a bunch of exynos stuff for
> arm-soc and this is not really critical at this moment?...

Thanks for applying. These patches are not critical. However there are 2 more
patches posted by Tushar which are critical (have already sent pings for that,
will send once again separately for your reference). You may send these patches
along with those.

[PATCH V2 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
http://www.spinics.net/lists/linux-samsung-soc/msg31258.html

[PATCH RESEND 2/2] ARM: dts: Add secure firmware support for Arndale-octa
http://www.spinics.net/lists/linux-samsung-soc/msg31259.html

-- 
With warm regards,
Sachin
--
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 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-27 Thread Kukjin Kim

On 05/26/14 12:29, Sachin Kamat wrote:

On 23 May 2014 11:38, Sachin Kamat  wrote:

Enabled RTC node on Origen 4210 and 4412 boards.

Signed-off-by: Sachin Kamat
---
  arch/arm/boot/dts/exynos4210-origen.dts |4 
  arch/arm/boot/dts/exynos4412-origen.dts |4 
  2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts 
b/arch/arm/boot/dts/exynos4210-origen.dts
index 72fb11f7ea21..95efb1189cf0 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -48,6 +48,10 @@
 };
 };

+   rtc@1007 {
+   status = "okay";
+   };
+
 tmu@100C {
 status = "okay";
 };
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts 
b/arch/arm/boot/dts/exynos4412-origen.dts
index e2c0dcab4d81..934fe7ecca7e 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -48,6 +48,10 @@
 };
 };

+   rtc@1007 {
+   status = "okay";
+   };
+
 pinctrl@1100 {
 keypad_rows: keypad-rows {
 samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
--
1.7.9.5



Kukjin,

The patches in this series are really simple and do not want them to
wait for another
cycle. Please review and send them with your next pull request for
3.16. Also please
look at the 2 patches related to secondary cpu boot sent by Tushar.

Applied, but I'm not sure this can be sent to upstream in this time, I 
will try to do it though ;-) Because already queued a bunch of exynos 
stuff for arm-soc and this is not really critical at this moment?...


Anyway thanks.
- Kukjin
--
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 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-25 Thread Sachin Kamat
On 23 May 2014 11:38, Sachin Kamat  wrote:
> Enabled RTC node on Origen 4210 and 4412 boards.
>
> Signed-off-by: Sachin Kamat 
> ---
>  arch/arm/boot/dts/exynos4210-origen.dts |4 
>  arch/arm/boot/dts/exynos4412-origen.dts |4 
>  2 files changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4210-origen.dts 
> b/arch/arm/boot/dts/exynos4210-origen.dts
> index 72fb11f7ea21..95efb1189cf0 100644
> --- a/arch/arm/boot/dts/exynos4210-origen.dts
> +++ b/arch/arm/boot/dts/exynos4210-origen.dts
> @@ -48,6 +48,10 @@
> };
> };
>
> +   rtc@1007 {
> +   status = "okay";
> +   };
> +
> tmu@100C {
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts 
> b/arch/arm/boot/dts/exynos4412-origen.dts
> index e2c0dcab4d81..934fe7ecca7e 100644
> --- a/arch/arm/boot/dts/exynos4412-origen.dts
> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
> @@ -48,6 +48,10 @@
> };
> };
>
> +   rtc@1007 {
> +   status = "okay";
> +   };
> +
> pinctrl@1100 {
> keypad_rows: keypad-rows {
> samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
> --
> 1.7.9.5
>

Kukjin,

The patches in this series are really simple and do not want them to
wait for another
cycle. Please review and send them with your next pull request for
3.16. Also please
look at the 2 patches related to secondary cpu boot sent by Tushar.

-- 
With warm regards,
Sachin
--
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


[PATCH 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-22 Thread Sachin Kamat
Enabled RTC node on Origen 4210 and 4412 boards.

Signed-off-by: Sachin Kamat 
---
 arch/arm/boot/dts/exynos4210-origen.dts |4 
 arch/arm/boot/dts/exynos4412-origen.dts |4 
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts 
b/arch/arm/boot/dts/exynos4210-origen.dts
index 72fb11f7ea21..95efb1189cf0 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -48,6 +48,10 @@
};
};
 
+   rtc@1007 {
+   status = "okay";
+   };
+
tmu@100C {
status = "okay";
};
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts 
b/arch/arm/boot/dts/exynos4412-origen.dts
index e2c0dcab4d81..934fe7ecca7e 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -48,6 +48,10 @@
};
};
 
+   rtc@1007 {
+   status = "okay";
+   };
+
pinctrl@1100 {
keypad_rows: keypad-rows {
samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
-- 
1.7.9.5

--
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