Re: Re : [HELP] Power management for embedded system

From: Matthew Garrett
Date: Thu Aug 24 2006 - 12:19:40 EST


On Thu, Aug 24, 2006 at 11:12:05AM +0100, Richard Purdie wrote:

> It would be nice to move that to some arch independent generic
> implementation of these things and to leave the APM emulation behind.
> The battery information should be a sysfs class (see the backlight/led
> classes as examples of sysfs classes). The suspend/resume event handling
> would be something new as far as I know and ideally should support
> suspending/resuming individual sections of device hardware as well as
> the whole system.

Triggering suspend/resume is already generic in the form of the
/sys/power/state interface. There's been discussion of producing a
generic battery class lately. There's some trend towards tying suspend
requests into the input layer, but how appropriate that is may depend on
the hardware in question. I think most of the pieces are in place to
provide an interface that isn't tied to looking like APM, and there's
certainly one or two moderately compelling reasons to avoid the APM
emulation limitations.

--
Matthew Garrett | mjg59@xxxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/