All of lore.kernel.org
 help / color / mirror / Atom feed
* Clock Regression in next-20150130 caused by cb75a8fcd14e
@ 2015-01-31  1:04 ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-01-31  1:04 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd, Tomeu Vizoso
  Cc: linux-kernel, linux-arm-kernel, linux-omap

Hi all,

Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
causes a regression on at least omaps where the serial console either
does not show anything, or just prints garbage.

Reverting cb75a8fcd14e makes things work again on next-20150130.

Any ideas?

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Clock Regression in next-20150130 caused by cb75a8fcd14e
@ 2015-01-31  1:04 ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-01-31  1:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
causes a regression on at least omaps where the serial console either
does not show anything, or just prints garbage.

Reverting cb75a8fcd14e makes things work again on next-20150130.

Any ideas?

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Clock Regression in next-20150130 caused by cb75a8fcd14e
  2015-01-31  1:04 ` Tony Lindgren
@ 2015-01-31  5:31   ` Guenter Roeck
  -1 siblings, 0 replies; 8+ messages in thread
From: Guenter Roeck @ 2015-01-31  5:31 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Mike Turquette, Stephen Boyd, Tomeu Vizoso, linux-kernel,
	linux-arm-kernel, linux-omap

On Fri, Jan 30, 2015 at 05:04:44PM -0800, Tony Lindgren wrote:
> Hi all,
> 
> Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> causes a regression on at least omaps where the serial console either
> does not show anything, or just prints garbage.
> 
> Reverting cb75a8fcd14e makes things work again on next-20150130.
> 
> Any ideas?
> 
The patch seems to have some problems.
Also see http://www.spinics.net/lists/kernel/msg1916843.html.

Guenter

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Clock Regression in next-20150130 caused by cb75a8fcd14e
@ 2015-01-31  5:31   ` Guenter Roeck
  0 siblings, 0 replies; 8+ messages in thread
From: Guenter Roeck @ 2015-01-31  5:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 30, 2015 at 05:04:44PM -0800, Tony Lindgren wrote:
> Hi all,
> 
> Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> causes a regression on at least omaps where the serial console either
> does not show anything, or just prints garbage.
> 
> Reverting cb75a8fcd14e makes things work again on next-20150130.
> 
> Any ideas?
> 
The patch seems to have some problems.
Also see http://www.spinics.net/lists/kernel/msg1916843.html.

Guenter

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Clock Regression in next-20150130 caused by cb75a8fcd14e
  2015-01-31  1:04 ` Tony Lindgren
@ 2015-02-01 23:26   ` Mike Turquette
  -1 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2015-02-01 23:26 UTC (permalink / raw)
  To: Tony Lindgren, Stephen Boyd, Tomeu Vizoso
  Cc: linux-kernel, linux-arm-kernel, linux-omap

Quoting Tony Lindgren (2015-01-30 17:04:44)
> Hi all,
> 
> Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> causes a regression on at least omaps where the serial console either
> does not show anything, or just prints garbage.
> 
> Reverting cb75a8fcd14e makes things work again on next-20150130.
> 
> Any ideas?

Stephen posted a patch[0] to fix this. I've squashed that into Tomeu's
commit that you reference above and my Panda board is booting fine once
again.

[0] http://lkml.kernel.org/r/<20150131013158.GA4323@codeaurora.org>

Please let me know if any other issues pop up. There are new WARNs for
OMAP3+ boards introduced by a different patch from Tomeu, but this is
really because the OMAP DPLL and FAPLL code are dereferencing struct clk
pointers when they should not be and is a separate issue from the
constraints patch (with a separate email thread).

Regards,
Mike

> 
> Regards,
> 
> Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Clock Regression in next-20150130 caused by cb75a8fcd14e
@ 2015-02-01 23:26   ` Mike Turquette
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Turquette @ 2015-02-01 23:26 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Tony Lindgren (2015-01-30 17:04:44)
> Hi all,
> 
> Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> causes a regression on at least omaps where the serial console either
> does not show anything, or just prints garbage.
> 
> Reverting cb75a8fcd14e makes things work again on next-20150130.
> 
> Any ideas?

