Re: [PATCH] clk: ux500: Fix prcmu clocks registration

From: Mike Turquette
Date: Tue Mar 26 2013 - 16:05:52 EST


Quoting Maxime Coquelin (2013-03-26 07:27:15)
> From: Maxime Coquelin <maxime.coquelin@xxxxxx>
>
> In clk_reg_prcmu(), clk->hw.init field is assigned with a
> reference local to clk_reg_prcmu() function.
>
> This patch replaces references to clk->hw.init with calls
> to __clk_get_name when called after clock registration.
>
> This patch applies on top of v3.9-rc4.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@xxxxxx>
> Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>

Hi Maxime,

This patch did not apply cleanly onto clk-next. Below is what I merged.
Please let me know if there are any issues.

Regards,
Mike