All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about clk->usecount
@ 2011-10-25  0:44 kuninori.morimoto.gx
  2011-10-28  5:36 ` Paul Mundt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kuninori.morimoto.gx @ 2011-10-25  0:44 UTC (permalink / raw)
  To: linux-sh


Hi SH ML

renesas_usbhs and sh_eth seems break in SH7724 ecovec board
from 794d78fea51504bad3880d14f354a9847f318f25 (drivers: sh: late disabling of clocks V2)
So I debuged it.

when these driver call pm_runtime_get_sync(),
then, arch/sh/kernel/cpu/hwblk.c :: hwblk_enable() are called,
and it enabled MSTP bit.
This is OK.

But clk_late_init() disabled it.

Does hwblk/pm_runtime (?) not care clk->usecount ?

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

end of thread, other threads:[~2011-11-11  8:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25  0:44 Question about clk->usecount kuninori.morimoto.gx
2011-10-28  5:36 ` Paul Mundt
2011-10-28 10:53 ` Kuninori Morimoto
2011-11-04  3:30 ` Paul Mundt
2011-11-04  4:30 ` Kuninori Morimoto
2011-11-11  5:42 ` Paul Mundt
2011-11-11  8:30 ` Kuninori Morimoto

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.