commit | 49cb392d36397a296dcd51ec57cf83585a89a94a | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sun Feb 07 00:20:31 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 19 16:56:28 2016 -0700 |
tree | 74bca49dcadb969d45b42b8faa9948d0ea113d6e | |
parent | 39b44cff4ad4af6d7abd9dd2acb288b005c26503 [diff] |
clk: composite: Add hw based registration APIs Add registration APIs in the clk composite 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>