commit | d4ccb132801aeeb2cfd18c4b4b7fa0043ab37f80 | [log] [tgz] |
---|---|---|
author | Eric Lapuyade <eric.lapuyade@intel.com> | Mon May 07 12:31:15 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue May 15 17:28:00 2012 -0400 |
tree | 7f3372d3925e5cb69cb5db5867accee4d17ff9b8 | |
parent | addfabf98daad7b469ad788a622dbeab6aaaa330 [diff] |
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 <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>