mbox series

[net-next,0/3] Update the virtual NCI driver and the NCI selftests

Message ID 20210816040600.175813-1-bongsu.jeon2@gmail.com (mailing list archive)
Headers show
Series Update the virtual NCI driver and the NCI selftests | expand

Message

Bongsu Jeon Aug. 16, 2021, 4:05 a.m. UTC
From: Bongsu Jeon <bongsu.jeon@samsung.com>

This series updates the virtual NCI device driver and NCI selftest code
and add the NCI test case in selftests.
1/3 is the patch to use wait queue in virtual device driver.
2/3 is the patch to remove the polling code in selftests.
3/3 is the patch to add the NCI testcase in selftests.

Bongsu Jeon (3):
  nfc: Change the virtual NCI device driver to use Wait Queue
  selftests: Remove the polling code to read a NCI frame
  selftests: Add the NCI testcase reading T4T Tag

 drivers/nfc/virtual_ncidev.c          |  10 +-
 tools/testing/selftests/nci/nci_dev.c | 417 ++++++++++++++++++++++----
 2 files changed, 362 insertions(+), 65 deletions(-)