[PATCH 1/2] clk: nomadik: implement the Nomadik clocks properly

Linus Walleij linus.walleij at linaro.org
Thu Jun 20 18:21:37 EST 2013


On Thu, Jun 20, 2013 at 8:38 AM, Mike Turquette <mturquette at linaro.org> wrote:
> Quoting Linus Walleij (2013-06-09 03:55:47)
>> +static void pll_clk_disable(struct clk_hw *hw)
>> +{
>> +       struct clk_pll *pll = to_pll(hw);
>> +       u32 val;
>> +
>> +       return;
>
> Is the early return intentional? Everything else looks good.

Of course not :-)

At one time it had no proper children registered so would
declock the entire system if I didn't have that in... fixed up.

> Acked-by: Mike Turquette <mturquette at linaro.org>

Thanks, sending this to ARM SoC now.

Yours,
Linus Walleij


More information about the devicetree-discuss mailing list