commit | 47b0eeb3dc8a01848ad62908000b1051d1833eaf | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Feb 02 17:24:56 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Sat Feb 06 23:38:26 2016 -0800 |
tree | a5b668fa3192466735e8089403db6381a0ec742e | |
parent | 14b04f28a0a1a5903221fc55c61d231b76abd440 [diff] |
clk: Deprecate CLK_IS_ROOT 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 all drivers have removed their flag usage. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>