]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Add secure elements addition and removal API
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 10 May 2013 13:28:38 +0000 (15:28 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 14 Jun 2013 11:44:58 +0000 (13:44 +0200)
commit52b46f75c525e03317bcb651cabfd2c892a83e14
treef481af4d3a05bd2f1b707a074cc49cf2d4a9f93b
parent57ff540faa3918c6f0fdbf7ac916343ef83e835b
NFC: Add secure elements addition and removal API

This API will allow NFC drivers to add and remove the secure elements
they know about or detect. Typically this should be called (asynchronously
or not) from the driver or the host interface stack detect_se hook.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/nfc.h
include/uapi/linux/nfc.h
net/nfc/core.c