commit | 3c436bf95a1df22fa501be7134bccd29f8387dfe | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 28 19:23:02 2015 +0900 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Feb 01 17:01:54 2016 -0800 |
tree | abd23b27095a741caba0eceaf891ea08c8ae5ac5 | |
parent | 88cfbef2acd38443c3eed780263b5f5e95a8dc1f [diff] |
clk: drop the initial core->parents look-ups from __clk_core_init() The core->parents is a cache to save expensive clock parent look-ups. It will be filled as needed later. We do not have to do it here. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>