Re: [PATCH v2] staging: add nrf24 driver

2018-10-16 Thread Marcin Ciupak
On Tue, Oct 16, 2018 at 02:41:50PM +0300, Dan Carpenter wrote: > When we add drivers, can we use the new subsystem prefix for the driver? > In other words: > > [PATCH] staging: nrf24: Add new driver for 2.4Ghz radio transceiver > Sure. > This driver seems basically OK to me. I don't think you ne

Re: [PATCH v2] staging: add nrf24 driver

2018-10-16 Thread Dan Carpenter
When we add drivers, can we use the new subsystem prefix for the driver? In other words: [PATCH] staging: nrf24: Add new driver for 2.4Ghz radio transceiver This driver seems basically OK to me. I don't think you necessarily need to go through staging? Have you tried sending it directly to netd

[PATCH v2] staging: add nrf24 driver

2018-10-16 Thread Marcin Ciupak
This patch adds driver for Nordic Semiconductor nRF24L01+ radio module. Signed-off-by: Marcin Ciupak --- Changes in v2: - add terminating newlines to all logging formats drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/stagin