All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: cpufreq@www.linux.org.uk
Subject: cpufreq on ARM - 2.6 problem
Date: Tue, 2 Sep 2003 18:21:59 +0100	[thread overview]
Message-ID: <20030902182158.C9345@flint.arm.linux.org.uk> (raw)

Hi,

There seems to be a problem with cpufreq on SA11x0 platforms when resuming.
The effect seems to be a hang.  I suspect that this is caused by the cpufreq
resume method being a sys device (and therefore called with interrupts off).
It sets the CPU clock rate, which in turn calls the transition notifier,
which might (and does) sleep.

(of course, all this happens when the serial console is disabled because
its a device not a sysdevice, so getting debug out of the system is nigh
on impossible.)

I'm not sure what the right way to handle this is, and still ensure that
all drivers have the right settings for stuff like SDRAM and LCD timings.

I'm also concerned that the backport of 2.6 stuff to 2.4 may introduce
the same problem into 2.4 kernels.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

             reply	other threads:[~2003-09-02 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-02 17:21 Russell King [this message]
2003-09-02 20:04 ` cpufreq on ARM - 2.6 problem Dominik Brodowski
2003-09-02 22:28   ` Russell King

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=20030902182158.C9345@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=cpufreq@www.linux.org.uk \
    /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.