From: Peter Barada <peterb@logicpd.com>
To: linux-omap <linux-omap@vger.kernel.org>
Subject: OMAP PM question
Date: Thu, 23 Jul 2009 14:22:57 -0400 [thread overview]
Message-ID: <1248373377.891.17.camel@blitz> (raw)
Kevin,
I'm trying to port over the 2.6.30 OMAP PM branch on Logic's SOM, pulled
from just a few days ago before the rebase to 2.6.31-rc1:
http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=commit;h=e0cffc298098263630b83c458b8fce754badb9a3
Unfortunately It doesn't go into retention due to MPU_CLK being defined
as "virt_pcrm_set" where no virt_pcrm_set exists for OMAP3. Once I
changed MPU_CLK to "arm_fck" for OMAP3 as suggested by Rajendra in
http://patchwork.kernel.org/patch/18626/ the board goes into
retention, but it won't resume on a serial RX event. I wonder if
Rajendra's change is correct.
1) Which config did you use on the PM tree in the 2.6.30 timeframe so
can start over from a known config/board description (that goes into
retention and comes back out) instead of what I rolled from the rx51 for
Logic's OMAP35x SOM. Looking in arch/arm/configs, the only omap3 config
that has CONFIG_PM=y is for the evm. Is this the one?
2) Is there anything special necessary to have a serial RX event force a
wakeup?
3) Do you have a wake-on-timer patch that works in this tree?
4) I've noticed the board hangs after a while of inactivity on the
serial power - I've tried cranking up the DEFAULT_TIMEOUT in
arch/arm/mach-omap2/serial.c to (50 * HZ), and then disabling the
timeout by "echo 0 > /sys/devices/platform/serial/8250.0/sleep_timeout",
but the hang still happens after a period of inactivity - characters
typed at ttyS0 don't get echoed back. How do I enable wake on serial,
or is it on by default?
--
Peter Barada <peterb@logicpd.com>
Logic Product Development, Inc.
next reply other threads:[~2009-07-23 18:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-23 18:22 Peter Barada [this message]
2009-07-24 7:19 ` OMAP PM question Roger Quadros
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=1248373377.891.17.camel@blitz \
--to=peterb@logicpd.com \
--cc=linux-omap@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox