Re: [PATCH] clk: Deprecate CLK_IS_ROOT

2016-02-03 Thread Michael Turquette
Quoting Stephen Boyd (2016-02-02 17:42:13) > We don't use CLK_IS_ROOT but in a few places in the common clk > framework core. Let's replace those checks with a check for the > number of parents a clk has instead of the flag, freeing up one > flag for something else. We don't remove the flag yet so

[PATCH] clk: Deprecate CLK_IS_ROOT

2016-02-02 Thread Stephen Boyd
We don't use CLK_IS_ROOT but in a few places in the common clk framework core. Let's replace those checks with a check for the number of parents a clk has instead of the flag, freeing up one flag for something else. We don't remove the flag yet so that things keep building, but we'll remove it once