]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: Add nci suite
authorBongsu Jeon <bongsu.jeon@samsung.com>
Wed, 27 Jan 2021 13:08:29 +0000 (22:08 +0900)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Jan 2021 02:03:33 +0000 (18:03 -0800)
commited5d0a85ab9b3618c7c2791277fd97bf78dced0d
treeaf44c271e98bb7bea6688ab9da38fc41fa60e74d
parentc516cec61c966e808228aa27a2ca9d5d4a8963a3
selftests: Add nci suite

This is the NCI test suite. It tests the NFC/NCI module using virtual NCI
device. Test cases consist of making the virtual NCI device on/off and
controlling the device's polling for NCI1.0 and NCI2.0 version.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/nci/Makefile [new file with mode: 0644]
tools/testing/selftests/nci/config [new file with mode: 0644]
tools/testing/selftests/nci/nci_dev.c [new file with mode: 0644]