[PATCH v2 0/6] staging: WF200 driver fixes

From: MichaÅ MirosÅaw
Date: Tue Feb 11 2020 - 05:35:04 EST


A set of fixes for WF200 WiFi module driver. Three are bug fixes,
all the rest: cleanups and optimizations.

v2:
use devres for fixing init/interrupt race, as suggested by Dan Carpenter
add Fixes: tags dropped by accident
remove 8-bit SPI fall-back patch

MichaÅ MirosÅaw (6):
staging: wfx: fix init/remove vs IRQ race
staging: wfx: annotate nested gc_list vs tx queue locking
staging: wfx: add proper "compatible" string
staging: wfx: follow compatible = vendor,chip format
staging: wfx: use sleeping gpio accessors
staging: wfx: use more power-efficient sleep for reset

.../bindings/net/wireless/siliabs,wfx.txt | 11 ++---
drivers/staging/wfx/bh.c | 8 ++--
drivers/staging/wfx/bus_sdio.c | 16 +++----
drivers/staging/wfx/bus_spi.c | 45 +++++++++++--------
drivers/staging/wfx/hwio.c | 2 +-
drivers/staging/wfx/main.c | 23 ++++++----
drivers/staging/wfx/main.h | 1 -
drivers/staging/wfx/queue.c | 16 +++----
8 files changed, 66 insertions(+), 56 deletions(-)

--
2.20.1