power: Adds functionality to log the last suspend abort reason.
authorRuchi Kandoi <kandoiruchi@google.com>
Wed, 29 Oct 2014 17:36:27 +0000 (10:36 -0700)
committerRuchi Kandoi <kandoiruchi@google.com>
Wed, 29 Oct 2014 17:36:27 +0000 (10:36 -0700)
commit7af7a7d021416dfdbb30e6b31957297d484ebb97
tree9ae80c9e65d1de719346cbd776a5b41e5d579892
parent13224a7d4e4e4ac6ade52deec32e9f9c28533659
power: Adds functionality to log the last suspend abort reason.

Extends the last_resume_reason to log suspend abort reason. The abort
reasons will have "Abort:" appended at the start to distinguish itself
from the resume reason.

Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Change-Id: I3207f1844e3d87c706dfc298fb10e1c648814c5f
drivers/base/power/main.c
drivers/base/power/wakeup.c
drivers/base/syscore.c
include/linux/suspend.h
include/linux/wakeup_reason.h
kernel/irq/pm.c
kernel/power/process.c
kernel/power/suspend.c
kernel/power/wakeup_reason.c