diff options
author | Bongsu Jeon <bongsu.jeon@samsung.com> | 2021-01-27 22:08:29 +0900 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-29 18:03:33 -0800 |
commit | f595cf1242f3d64d78f9c96fa56bb5e22146d0ca (patch) | |
tree | af44c271e98bb7bea6688ab9da38fc41fa60e74d /MAINTAINERS | |
parent | e624e6c3e777fb3dfed036b9da4d433aee3608a5 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bed957ba73fb..627e90a9e296 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12540,6 +12540,14 @@ F: include/net/nfc/ F: include/uapi/linux/nfc.h F: net/nfc/ +NFC VIRTUAL NCI DEVICE DRIVER +M: Bongsu Jeon <bongsu.jeon@samsung.com> +L: netdev@vger.kernel.org +L: linux-nfc@lists.01.org (moderated for non-subscribers) +S: Supported +F: drivers/nfc/virtual_ncidev.c +F: tools/testing/selftests/nci/ + NFS, SUNRPC, AND LOCKD CLIENTS M: Trond Myklebust <trond.myklebust@hammerspace.com> M: Anna Schumaker <anna.schumaker@netapp.com> |