android_kernel_motorola_sm6225/drivers/nfc
Eric Lapuyade f3e8fb5527 NFC: Modified hci_transceive to become an asynchronous operation
This enables the completion callback to be called from a different
context, preventing a possible deadlock if the callback resulted in the
invocation of a nested call to the currently locked nfc_dev.
This is also more in line with the im_transceive nfc_ops for NFC Core or
NCI drivers which already behave asynchronously.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-09-25 00:17:25 +02:00
..
Kconfig NFC: HCI based pn544 driver 2012-05-15 17:30:30 -04:00
Makefile NFC: HCI based pn544 driver 2012-05-15 17:30:30 -04:00
nfcwilink.c NFC: Use module_platform_driver macro for nfcwilink.c 2012-09-25 00:17:23 +02:00
pn533.c NFC: Don't use WQ_MEM_RECLAIM for pn533 2012-09-25 00:17:24 +02:00
pn544.c drivers/nfc/pn544.c: add missing regulator 2011-02-25 15:07:36 -08:00
pn544_hci.c NFC: Modified hci_transceive to become an asynchronous operation 2012-09-25 00:17:25 +02:00