commit | 323389bf0616098fd405fadfb532189543ccd928 | [log] [tgz] |
---|---|---|
author | Houston Hoffman <hhoffman@codeaurora.org> | Wed Jul 02 21:03:33 2014 -0700 |
committer | Houston Hoffman <hhoffman@codeaurora.org> | Wed Jul 02 21:03:33 2014 -0700 |
tree | 41a87260a6a9a937b05992c24e05c84aeae8923b | |
parent | b282a60c132fe00efafe704cdba80b9f80857d31 [diff] |
NFC: NFC reset wait causes bark due to excessive logging It takes almost 15 msec for reset notification to be received from NFCC and due to this NFC kernel device was waiting for 10uSec loop which was causing bark due to excessive logging. GPIO was also not needed to be controlled twice. Add some logging for the NFC device for debugging. Change-Id: I4335cbff61f16a2d93fccea8c7e39f0b430e0009 CRs-Fixed: 653737 Signed-off-by: Houston Hoffman <hhoffman@codeaurora.org>