[RFC 05/19] clk: imx: clk-busy: Switch to clk_hw based API

2019-03-22 Thread Abel Vesa
Switch all the clk_busy clock registering functions to clk_hw based API. Signed-off-by: Abel Vesa --- drivers/clk/imx/clk-busy.c | 30 -- drivers/clk/imx/clk.h | 11 +-- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/drivers/clk/imx/clk-

Re: [RFC 05/19] clk: imx: clk-busy: Switch to clk_hw based API

2019-03-23 Thread Daniel Baluta
On Fri, Mar 22, 2019 at 5:39 PM Abel Vesa wrote: > > Switch all the clk_busy clock registering functions > to clk_hw based API. > Hi Abel, The commit message should explain why such a change is needed. thanks, Daniel. > Signed-off-by: Abel Vesa > --- > drivers/clk/imx/clk-busy.c | 30