From: Eric Lapuyade Date: Mon, 7 May 2012 10:31:15 +0000 (+0200) Subject: NFC: Specify usage for targets found and target lost events X-Git-Tag: v3.5-rc1~101^2~6^2^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ccb132801aeeb2cfd18c4b4b7fa0043ab37f80;p=pandora-kernel.git NFC: Specify usage for targets found and target lost events It is now specified that nfc_target_found() and nfc_target_lost() core functions must not be called from an atomic context. This allow us to serialize calls and protect the targets table using the nfc device lock instead of a spinlock. Signed-off-by: Eric Lapuyade Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed