]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Initial Secure Element API
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 19 Dec 2012 18:11:32 +0000 (19:11 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:51:54 +0000 (00:51 +0100)
commit459a93c164605c40ac4debd29f19a209ff87bb0e
tree1c548396163a30e0e29f6572cf7b6f0c645085ba
parent7764ebe8caf842f7ff0f61625a09bd3a88deec23
NFC: Initial Secure Element API

Each NFC adapter can have several links to different secure elements and
that property needs to be exported by the drivers.
A secure element link can be enabled and disabled, and card emulation will
be handled by the currently active one. Otherwise card emulation will be
host implemented.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcwilink.c
drivers/nfc/pn533.c
drivers/nfc/pn544/pn544.c
include/net/nfc/hci.h
include/net/nfc/nci_core.h
include/net/nfc/nfc.h
include/uapi/linux/nfc.h
net/nfc/core.c
net/nfc/hci/core.c
net/nfc/nci/core.c
net/nfc/netlink.c