[Ksummit-discuss] [CORE TOPIC] Mainline kernel on a cellphone

NeilBrown neilb at suse.com
Tue Jul 28 22:03:50 UTC 2015


On Sat, 25 Jul 2015 00:26:03 +0200 "Rafael J. Wysocki"
<rjw at rjwysocki.net> wrote:

> On Thursday, July 23, 2015 11:00:49 PM Tony Lindgren wrote:
> > * NeilBrown <neilb at suse.com> [150723 21:37]:
> > > On Thu, 23 Jul 2015 22:34:29 +0200 Pavel Machek <pavel at ucw.cz> wrote:
> > > > 
> > > > and the big one... for Android people (not me):
> > > > 
> > > > 6) do we need to use s2ram (and then pretend phone is not suspended)
> > > > to save power on cellphones? If so, do we need new interface for
> > > > applications to signal "I'd really like to run"?
> > > > 
> > > 
> > > For the first half of this question, the answer is:
> > >  Probably not.  runtime-pm should be able to put all devices to sleep,
> > >   and cgroup freezer should be able to freeze untrusted processes.
> > 
> > Yes s2ram is just an additional tool. PM runtime alone can
> > already provide a reasonable battery life for a phone as long as
> > it's properly implemented and the hardware supports it. With
> > reasonable battery life in this case I mean over 10 days in idle
> > mode with system running and timers working.
> > 
> > >  But I suspect runtime-pm doesn't provide as much power saving as
> > >  system suspend, and using the cgroup freezer means lots of changes to
> > >  userspace.
> > >  So lots of work would be needed to meet this goal, if it is a
> > >  worthwhile goal.
> > 
> > And with s2ram the difference is that then the system is not running
> > and timers don't work so it really needs to be optional.
> 
> Right.
> 
> Even with suspend-to-idle we can get less energy usage with respect to
> runtime idle (device runtime PM plus cpuidle) just because timer events
> are disabled then.
> 

Is this just the timer interrupt which keeps the clock up to date, or
are there other timer events which keep ticking?

Would it be possible for the wall-clock timer to stop if the system
has been idle for a while, and for the RTC to be used to recover the
correct time when activity restarts?

Thanks,
NeilBrown
 



More information about the Ksummit-discuss mailing list