kernel-ark/drivers/nfc
Waldemar Rymarkiewicz ddf19d206f NFC: pn533: Simplify __pn533_send_frame_async
In all cases (send_cmd_async, send_data_async and send_sync)
pn533_send_async_complete() handles all responses internally,
so there is no need to pass this as a callback.

Cmd context is passed to __pn533_send_frame_async in all the
cases as well. It's already kept in struct pn533 which is
available all the time the device is attached. So we can make
use of it instead.

Therefore, cmd_complete and cmd_complete_arg are no needed any more.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-04-11 16:29:04 +02:00
..
microread NFC: microread: Fix build failure due to a new MEI bus API 2013-04-01 00:52:42 +02:00
pn544 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2013-01-28 14:43:00 -05:00
Kconfig NFC: Initial support for Inside Secure microread 2013-02-03 20:37:42 +01:00
Makefile NFC: Initial support for Inside Secure microread 2013-02-03 20:37:42 +01:00
nfcwilink.c NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
pn533.c NFC: pn533: Simplify __pn533_send_frame_async 2013-04-11 16:29:04 +02:00