aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/wakelock.c
Commit message (Expand)AuthorAgeFilesLines
* PM: Backoff suspend if repeated attempts failTodd Poynor2011-09-061-4/+35
* PM: wakelocks: Display wakelocks preventing suspend by defaultTodd Poynor2011-08-101-1/+1
* PM: wakelocks: Don't report wake up wakelock if suspend abortedTodd Poynor2011-08-081-1/+1
* power: wakelock: use get_xtime_and_monotonic_and_sleep_offset in get_expired_...Colin Cross2011-06-141-9/+5
* power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_mono...Erik Gilling2011-06-141-1/+1
* wakelock: Fix operator precedence bugColin Cross2011-06-141-1/+1
* power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan2011-06-141-5/+10
* PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of...Arve Hjønnevåg2011-06-141-28/+23
* power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling2011-06-141-19/+25
* power: Prevent spinlock recursion when wake_unlock() is calledMike Chan2011-06-141-3/+2
* PM: Implement wakelock api.Arve Hjønnevåg2011-06-141-0/+602