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

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

[PATCH v5 3/8] clk: npx: Use new macro CLK_OF_DECLARE_DRIVER

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

[PATCH v5 3/8] clk: npx: Use new macro CLK_OF_DECLARE_DRIVER

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