Re: [PATCH v4] staging: nrf24: add new driver for 2.4GHz radio transceiver

From: Greg Kroah-Hartman
Date: Tue Feb 19 2019 - 05:20:20 EST


On Wed, Feb 13, 2019 at 08:40:35PM +0100, Marcin Ciupak wrote:
> This patch adds driver for Nordic Semiconductor nRF24L01+ radio
> transceiver.
>
> Signed-off-by: Marcin Ciupak <marcin.s.ciupak@xxxxxxxxx>
> ---
> Changes in v2:
> - add terminating newlines to all logging formats
> Changes in v3:
> - patch subject
> - comments cleanup
> - goto labels cleanup
> - scnprintf bugfix
> - ida_simple_remove bugfix
> Changes in v4:
> - fix smatch warnings

What is preventing this from being merged today with the normal
subsystem for this type of drivers? Why does this have to go into
staging?

thanks,

greg k-h