Age | Commit message (Collapse) | Author |
|
This reverts commit 0f04e9f691396f4d1e4288fff91ae8f5862dbba3.
Enable rtc alarm suspend/resume handlers which were disabled
as WAR.
BUG 773133
Change-Id: I666fdf92cb716b247eea1933d837f4c2439cd6fd
Reviewed-on: http://git-master/r/17179
Tested-by: Nitin Kumbhar <nkumbhar@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-by: Mayuresh Kulkarni <mkulkarni@nvidia.com>
|
|
Conflicts:
drivers/net/wireless/bcm4329/Makefile
Change-Id: I31ce81e09c6f18d6966a5cffebc533453bce02d8
|
|
This is a temporary WAR to avoid the undesired "RTC wakeup"
issue. The original source of the problem seems to be in
userspace. But use this WAR till we find a proper fix.
Bug 773133
Change-Id: I20930056f9a33f539699e777ec9ae45bb4bac34f
Reviewed-on: http://git-master/r/15487
Reviewed-by: Deepesh Subhash Gujarathi (Engrg-Mobile) <dgujarathi@nvidia.com>
Tested-by: Deepesh Subhash Gujarathi (Engrg-Mobile) <dgujarathi@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
|
|
If an alarm was restarted with a value that moved it away from the head
of a queue, the hrtimer would not be updated. This would cause unnecessary
wakeups.
Change-Id: If379f8dd92b0bdb3173bd8d057adfe0dc1d15259
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
Change-Id: Iaefeca497de02fe36b7f5d79075912f6e349ec53
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
Drivers can now create alarms that will use an hrtimer while the
system is running and the rtc to wake up from suspend.
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|