OSDN Git Service

NFC: CE transaction failed during system suspend
authorGaurav Singhal <gsinghal@codeaurora.org>
Fri, 20 May 2016 07:31:15 +0000 (13:01 +0530)
committerKyle Yan <kyan@codeaurora.org>
Tue, 31 May 2016 22:24:53 +0000 (15:24 -0700)
commit1b18e29caa3f890a314414a50ee2c8cd5a9bb8ef
tree1aef5d0dcb3495f4e4b0191bed5ecef1e5e0da10
parent36a70eb4e5ce15ec7ee9dca51c010805934f24bc
NFC: CE transaction failed during system suspend

IRQ was disabled at suspend so system was not able to
wake up during CE transaction.

Even after irq was enabled we were not able to wake up in irq handler
because wakeup event was not going due to is_suspended condition.

Change-Id: I5a088230786ef780cca0a3b767ad80e7b0c69f9e
Signed-off-by: Gaurav Singhal <gsinghal@codeaurora.org>
drivers/nfc/nq-nci.c