From: Olivier Guiter Date: Mon, 23 Sep 2013 10:24:39 +0000 (+0200) Subject: NFC: pn533: Target mode Tx fragmentation support X-Git-Tag: v3.13-rc1~105^2~55^2^2~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ad42020c2d3fb4a277cc04c014e1ea0d8b0850;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed