Re: [PATCH v5 5/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 sun8i_a23_apb0_setup > and then continues the initialization on sun8i_a23_apb0_clk_probe. > > Use the new macro to notify the clk subsystem about this behaviour. > > Signed-off-by: Ricardo Ribalda Delgado

Re: [PATCH v5 5/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 sun8i_a23_apb0_setup > and then continues the initialization on sun8i_a23_apb0_clk_probe. > > Use the new macro to notify the clk subsystem about this behaviour. > > Signed-off-by: Ricardo Ribalda Delgado >

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

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

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

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