commit | 26ef56be9e0944a9b136169eb47140f309ce745b | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sun Feb 07 00:34:13 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 19 16:57:12 2016 -0700 |
tree | 5aa58657113ea14939e9fa95c4f571a847ff3f66 | |
parent | b120743a64a3ec68b8c5310a6009094329b4a33b [diff] |
clk: fixed-rate: Add hw based registration APIs Add registration APIs in the clk fixed-rate code to return struct clk_hw pointers instead of struct clk pointers. This way we hide the struct clk pointer from providers unless they need to use consumer facing APIs. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>