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