commit | 4526e7b857076ba613cc7199fc7fd17d60e86ede | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Dec 22 11:26:42 2014 -0800 |
committer | Michael Turquette <mturquette@linaro.org> | Tue Jan 20 10:09:06 2015 -0800 |
tree | 27f95def261db038ad9ece4cd62b52ac3b4e2854 | |
parent | 2e9dcdae4068460c45a308dd891be5248260251c [diff] |
clk: Skip fetching index for single parent clocks We don't need to fetch the parent index for clocks if they only have one parent. Doing this also avoid an unnecessary allocation for the parent cache. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>