Re: [PATCH 1/2] clk: imx: Remove __init for imx_register_uart_clocks() API

2019-06-23 Thread Shawn Guo
On Wed, Jun 19, 2019 at 03:12:39PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Some of i.MX SoCs' clock driver use platform driver model, > and they need to call imx_register_uart_clocks() API, so > imx_register_uart_clocks() API should NOT be in .init section. > > Signed-off-by: A

[PATCH 1/2] clk: imx: Remove __init for imx_register_uart_clocks() API

2019-06-19 Thread Anson . Huang
From: Anson Huang Some of i.MX SoCs' clock driver use platform driver model, and they need to call imx_register_uart_clocks() API, so imx_register_uart_clocks() API should NOT be in .init section. Signed-off-by: Anson Huang --- drivers/clk/imx/clk.c | 6 +++--- 1 file changed, 3 insertions(+),