PM: Add user-space wake lock api.
authorArve Hjønnevåg <arve@android.com>
Fri, 10 Oct 2008 04:01:46 +0000 (21:01 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:08:42 +0000 (09:08 -0700)
commit47dfb46bf609015a383206417c8e596df1d84017
tree19a77e0c978ccff1b9af287d86d8feb6539f2fe7
parentb0dc34309fc9f98de480aa383c7f6f035ce3b54a
PM: Add user-space wake lock api.

This adds /sys/power/wake_lock and /sys/power/wake_unlock.
Writing a string to wake_lock creates a wake lock the
first time is sees a string and locks it. Optionally, the
string can be followed by a timeout.
To unlock the wake lock, write the same string to wake_unlock.

Change-Id: I66c6e3fe6487d17f9c2fafde1174042e57d15cd7
kernel/power/Kconfig
kernel/power/Makefile
kernel/power/main.c
kernel/power/power.h
kernel/power/userwakelock.c [new file with mode: 0644]