Hi,
I am trying to backport kernel power mgmt function from
2.4.8-ac12-rmk1-np2 to 2.4.5 based kernel.I copied pm.c
sleep.S,cpu-sa1110.c code into arch/arm/mach-sa1100 and
modified the blob code to support resume functions.When
i say echo > /proc/sys/pm/suspend on the command prompt
the machine(assabet) goes to suspend mode and comes up
after 20 secs(I set RTC to wake it up).After resuming
it prints "Going to sleep" which is the first line
i put in pm_do_suspend followed by ***made it back from
resume.
The whole sequence is
prompt> echo > /proc/sys/pm/suspend
Going to sleep
(....zzzz for 20 secs)
Going to sleep
***made it back from resume
prompt>
Is the sequence correct?I am confused by Gping to sleep
coming twice.Also is "***made it back from resume"
normal sequence of resume?
If not what am i missing here although i retrieve the
contents os lcd and prompt back.
TIA
Anand
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.