mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] i.MX53 boards: notify clocksource after init_lowlevel
Date: Tue, 24 Jul 2012 00:14:01 +0200	[thread overview]
Message-ID: <20120723221401.GF30009@pengutronix.de> (raw)
In-Reply-To: <500D3E7D.8040006@kiwigrid.com>

Hi Wjatscheslaw,

On Mon, Jul 23, 2012 at 02:07:25PM +0200, Wjatscheslaw Stoljarski (Slawa) wrote:
> 

> 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
> 
> @@ -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();
>  

Maybe better add it to imx53_init_lowlevel?

Sascha

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

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


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

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

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

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=20120723221401.GF30009@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=wjatscheslaw.stoljarski@kiwigrid.com \
    /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