Stephen posted a patch[0] to fix this. I've squashed that into Tomeu's
commit that you reference above and my Panda board is booting fine once
again.

[0] http://lkml.kernel.org/r/<20150131013158.GA4323@codeaurora.org>

Please let me know if any other issues pop up. There are new WARNs for
OMAP3+ boards introduced by a different patch from Tomeu, but this is
really because the OMAP DPLL and FAPLL code are dereferencing struct clk
pointers when they should not be and is a separate issue from the
constraints patch (with a separate email thread).

Regards,
Mike

> 
> Regards,
> 
> Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Clock Regression in next-20150130 caused by cb75a8fcd14e
  2015-02-01 23:26   ` Mike Turquette
@ 2015-02-02 16:18     ` Tony Lindgren
  -1 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-02-02 16:18 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Stephen Boyd, Tomeu Vizoso, linux-kernel, linux-arm-kernel, linux-omap

* Mike Turquette <mturquette@linaro.org> [150201 15:29]:
> Quoting Tony Lindgren (2015-01-30 17:04:44)
> > Hi all,
> > 
> > Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> > causes a regression on at least omaps where the serial console either
> > does not show anything, or just prints garbage.
> > 
> > Reverting cb75a8fcd14e makes things work again on next-20150130.
> > 
> > Any ideas?
> 
> Stephen posted a patch[0] to fix this. I've squashed that into Tomeu's
> commit that you reference above and my Panda board is booting fine once
> again.
> 
> [0] http://lkml.kernel.org/r/<20150131013158.GA4323@codeaurora.org>
> 
> Please let me know if any other issues pop up. There are new WARNs for
> OMAP3+ boards introduced by a different patch from Tomeu, but this is
> really because the OMAP DPLL and FAPLL code are dereferencing struct clk
> pointers when they should not be and is a separate issue from the
> constraints patch (with a separate email thread).

Seems Linux next is broken again. Now we omaps get tons of:

clock: dpll_abe_ck failed transition to 'locked'
WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:925 clk_disable+0x28/0x34()

and 

WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/dpll3xxx.c:436
omap3_noncore_dpll_enable+0xdc/0x10c()

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Clock Regression in next-20150130 caused by cb75a8fcd14e
@ 2015-02-02 16:18     ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2015-02-02 16:18 UTC (permalink / raw)
  To: linux-arm-kernel

* Mike Turquette <mturquette@linaro.org> [150201 15:29]:
> Quoting Tony Lindgren (2015-01-30 17:04:44)
> > Hi all,
> > 
> > Looks like commit cb75a8fcd14e ("clk: Add rate constraints to clocks")
> > causes a regression on at least omaps where the serial console either
> > does not show anything, or just prints garbage.
> > 
> > Reverting cb75a8fcd14e makes things work again on next-20150130.
> > 
> > Any ideas?
> 
> Stephen posted a patch[0] to fix this. I've squashed that into Tomeu's
> commit that you reference above and my Panda board is booting fine once
> again.
> 
> [0] http://lkml.kernel.org/r/<20150131013158.GA4323@codeaurora.org>
> 
> Please let me know if any other issues pop up. There are new WARNs for
> OMAP3+ boards introduced by a different patch from Tomeu, but this is
> really because the OMAP DPLL and FAPLL code are dereferencing struct clk
> pointers when they should not be and is a separate issue from the
> constraints patch (with a separate email thread).

Seems Linux next is broken again. Now we omaps get tons of:

clock: dpll_abe_ck failed transition to 'locked'
WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:925 clk_disable+0x28/0x34()

and 

WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/dpll3xxx.c:436
omap3_noncore_dpll_enable+0xdc/0x10c()

Regards,

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-02 16:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31  1:04 Clock Regression in next-20150130 caused by cb75a8fcd14e Tony Lindgren
2015-01-31  1:04 ` Tony Lindgren
2015-01-31  5:31 ` Guenter Roeck
2015-01-31  5:31   ` Guenter Roeck
2015-02-01 23:26 ` Mike Turquette
2015-02-01 23:26   ` Mike Turquette
2015-02-02 16:18   ` Tony Lindgren
2015-02-02 16:18     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.