Re: [PATCH 16/26] ARM: mxs: remove custom .init_time hook

2013-09-20 Thread Shawn Guo
On Wed, Sep 18, 2013 at 07:53:49PM +0200, Sebastian Hesselbarth wrote: > This patch converts clk-imx2[38] clocksource_of_init compatible init > associated with fsl,imx2[38]-clkctrl. With arch/arm calling > of_clk_init(NULL) from time_init(), we can now also remove custom > .init_time hooks. > > Si

[PATCH 16/26] ARM: mxs: remove custom .init_time hook

2013-09-18 Thread Sebastian Hesselbarth
This patch converts clk-imx2[38] clocksource_of_init compatible init associated with fsl,imx2[38]-clkctrl. With arch/arm calling of_clk_init(NULL) from time_init(), we can now also remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth Acked-by: Mike Turquette --- Changelog: RFCv2-