Re: [PATCH 17/26] clk: rockchip: Convert to clk_hw based provider APIs

2015-08-07 Thread Stephen Boyd
On 08/04, Heiko Stübner wrote: > Am Freitag, 31. Juli 2015, 10:03:57 schrieb Stephen Boyd: > > We're removing struct clk from the clk provider API, so switch > > this code to using the clk_hw based provider APIs. > > > > Cc: Heiko Stuebner > > Signed-off-by: Stephen Boyd > > Looks correct to me

Re: [PATCH 17/26] clk: rockchip: Convert to clk_hw based provider APIs

2015-08-04 Thread Heiko Stübner
Am Freitag, 31. Juli 2015, 10:03:57 schrieb Stephen Boyd: > We're removing struct clk from the clk provider API, so switch > this code to using the clk_hw based provider APIs. > > Cc: Heiko Stuebner > Signed-off-by: Stephen Boyd Looks correct to me and there are no functional changes in here an

[PATCH 17/26] clk: rockchip: Convert to clk_hw based provider APIs

2015-07-31 Thread Stephen Boyd
We're removing struct clk from the clk provider API, so switch this code to using the clk_hw based provider APIs. Cc: Heiko Stuebner Signed-off-by: Stephen Boyd --- drivers/clk/rockchip/clk-pll.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/clk/