Re: [PATCH v5 4/8] clk: sunxi: Use new macro CLK_OF_DECLARE_DRIVER

2016-08-12 Thread Stephen Boyd
On 07/05, Ricardo Ribalda Delgado wrote: > This driver initializes a clock provider via sun4i_a10_mod0_setup > and then continues the initialization on sun4i_a10_mod0_clk_probe. > > Use the new macro to notify the clk subsystem about this behaviour. > > Signed-off-by: Ricardo Ribalda Delgado

Re: [PATCH v5 4/8] clk: sunxi: Use new macro CLK_OF_DECLARE_DRIVER

2016-08-12 Thread Stephen Boyd
On 07/05, Ricardo Ribalda Delgado wrote: > This driver initializes a clock provider via sun4i_a10_mod0_setup > and then continues the initialization on sun4i_a10_mod0_clk_probe. > > Use the new macro to notify the clk subsystem about this behaviour. > > Signed-off-by: Ricardo Ribalda Delgado >

[PATCH v5 4/8] clk: sunxi: Use new macro CLK_OF_DECLARE_DRIVER

2016-07-05 Thread Ricardo Ribalda Delgado
This driver initializes a clock provider via sun4i_a10_mod0_setup and then continues the initialization on sun4i_a10_mod0_clk_probe. Use the new macro to notify the clk subsystem about this behaviour. Signed-off-by: Ricardo Ribalda Delgado ---

[PATCH v5 4/8] clk: sunxi: Use new macro CLK_OF_DECLARE_DRIVER

2016-07-05 Thread Ricardo Ribalda Delgado
This driver initializes a clock provider via sun4i_a10_mod0_setup and then continues the initialization on sun4i_a10_mod0_clk_probe. Use the new macro to notify the clk subsystem about this behaviour. Signed-off-by: Ricardo Ribalda Delgado --- drivers/clk/sunxi/clk-mod0.c | 3 ++- 1 file