NFC: HCI support
authorEric Lapuyade <eric.lapuyade@intel.com>
Tue, 10 Apr 2012 17:43:06 +0000 (19:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Apr 2012 19:10:34 +0000 (15:10 -0400)
commit8b8d2e08bf0d50193931afd27482a59376b66b2b
tree7752d914ca7d89f2f2c00159bb718a53d9980139
parente1da0efa2ee71df957b280bcfa41f82ce6986a1d
NFC: HCI support

This is an implementation of ETSI TS 102 622 specification.
Many NFC chipsets use HCI as the host <-> target protocol on top of a
serial link like i2c.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/nfc/hci.h [new file with mode: 0644]
include/net/nfc/nfc.h
net/nfc/Kconfig
net/nfc/Makefile
net/nfc/hci/Kconfig [new file with mode: 0644]
net/nfc/hci/Makefile [new file with mode: 0644]
net/nfc/hci/command.c [new file with mode: 0644]
net/nfc/hci/core.c [new file with mode: 0644]
net/nfc/hci/hci.h [new file with mode: 0644]
net/nfc/hci/hcp.c [new file with mode: 0644]
This page took 0.02558 seconds and 5 git commands to generate.