Searched hist:eb7d264f3bf9ca7c093efb77bdde557c6c6e826f (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-divider.c | diff eb7d264f3bf9ca7c093efb77bdde557c6c6e826f Sun Feb 07 01:26:37 CST 2016 Stephen Boyd <sboyd@codeaurora.org> 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>
|
/openbmc/linux/include/linux/ |
H A D | clk-provider.h | diff eb7d264f3bf9ca7c093efb77bdde557c6c6e826f Sun Feb 07 01:26:37 CST 2016 Stephen Boyd <sboyd@codeaurora.org> 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>
|