commit | eb7d264f3bf9ca7c093efb77bdde557c6c6e826f | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sat Feb 06 23:26:37 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 19 16:55:01 2016 -0700 |
tree | fbb4b5d78d012a2959a481cb738a329f3b4418d9 | |
parent | e4f1b49bda6d6aa2e13730ff7eeccbe65a6271f1 [diff] |
clk: divider: Add hw based registration APIs Add registration APIs in the clk divider 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>