All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
@ 2014-01-23 23:23 Marek Vasut
  2014-02-20 12:31 ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2014-01-23 23:23 UTC (permalink / raw)
  To: linux-arm-kernel

The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/dts/imx28-m28evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 8536b0d..f0ad7b9 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -194,7 +194,7 @@
 				};
 
 				rtc: rtc at 68 {
-					compatible = "stm,mt41t62";
+					compatible = "stm,m41t62";
 					reg = <0x68>;
 				};
 			};
-- 
1.8.5.2

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-01-23 23:23 [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK Marek Vasut
@ 2014-02-20 12:31 ` Marek Vasut
  2014-02-21  2:09   ` Shawn Guo
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2014-02-20 12:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> The compatible property should be m41t62, not mt41t62, so fix this.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Shawn Guo <shawn.guo@linaro.org>

Bump ?

Best regards,
Marek Vasut

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-02-20 12:31 ` Marek Vasut
@ 2014-02-21  2:09   ` Shawn Guo
  2014-02-21  3:14     ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Shawn Guo @ 2014-02-21  2:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 20, 2014 at 01:31:37PM +0100, Marek Vasut wrote:
> On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> > The compatible property should be m41t62, not mt41t62, so fix this.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Shawn Guo <shawn.guo@linaro.org>
> 
> Bump ?

Applied.  Sorry for the delay.

Shawn

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-02-21  2:09   ` Shawn Guo
@ 2014-02-21  3:14     ` Marek Vasut
  2014-02-21  3:31       ` Shawn Guo
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2014-02-21  3:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, February 21, 2014 at 03:09:16 AM, Shawn Guo wrote:
> On Thu, Feb 20, 2014 at 01:31:37PM +0100, Marek Vasut wrote:
> > On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> > > The compatible property should be m41t62, not mt41t62, so fix this.
> > > 
> > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > Cc: Shawn Guo <shawn.guo@linaro.org>
> > 
> > Bump ?
> 
> Applied.  Sorry for the delay.

Sure, no problem. Thanks. Shall I submit this for -stable too ?

Best regards,
Marek Vasut

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-02-21  3:14     ` Marek Vasut
@ 2014-02-21  3:31       ` Shawn Guo
  2014-02-24 18:02         ` Marek Vasut
  2014-07-22  2:11         ` Marek Vasut
  0 siblings, 2 replies; 8+ messages in thread
From: Shawn Guo @ 2014-02-21  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 21, 2014 at 04:14:00AM +0100, Marek Vasut wrote:
> On Friday, February 21, 2014 at 03:09:16 AM, Shawn Guo wrote:
> > On Thu, Feb 20, 2014 at 01:31:37PM +0100, Marek Vasut wrote:
> > > On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> > > > The compatible property should be m41t62, not mt41t62, so fix this.
> > > > 
> > > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > > Cc: Shawn Guo <shawn.guo@linaro.org>
> > > 
> > > Bump ?
> > 
> > Applied.  Sorry for the delay.
> 
> Sure, no problem. Thanks. Shall I submit this for -stable too ?

Oh, at this time which already passes -rc3, I didn't categorize it as a
critical fix (build error, kernel dumps, system hang) that we should
send right away for 3.14 and -stable.  If you do, you can try to resend
it to arm-soc folks with my ACK.

Shawn

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-02-21  3:31       ` Shawn Guo
@ 2014-02-24 18:02         ` Marek Vasut
  2014-07-22  2:11         ` Marek Vasut
  1 sibling, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2014-02-24 18:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, February 21, 2014 at 04:31:06 AM, Shawn Guo wrote:
> On Fri, Feb 21, 2014 at 04:14:00AM +0100, Marek Vasut wrote:
> > On Friday, February 21, 2014 at 03:09:16 AM, Shawn Guo wrote:
> > > On Thu, Feb 20, 2014 at 01:31:37PM +0100, Marek Vasut wrote:
> > > > On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> > > > > The compatible property should be m41t62, not mt41t62, so fix this.
> > > > > 
> > > > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > > > Cc: Shawn Guo <shawn.guo@linaro.org>
> > > > 
> > > > Bump ?
> > > 
> > > Applied.  Sorry for the delay.
> > 
> > Sure, no problem. Thanks. Shall I submit this for -stable too ?
> 
> Oh, at this time which already passes -rc3, I didn't categorize it as a
> critical fix (build error, kernel dumps, system hang) that we should
> send right away for 3.14 and -stable.  If you do, you can try to resend
> it to arm-soc folks with my ACK.

So this will go for 3.15 ? I will submit it for stable once it hits mainline, 
it's not critical.

Thanks!

Best regards,
Marek Vasut

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
  2014-02-21  3:31       ` Shawn Guo
  2014-02-24 18:02         ` Marek Vasut
@ 2014-07-22  2:11         ` Marek Vasut
  1 sibling, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2014-07-22  2:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, February 21, 2014 at 04:31:06 AM, Shawn Guo wrote:
> On Fri, Feb 21, 2014 at 04:14:00AM +0100, Marek Vasut wrote:
> > On Friday, February 21, 2014 at 03:09:16 AM, Shawn Guo wrote:
> > > On Thu, Feb 20, 2014 at 01:31:37PM +0100, Marek Vasut wrote:
> > > > On Friday, January 24, 2014 at 12:23:36 AM, Marek Vasut wrote:
> > > > > The compatible property should be m41t62, not mt41t62, so fix this.
> > > > > 
> > > > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > > > Cc: Shawn Guo <shawn.guo@linaro.org>
> > > > 
> > > > Bump ?
> > > 
> > > Applied.  Sorry for the delay.
> > 
> > Sure, no problem. Thanks. Shall I submit this for -stable too ?
> 
> Oh, at this time which already passes -rc3, I didn't categorize it as a
> critical fix (build error, kernel dumps, system hang) that we should
> send right away for 3.14 and -stable.  If you do, you can try to resend
> it to arm-soc folks with my ACK.

Is there anything special to get this into 3.14-stable now or shall I just 
follow the general stable submission guidelines ?

Best regards,
Marek Vasut

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

* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
@ 2014-07-24  2:08 Marek Vasut
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2014-07-24  2:08 UTC (permalink / raw)
  To: linux-arm-kernel

commit 3048fa3fc5b6c641a06e959925dfbc31649528e9 upstream.

The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: <stable@vger.kernel.org> # 3.14.x
---
 arch/arm/boot/dts/imx28-m28evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

NOTE: Without this backport, the RTC clock on this device is not available
      and the system time is completely random upon each boot.

diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index e6d0fa6..f3e58f1 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -194,7 +194,7 @@
 				};
 
 				rtc: rtc at 68 {
-					compatible = "stm,mt41t62";
+					compatible = "stm,m41t62";
 					reg = <0x68>;
 				};
 			};
-- 
2.0.1

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

end of thread, other threads:[~2014-07-24  2:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23 23:23 [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK Marek Vasut
2014-02-20 12:31 ` Marek Vasut
2014-02-21  2:09   ` Shawn Guo
2014-02-21  3:14     ` Marek Vasut
2014-02-21  3:31       ` Shawn Guo
2014-02-24 18:02         ` Marek Vasut
2014-07-22  2:11         ` Marek Vasut
2014-07-24  2:08 Marek Vasut

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.