]> 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)
commit5012fd8e389bf8d61ef46789afee751e08163429
treeaf44c271e98bb7bea6688ab9da38fc41fa60e74d
parentee0465357db1114c49f0214ffea0588d3cd9a584
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]