1
0
Fork 0
alistair23-linux/drivers/nfc/microread
Samuel Ortiz 0b456c418a NFC: Remove the static supported_se field
Supported secure elements are typically found during a discovery process
initiated when the NFC controller is up and running. For a given NFC
chipset there can be many configurations (embedded SE or not, with or
without a SIM card wired to the NFC controller SWP interface, etc...) and
thus driver code will never know before hand which SEs are available.
So we remove this field, it will be replaced by a real SE discovery
mechanism.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-06-14 13:44:19 +02:00
..
Kconfig NFC: mei: Add a common mei bus API for NFC drivers 2013-04-16 00:39:31 +02:00
Makefile NFC: microread: Add MEI physical layer 2013-02-08 12:18:32 +01:00
i2c.c
mei.c NFC: mei: Do not disable MEI devices from their remove routine 2013-05-21 10:48:41 +02:00
microread.c NFC: Remove the static supported_se field 2013-06-14 13:44:19 +02:00
microread.h