All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: javier Martin <javier.martin@vista-silicon.com>
Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>,
	linux-omap@vger.kernel.org, Koen Kooi <koen@beagleboard.org>
Subject: Re: cpuidle status in mainline for Beagleboard xM
Date: Fri, 02 Sep 2011 10:14:11 -0700	[thread overview]
Message-ID: <87fwke989o.fsf@ti.com> (raw)
In-Reply-To: <CACKLOr1h23n-dSCZ6Dqzo_EW_6fyieZodCKfXFmn7i2tL=hQCQ@mail.gmail.com> (javier Martin's message of "Fri, 2 Sep 2011 09:23:52 +0200")

javier Martin <javier.martin@vista-silicon.com> writes:

> On 2 September 2011 08:05, Jarkko Nikula <jarkko.nikula@bitmer.com> wrote:
>> Other usual things to check that display is off (echo 1 >
>> /sys/class/graphics/fb0/blank) and no cable to musb/otg port.
>>
>> Haven't tried myself with recent kernel but does EHCI and hub on XM let to
>> idle cpu at all? At least on one board having on-board hub I had to disable
>> or unload ehci module in order to hit the retention.
>>
>
> I've checked that too and I've even disabled USB support in the kernel
> just to be sure. But still nothing:
>
> root@beagleboard:~# powertop -d -t 100
> PowerTOP 1.12   (C) 2007, 2008 Intel Corporation
>
> Collecting data for 100 seconds
>
>
> Cn                Avg residency
> C0 (cpu running)        ( 0.0%)
> C0               58.5ms (100.0%)
> C1                0.0ms ( 0.0%)
> C2                0.0ms ( 0.0%)
> C3                0.0ms ( 0.0%)
> C4                0.0ms ( 0.0%)
> C5                0.0ms ( 0.0%)
> C6                0.0ms ( 0.0%)
>
> Even when CPU has been idle 100% of the time it doesn't hit any state
> deeper than C0.

Did you allow the UARTs to idle:

# UART timeouts: omap-serial (4th UART only on OMAP36xx and OMAP4)
echo 5 > /sys/devices/platform/omap/omap_uart.0/sleep_timeout               
echo 5 > /sys/devices/platform/omap/omap_uart.1/sleep_timeout               
echo 5 > /sys/devices/platform/omap/omap_uart.2/sleep_timeout               
echo 5 > /sys/devices/platform/omap/omap_uart.3/sleep_timeout               

I just tested this using today's linux-omap master branch (+ merged
v3.1-rc4 which includes a fix for a bootup problem.)

I booted my Beagle XM with a busybox rootfs on MMC and it worked fine
for me.

I don't have powertop on the rootfs, but I manually dumped the sysfs
files that powertop reads, so I can see the state times.

After allowing the UARTs to idle, I see:

# cd /sys/devices/system/cpu/cpu0
/sys/devices/system/cpu/cpu0/cpuidle # cat state?/time                          
43531831                                                                        
8997                                                                            
157215                                                                          
0                                                                               
3467925                                                                         
0                                                                               
0                                                                               


Kevin

  reply	other threads:[~2011-09-02 17:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-01 14:14 cpuidle status in mainline for Beagleboard xM javier Martin
2011-09-01 15:10 ` Kevin Hilman
2011-09-01 15:33   ` javier Martin
2011-09-01 17:46     ` Kevin Hilman
2011-09-02  6:05       ` Jarkko Nikula
2011-09-02  7:23         ` javier Martin
2011-09-02 17:14           ` Kevin Hilman [this message]
2011-09-05  8:04             ` javier Martin
2011-09-06 21:04               ` Kevin Hilman

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=87fwke989o.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=jarkko.nikula@bitmer.com \
    --cc=javier.martin@vista-silicon.com \
    --cc=koen@beagleboard.org \
    --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 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.