mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: tegra: clk_fixed_factor
Date: Fri, 28 Mar 2014 10:53:49 +0100	[thread overview]
Message-ID: <20140328095349.GH17250@pengutronix.de> (raw)
In-Reply-To: <20140328133144.83922cc5506a8d980d2cbd14@gmail.com>

On Fri, Mar 28, 2014 at 01:31:44PM +0400, Antony Pavlov wrote:
> Hi!
> 
> This latest commit in next breaks tegra build
> 
>   Author: Sascha Hauer <s.hauer@pengutronix.de>
>   Date:   Thu Mar 13 09:41:28 2014 +0100
> 
>       clk: clk-fixed-factor: pass flags to initializers
>      
>       Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> 
> I can't check this trivial fix properly by myself as my tegra board is conserved:

Thanks for noting. I have just squashed it into the commit breaking it
(Not puseh yet)

Sascha

> 
> --- a/drivers/clk/tegra/clk-tegra20.c
> +++ b/drivers/clk/tegra/clk-tegra20.c
> @@ -62,7 +62,7 @@ static void tegra20_osc_clk_init(void)
>         clks[clk_32k] = clk_fixed("clk_32k", 32768);
>  
>         clks[pll_ref] = clk_fixed_factor("pll_ref", "clk_m", 1,
> -                                        get_pll_ref_div());
> +                                        get_pll_ref_div(), 0);
>  }
> 
> -- 
> Best regards,
>   Antony Pavlov
> 

-- 
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:[~2014-03-28  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28  9:31 Antony Pavlov
2014-03-28  9:53 ` 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=20140328095349.GH17250@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=antonynpavlov@gmail.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