]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: Add a virtual nci device driver
authorBongsu Jeon <bongsu.jeon@samsung.com>
Wed, 27 Jan 2021 13:08:28 +0000 (22:08 +0900)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Jan 2021 02:03:33 +0000 (18:03 -0800)
commitee0465357db1114c49f0214ffea0588d3cd9a584
tree39181eb556ac6ef2259a0b48272793b79393a5e2
parent2a93f3b81fb3f0e4cc61392756de1381ee64ce01
nfc: Add a virtual nci device driver

NCI virtual device simulates a NCI device to the user. It can be used to
validate the NCI module and applications. This driver supports
communication between the virtual NCI device and NCI module.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/nfc/Kconfig
drivers/nfc/Makefile
drivers/nfc/virtual_ncidev.c [new file with mode: 0644]