linux/include/net/nfc
Frederic Danis 8a00a61b0e NFC: Add basic NCI over SPI
The NFC Forum defines a transport interface based on
Serial Peripheral Interface (SPI) for the NFC Controller
Interface (NCI).

This module implements the SPI transport of NCI, calling SPI module
directly to read/write data to NFC controller (NFCC).

NFCC driver should provide functions performing device open and close.
It should also provide functions asserting/de-asserting interruption
to prevent TX/RX race conditions.
NFCC driver can also fix a delay between transactions if needed by
the hardware.

Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-06-14 13:44:03 +02:00
..
hci.h NFC: HCI: Implement fw_upload ops 2013-06-14 00:26:09 +02:00
llc.h NFC: Add an shdlc llc module to llc core 2012-09-25 00:17:25 +02:00
nci_core.h NFC: Add basic NCI over SPI 2013-06-14 13:44:03 +02:00
nci.h NFC: Parse NCI NFC-DEP activation params 2012-09-25 00:17:23 +02:00
nfc.h NFC: Add firmware upload netlink command 2013-06-14 00:26:08 +02:00