From: "Leo L. Schwab" <lschwab@tapwave.com>
To: linux-pm <linux-pm@lists.osdl.org>
Subject: Re: Clock Policy Goes Where?
Date: Fri, 24 Jun 2005 14:26:25 -0700 [thread overview]
Message-ID: <42BC7A81.4000307@tapwave.com> (raw)
In-Reply-To: <20050624131853.GA29336@atomide.com>
[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]
tony@atomide.com wrote:
> Well since they're needed for the system to work, I'd say low-level init
> of clock.c is where they need to be. Otherwise you cannot use clock.c :)
>
Ah. I was using arch_initcall() to setup the clocks, which is far too late
in the boot sequence. Looking more closely at the OMAP support, I see their
clocks are initialized as part of the map_io vector in the ARM machine_desc
structure. I'll go fix that.
> You probably have all the required clocks on already from bootloader. If
> they need to be on all the time, I guess you could just leave those clocks
> out of the clock.c. But depending on the hardware you may also want to be
> able to idle them.
>
The Zodiac only has a 1500mAH battery in it, which we want to last as long
as possible between visits to the cradle, especially when we're,
"suspended." So we need to be able to idle/spin down all unused clocks --
essentially turn off everything that's not actually in use.
Thank you very much for taking the time to respond.
Schwab
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
prev parent reply other threads:[~2005-06-24 21:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-23 20:54 Clock Policy Goes Where? Leo L. Schwab
2005-06-24 13:18 ` tony
2005-06-24 21:26 ` Leo L. Schwab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42BC7A81.4000307@tapwave.com \
--to=lschwab@tapwave.com \
--cc=linux-pm@lists.osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.