linux/drivers/nfc
Olivier Guiter 93ad42020c NFC: pn533: Target mode Tx fragmentation support
In target mode, when we want to send frames larger than the max length
(PN533_CMD_DATAEXCH_DATA_MAXLEN), we have to split the frame in smaller
chunks and send them, using a specific working queue, with the TgSetMetaData
command. TgSetMetaData sets his own MI bit in the PFB.
The last chunk is sent using the TgSetData command.

Signed-off-by: Olivier Guiter <olivier.guiter@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-09-25 16:02:24 +02:00
..
microread NFC: Standardize logging style 2013-09-25 01:35:39 +02:00
pn544 NFC: Standardize logging style 2013-09-25 01:35:39 +02:00
Kconfig NFC: Add a nfc hardware simulation driver 2013-06-14 13:45:06 +02:00
Makefile NFC: Add a nfc hardware simulation driver 2013-06-14 13:45:06 +02:00
mei_phy.c NFC: Standardize logging style 2013-09-25 01:35:39 +02:00
mei_phy.h NFC: mei: Add a common mei bus API for NFC drivers 2013-04-16 00:39:31 +02:00
nfcsim.c NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level> 2013-09-25 01:35:39 +02:00
nfcwilink.c NFC: nfcwilink: Remove redundant dev_set_drvdata 2013-09-25 02:02:37 +02:00
pn533.c NFC: pn533: Target mode Tx fragmentation support 2013-09-25 16:02:24 +02:00