Wake_lock in linux kernel

2013-03-20 Thread Ben Wu
Dear All: I now study power driver in linux source code, but didn't find some doc about liux,all the doc was for android, can some help me?BTW,how /sys/power interactive with linux kernel?? Many thanks___ Kernelnewbies mailing list

wake_lock in linux kernel

2013-03-20 Thread Ben Wu
Dear All:   I now study power driver in linux source code, but didn't find some doc about liux,all the doc was for android, can some help me?BTW,how /sys/power interactive with linux kernel?? Many thanks___ Kernelnewbies mailing list

Re: wake_lock in linux kernel

2013-03-20 Thread Yuva Raj
Hi Ben, Please find the below the link to kernel power management related docs. https://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt This will explain about how /sys/power/ can be interactive. You can refer /sys/power/pm_test file for testing the power management