]> 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)
commit6b4c8579beec8b5e38389f1311f8579a27e6261e
treef481af4d3a05bd2f1b707a074cc49cf2d4a9f93b
parentb5c4de219ab80762f65c20bb55f05c3e6c4bdf85
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