mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* tegra: clk_fixed_factor
@ 2014-03-28  9:31 Antony Pavlov
  2014-03-28  9:53 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2014-03-28  9:31 UTC (permalink / raw)
  To: Sascha Hauer, Lucas Stach; +Cc: barebox

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:

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

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

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

* Re: tegra: clk_fixed_factor
  2014-03-28  9:31 tegra: clk_fixed_factor Antony Pavlov
@ 2014-03-28  9:53 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-03-28  9:53 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

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

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

end of thread, other threads:[~2014-03-28  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28  9:31 tegra: clk_fixed_factor Antony Pavlov
2014-03-28  9:53 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox