Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1377005

Re: Nokia N900 retention mode in v4.6, camera buttons fun

From Tony Lindgren <tony@atomide.com>
Newsgroups linux.kernel
Subject Re: Nokia N900 retention mode in v4.6, camera buttons fun
Date 2016-04-12 18:40 +0200
Message-ID <rn9w6-1Xf-13@gated-at.bofh.it> (permalink)
References (5 earlier) <rmGu7-3xh-31@gated-at.bofh.it> <rmGDM-3Br-11@gated-at.bofh.it> <rmRpv-3Vw-7@gated-at.bofh.it> <rn5st-7hl-9@gated-at.bofh.it> <rn5LQ-7sP-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* Pavel Machek <pavel@ucw.cz> [160412 05:31]:
> Hi!
> 
> > > > Ok, it works now. I was doing tests in daylight so it was poorly
> > > > visible. The right part of keyboard stays lit (but that's expected
> > > > AFAICT), but the left part blinks.
> > > 
> > > During idle, both should go off and are doing so for me. Both LEDs off
> > > indicates off mode, left LED off is for retention mode. So you still
> > > have something blocking off mode, maybe check:
> > > 
> > > echo 1 > /sys/kernel/debug/pm_debug/enable_off_mode
> > 
> > What is the power difference between retention and off? I'm now down
> > to cca 25mA, which should be around 50 hours standby time. Not ideal,
> > but should be usable.

The 25mA sounds way too big to me even for retention mode, some
devices must be still on.

The off mode makes a huge difference for standby time, it should cut
down the total power consumption to something like 10+ mW with modem
enabled. Aproximately the breakdown is roughly: 900 uW for omap, 5 mW
for memory and 5 or more for the modem. Sorry I don't know the exact
numbers for the modem. But with 37xx torpedo, mainline kernel is
already getting very close to the 900 uW + 5 mW numbers for the CPU
module during idle measured from the ina219 shunt on the torpedo devkit.

> > In the meantime, I found what is causing the rention mode to break for
> > me: CONFIG_HSI (aka wireless modem support). With HSI off, it seems to work.
> > 
> > I still get problems with the camera button, in config similar to
> > defconfig.  For some reason, I'm even getting (autorepeating) ^@ on
> > console. As long as I hold camera button down, I even get it into off
> > mode for brief period.
> 
> Ok, if I turn off CONFIG_KEYBOARD_GPIO, I get it into off
> mode... once per screen blank, for about a second. (Does CONFIG_KEYBOARD_GPIO also cause
> problems for you?)
> 
> Any idea why it enters off mode only once after each screenblank?

After disabling CONFIG_PROVE_LOCKING, loading the LCD modules, and
blanking the screen, my n900 hits off mode just fine about once
a second. Sounds like you still have some extra devices enabled
causing it.

With LCD enabled, both LEDs are on contantly. I think we should
be able to hit retention in that state, at least n950 is doing it
with the Nokia kernel.

Regards,

Tony

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: N900 sleep mode (in 4.5-rc0, if that matters) Pavel Machek <pavel@ucw.cz> - 2016-04-04 23:40 +0200
  Re: N900 sleep mode (in 4.5-rc0, if that matters) Tony Lindgren <tony@atomide.com> - 2016-04-05 00:10 +0200
    Re: N900 sleep mode (in 4.5-rc0, if that matters) Pavel Machek <pavel@ucw.cz> - 2016-04-05 12:10 +0200
    Re: N900 sleep mode (in 4.5-rc0, if that matters) Pavel Machek <pavel@ucw.cz> - 2016-04-05 15:20 +0200
    4.4: camera and unlock buttons produce tons of interrupts (was Re:  N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-05 16:30 +0200
      Re: 4.4: camera and unlock buttons produce tons of interrupts (was  Re: N900 sleep mode) Tony Lindgren <tony@atomide.com> - 2016-04-05 17:30 +0200
        Re: 4.4: camera and unlock buttons produce tons of interrupts (was  Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-05 23:00 +0200
          Re: 4.4: camera and unlock buttons produce tons of interrupts (was  Re: N900 sleep mode) Tony Lindgren <tony@atomide.com> - 2016-04-07 19:50 +0200
            Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-07 21:50 +0200
              Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Tony Lindgren <tony@atomide.com> - 2016-04-07 23:40 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-08 01:10 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Tony Lindgren <tony@atomide.com> - 2016-04-08 01:50 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-08 11:30 +0200
                4.6-rc2: regression with omap video and lockdep (was Re: 4.4, 4.6:  camera and unlock buttons produce tons of interrupts (was Re: N900 sleep  mode)) Pavel Machek <pavel@ucw.cz> - 2016-04-11 10:30 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-11 11:40 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Pavel Machek <pavel@ucw.cz> - 2016-04-11 11:50 +0200
                Re: 4.4, 4.6: camera and unlock buttons produce tons of interrupts  (was Re: N900 sleep mode) Tony Lindgren <tony@atomide.com> - 2016-04-11 23:20 +0200
                Nokia N900 retention mode in v4.6, camera buttons fun Pavel Machek <pavel@ucw.cz> - 2016-04-12 14:20 +0200
                Re: Nokia N900 retention mode in v4.6, camera buttons fun Pavel Machek <pavel@ucw.cz> - 2016-04-12 14:40 +0200
                Re: Nokia N900 retention mode in v4.6, camera buttons fun Tony Lindgren <tony@atomide.com> - 2016-04-12 18:40 +0200
                Re: Nokia N900 retention mode in v4.6, camera buttons fun Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-04-13 08:00 +0200
                Re: Nokia N900 retention mode in v4.6, camera buttons fun Tony Lindgren <tony@atomide.com> - 2016-04-13 17:20 +0200

csiph-web