From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 5 Dec 2014 08:55:39 -0800 Subject: regression: Clock changes in next-20141205 break at least omap4 Message-ID: <20141205165539.GA30437@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Looks like commit 646cafc6aa4d ("clk: Change clk_ops->determine_rate to return a clk_hw as the best parent") breaks booting at least for omap4. Below is the output from omap4-sdp with DEBUG_LL and earlyprintk enabled. Regards, Tony [ 1.670806] clock: dpll_abe_ck failed transition to 'locked' [ 2.966735] clock: dpll_abe_ck failed transition to 'locked' [ 4.262634] clock: dpll_abe_ck failed transition to 'locked' [ 4.268554] ------------[ cut here ]------------ [ 4.273406] WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:846 clk_disable+0x24/0x30() [ 4.281341] Modules linked in: [ 4.284576] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.18.0-rc7-next-20141205-00004-g24aaa63b #141 [ 4.293945] Hardware name: Generic OMAP4 (Flattened Device Tree) [ 4.300231] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 4.308288] [] (show_stack) from [] (dump_stack+0x80/0x9c) [ 4.315795] [] (dump_stack) from [] (warn_slowpath_common+0x78/0xb4) [ 4.324188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 4.333282] [] (warn_slowpath_null) from [] (clk_disable+0x24/0x30) [ 4.341583] [] (clk_disable) from [] (_disable_clocks+0x18/0x68) [ 4.349609] [] (_disable_clocks) from [] (_idle+0x15c/0x240) [ 4.357299] [] (_idle) from [] (_setup+0x174/0x22c) [ 4.364166] [] (_setup) from [] (omap_hwmod_for_each+0x30/0x5c) [ 4.372131] [] (omap_hwmod_for_each) from [] (__omap_hwmod_setup_all+0x30/0x40) [ 4.381500] [] (__omap_hwmod_setup_all) from [] (do_one_initcall+0x80/0x1d4) [ 4.390594] [] (do_one_initcall) from [] (kernel_init_freeable+0x1f4/0x2cc) [ 4.399627] [] (kernel_init_freeable) from [] (kernel_init+0x8/0xe4) [ 4.408020] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) [ 4.415954] ---[ end trace f968bc068c5b0ccc ]--- [ 5.710815] clock: dpll_abe_ck failed transition to 'locked' [ 7.006744] clock: dpll_abe_ck failed transition to 'locked'