NFC: basic NCI protocol implementation
The NFC Controller Interface (NCI) is a standard communication protocol between an NFC Controller (NFCC) and a Device Host (DH), defined by the NFC Forum. Signed-off-by:Ilan Elias <ilane@ti.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- include/net/nfc/nci.h 313 additions, 0 deletionsinclude/net/nfc/nci.h
- include/net/nfc/nci_core.h 183 additions, 0 deletionsinclude/net/nfc/nci_core.h
- net/nfc/Kconfig 2 additions, 0 deletionsnet/nfc/Kconfig
- net/nfc/Makefile 1 addition, 0 deletionsnet/nfc/Makefile
- net/nfc/nci/Kconfig 10 additions, 0 deletionsnet/nfc/nci/Kconfig
- net/nfc/nci/Makefile 7 additions, 0 deletionsnet/nfc/nci/Makefile
- net/nfc/nci/core.c 790 additions, 0 deletionsnet/nfc/nci/core.c
- net/nfc/nci/data.c 245 additions, 0 deletionsnet/nfc/nci/data.c
- net/nfc/nci/lib.c 94 additions, 0 deletionsnet/nfc/nci/lib.c
- net/nfc/nci/ntf.c 258 additions, 0 deletionsnet/nfc/nci/ntf.c
- net/nfc/nci/rsp.c 226 additions, 0 deletionsnet/nfc/nci/rsp.c
Please register or sign in to comment