Searched hist:"8 a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475" (Results 1 – 3 of 3) sorted by relevance
/linux/net/nfc/nci/ |
H A D | Makefile | diff 8a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475 Wed May 29 15:35:02 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> 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>
|
H A D | Kconfig | diff 8a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475 Wed May 29 15:35:02 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> 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>
|
H A D | spi.c | 8a00a61b0ef2bfd1b468dd20c0d0b1a94a8f7475 Wed May 29 15:35:02 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> 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>
|