]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6c88ea7ddf9a1b8e80dc0d0cf2bcbac140bdcbf
treed5936ec25998426c2166dbd954b0fd8cc32c56af
parentbd46d20d1dbda8f98235333c9577d29a8c5cdec2
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]