Re: [PATCH v2 10/13] clk: composite: Add hw based registration APIs

2016-04-22 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > 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

Re: [PATCH v2 10/13] clk: composite: Add hw based registration APIs

2016-04-22 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > 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 > ---

[PATCH v2 10/13] clk: composite: Add hw based registration APIs

2016-04-21 Thread Stephen Boyd
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 --- drivers/clk/clk-composite.c

[PATCH v2 10/13] clk: composite: Add hw based registration APIs

2016-04-21 Thread Stephen Boyd
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 --- drivers/clk/clk-composite.c | 45