NFC: add nfc subsystem core
authorLauro Ramos Venancio <lauro.venancio@openbossa.org>
Fri, 1 Jul 2011 22:31:33 +0000 (19:31 -0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jul 2011 19:26:57 +0000 (15:26 -0400)
commit3e256b8f8dfa309a80b5dece388d85d9a9801a29
treed5936ec25998426c2166dbd954b0fd8cc32c56af
parent2b4562dfd6ad3579951de21168cb9d266ed3f1bd
NFC: add nfc subsystem core

The NFC subsystem core is responsible for providing the device driver
interface. It is also responsible for providing an interface to the control
operations and data exchange.

Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/Kconfig
drivers/Makefile
drivers/nfc/Kconfig
drivers/nfc/Makefile
include/net/nfc.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/nfc/Kconfig [new file with mode: 0644]
net/nfc/Makefile [new file with mode: 0644]
net/nfc/core.c [new file with mode: 0644]
net/nfc/nfc.h [new file with mode: 0644]