Re: [PATCH v2 09/13] clk: fractional-divider: Add hw based registration APIs

2016-04-22 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > Add registration APIs in the clk fractional 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

Re: [PATCH v2 09/13] clk: fractional-divider: Add hw based registration APIs

2016-04-22 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > Add registration APIs in the clk fractional 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 >

[PATCH v2 09/13] clk: fractional-divider: Add hw based registration APIs

2016-04-21 Thread Stephen Boyd
Add registration APIs in the clk fractional 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 ---

[PATCH v2 09/13] clk: fractional-divider: Add hw based registration APIs

2016-04-21 Thread Stephen Boyd
Add registration APIs in the clk fractional 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 --- drivers/clk/clk-fractional-divider.c |