All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] staging: WF200 driver fixes
@ 2020-02-11 10:34 ` Michał Mirosław
  0 siblings, 0 replies; 20+ messages in thread
From: Michał Mirosław @ 2020-02-11 10:34 UTC (permalink / raw)
  To: Jérôme Pouiller, Greg Kroah-Hartman; +Cc: devel, linux-kernel

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


From 08a65da2e2ce94be8a7d00cc692166404ea3e08d Mon Sep 17 00:00:00 2001
Message-Id: <cover.1581416380.git.mirq-linux@rere.qmqm.pl>
From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= <mirq-linux@rere.qmqm.pl>
Date: Tue, 11 Feb 2020 11:19:40 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
To:	=?UTF-8?B?SsOpcsO0bWU=?= Pouiller <jerome.pouiller@silabs.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc:	devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org

Michał Mirosław (7):
  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: try 16-bit word mode first
  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                 | 52 +++++++++++--------
 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, 71 insertions(+), 58 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-02-11 15:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 10:34 [PATCH v2 0/6] staging: WF200 driver fixes Michał Mirosław
2020-02-11 10:34 ` Michał Mirosław
2020-02-11 10:35 ` [PATCH v2 1/6] staging: wfx: fix init/remove vs IRQ race Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław
2020-02-11 11:19   ` Jérôme Pouiller
2020-02-11 11:19     ` Jérôme Pouiller
2020-02-11 12:49     ` Michał Mirosław
2020-02-11 12:49       ` Michał Mirosław
2020-02-11 15:20       ` Jérôme Pouiller
2020-02-11 15:20         ` Jérôme Pouiller
2020-02-11 10:35 ` [PATCH v2 2/6] staging: wfx: annotate nested gc_list vs tx queue locking Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław
2020-02-11 10:35 ` [PATCH v2 3/6] staging: wfx: add proper "compatible" string Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław
2020-02-11 10:35 ` [PATCH v2 4/6] staging: wfx: follow compatible = vendor,chip format Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław
2020-02-11 10:35 ` [PATCH v2 5/6] staging: wfx: use sleeping gpio accessors Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław
2020-02-11 10:35 ` [PATCH v2 6/6] staging: wfx: use more power-efficient sleep for reset Michał Mirosław
2020-02-11 10:35   ` Michał Mirosław

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.