mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
To: barebox@lists.infradead.org
Subject: [PATCH] i.MX53 boards: notify clocksource after init_lowlevel
Date: Mon, 23 Jul 2012 14:07:25 +0200	[thread overview]
Message-ID: <500D3E7D.8040006@kiwigrid.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-i.MX53-boards-notify-clocksource-after-init_lowlevel.patch --]
[-- Type: text/x-patch, Size: 2385 bytes --]

From 4d9a8e960654c02205cf4a8e47b4e86cac4b2a95 Mon Sep 17 00:00:00 2001
From: "Wjatscheslaw Stoljarski" <wjatscheslaw.stoljarski@kiwigrid.com>
Date: Mon, 23 Jul 2012 13:48:07 +0200
Subject: [PATCH] i.MX53 boards: notify clocksource after init_lowlevel

This fix a clock inaccuracy in get_time_ns (used by sleep, time, etc).

Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>
---
 arch/arm/boards/freescale-mx53-loco/board.c |    2 ++
 arch/arm/boards/freescale-mx53-smd/board.c  |    2 ++
 arch/arm/boards/tqma53/board.c              |    2 ++
 3 files changed, 6 insertions(+)

diff --git a/arch/arm/boards/freescale-mx53-loco/board.c b/arch/arm/boards/freescale-mx53-loco/board.c
index 0d71555..b8e8d24 100644
--- a/arch/arm/boards/freescale-mx53-loco/board.c
+++ b/arch/arm/boards/freescale-mx53-loco/board.c
@@ -22,6 +22,7 @@
 #include <init.h>
 #include <nand.h>
 #include <net.h>
+#include <notifier.h>
 #include <partition.h>
 #include <sizes.h>
 
@@ -215,6 +216,7 @@ static int loco_console_init(void)
 	mxc_iomux_v3_setup_multiple_pads(loco_pads, ARRAY_SIZE(loco_pads));
 
 	imx53_init_lowlevel(1000);
+	clock_notifier_call_chain();
 
 	imx53_add_uart0();
 	return 0;
diff --git a/arch/arm/boards/freescale-mx53-smd/board.c b/arch/arm/boards/freescale-mx53-smd/board.c
index 0483103..74b38bd 100644
--- a/arch/arm/boards/freescale-mx53-smd/board.c
+++ b/arch/arm/boards/freescale-mx53-smd/board.c
@@ -22,6 +22,7 @@
 #include <init.h>
 #include <nand.h>
 #include <net.h>
+#include <notifier.h>
 #include <partition.h>
 #include <sizes.h>
 
@@ -161,6 +162,7 @@ static int smd_console_init(void)
 	mxc_iomux_v3_setup_multiple_pads(smd_pads, ARRAY_SIZE(smd_pads));
 
 	imx53_init_lowlevel(1000);
+	clock_notifier_call_chain();
 
 	imx53_add_uart0();
 	imx53_add_uart1();
diff --git a/arch/arm/boards/tqma53/board.c b/arch/arm/boards/tqma53/board.c
index 8c3d855..c4837cb 100644
--- a/arch/arm/boards/tqma53/board.c
+++ b/arch/arm/boards/tqma53/board.c
@@ -21,6 +21,7 @@
 #include <init.h>
 #include <nand.h>
 #include <net.h>
+#include <notifier.h>
 #include <partition.h>
 #include <sizes.h>
 #include <mci.h>
@@ -265,6 +266,7 @@ static int tqma53_console_init(void)
 {
 	mxc_iomux_v3_setup_multiple_pads(tqma53_pads, ARRAY_SIZE(tqma53_pads));
 	imx53_init_lowlevel(800);
+	clock_notifier_call_chain();
 	imx53_add_uart0();
 
 	return 0;
-- 
1.7.9.5


[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-07-23 12:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-23 12:07 Wjatscheslaw Stoljarski (Slawa) [this message]
2012-07-23 22:14 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=500D3E7D.8040006@kiwigrid.com \
    --to=wjatscheslaw.stoljarski@kiwigrid.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox