commit | 264b31719735eb1fcbed47cecdb20f517e804856 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sun Feb 07 00:05:48 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 19 16:55:01 2016 -0700 |
tree | 717ba0c609fdefaf5adf56e3ff4ca57cbfa9d882 | |
parent | e270d8cb13763f58107198e879cf396511ba2867 [diff] |
clk: mux: Add hw based registration APIs Add registration APIs in the clk mux 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>