[linux-pm] [PATCH 3/6] [-mm]: ACPI: duplicate ACPI sleep "alarm" attribute in sysfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > This adds a new "wakealarm" sysfs attribute to RTC class devices which
> > support alarm operations and are wakeup-capable:
> > 
> >  - It reads as either empty, or the scheduled alarm time as seconds
> >    since the POSIX epoch.  (That time may already have passed, since
> >    nothing currently enforces one-shot alarm semantics...)
> > 
> >  - It can be written with an alarm time in the future, again seconds
> >    since the POSIX epoch, which enables the alarm.
> > 
> >  - It can be written with an alarm time not in the future (such as 0,
> >    the start of the POSIX epoch) to disable the alarm.
> > 
> > ...
> 
> How do I ask to wake up "as soon as possible"?

That doesn't exactly correspond to a hardware mechanism.  The hardware
supports only "wake up at <this> specific time".

 
> This is what a box that is testing suspend-resume would want to do.

What I've done in that case is notice how long the suspend cycle takes,
add a bit of fuzz (I use 10 seconds), and specify that for the relative
"when to wake" time.

Of course, "how long suspend takes" is variable.  If you disable IDE DMA
(maybe the native driver doesn't suspend right yet?), suspend-to-disk
seems to take forever on a PC.

And even without suspend-to-disk, it often doesn't seem to be as quick
as you'd think it should be.  Traversing the list of devices, and then
suspending them, seems to take surprisingly long even on slim systems
without ACPI in the way.

On the plus side, at least most systems seem to be able to handle RTCs
as wakeup devices, so at least you _can_ automate that testing!

- Dave



[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux