Re: [PATCH net-next v3 1/2] nfc: Add a virtual nci device driver

2021-01-27 Thread Bongsu Jeon
On Wed, Jan 27, 2021 at 10:42 AM Jakub Kicinski wrote: > > On Sat, 23 Jan 2021 18:24:24 +0900 Bongsu Jeon wrote: > > From: Bongsu Jeon > > > > NCI virtual device simulates a NCI device to the user. It can be used to > > validate the NCI module and applications. This driver supports > > communicat

Re: [PATCH net-next v3 1/2] nfc: Add a virtual nci device driver

2021-01-26 Thread Jakub Kicinski
On Sat, 23 Jan 2021 18:24:24 +0900 Bongsu Jeon wrote: > From: Bongsu Jeon > > 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

[PATCH net-next v3 1/2] nfc: Add a virtual nci device driver

2021-01-23 Thread Bongsu Jeon
From: Bongsu Jeon 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 --- drivers/nfc/Kconfig | 11 ++ drivers/n