public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* clk_disable_unused() is bugged
@ 2008-09-24 10:19 Tero.Kristo
  2008-09-24 14:09 ` Paul Walmsley
  0 siblings, 1 reply; 4+ messages in thread
From: Tero.Kristo @ 2008-09-24 10:19 UTC (permalink / raw)
  To: linux-omap; +Cc: paul

Hi,

clk_disable_unused (in plat-omap/clock.c) is bugged in latest kernel. It
checks whether ck->enable_reg is zero, and in most cases this happens to
be so (CM_FCLKEN = 0.) Seems to be caused by some late change to
clocktree where enable_reg fields are defined as module offsets, not
register addresses. This bug causes several clocks to remain enabled
after boot, and at least on OMAP3 it prevents retention.

Paul, you got a fix coming for this?

-Tero


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

end of thread, other threads:[~2008-09-25  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 10:19 clk_disable_unused() is bugged Tero.Kristo
2008-09-24 14:09 ` Paul Walmsley
2008-09-25  4:53   ` Rajendra Nayak
2008-09-25  7:44     ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox