From: Samuel Ortiz Date: Tue, 27 Aug 2013 22:39:48 +0000 (+0200) Subject: NFC: Define secure element IO API and commands X-Git-Tag: v3.13-rc1~105^2~55^2^2~51^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b70b6ec4fa7da86a3ac0aacee699b18d94fc3b;p=pandora-kernel.git NFC: Define secure element IO API and commands In order to send and receive ISO7816 APDUs to and from NFC embedded secure elements, we define a specific netlink command. On a typical SE use case, host applications will send very few APDUs (Less than 10) per transaction. This is why we decided to go for a simple netlink API. Defining another NFC socket protocol for such low traffic would have been overengineered. Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed