[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220225112405.355599-1-Jerome.Pouiller@silabs.com>
Date: Fri, 25 Feb 2022 12:23:55 +0100
From: Jerome Pouiller <Jerome.Pouiller@...abs.com>
To: linux-wireless@...r.kernel.org, Kalle Valo <kvalo@...nel.org>
Cc: devel@...verdev.osuosl.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jérôme Pouiller
<jerome.pouiller@...abs.com>
Subject: [PATCH 00/10] staging: wfx: usual maintenance
From: Jérôme Pouiller <jerome.pouiller@...abs.com>
This PR contains fixes for various small defects I have seen these last
weeks.
Jérôme Pouiller (10):
staging: wfx: sta.o was linked twice
staging: wfx: fix struct alignment
staging: wfx: format comments on 100 columns
staging: wfx: format code on 100 columns
staging: wfx: remove useless variable
staging: wfx: drop useless include
staging: wfx: remove duplicated code in wfx_cmd_send()
staging: wfx: prefer to wait for an event instead to sleep
staging: wfx: ensure HIF request has been sent before polling
staging: wfx: flags for SPI IRQ were ignored
drivers/staging/wfx/Makefile | 1 -
drivers/staging/wfx/bh.c | 1 +
drivers/staging/wfx/bus_spi.c | 30 +++++++++++++++---------------
drivers/staging/wfx/data_tx.c | 8 ++------
drivers/staging/wfx/fwio.c | 3 +--
drivers/staging/wfx/hif_api_cmd.h | 2 --
drivers/staging/wfx/hif_rx.c | 3 +--
drivers/staging/wfx/hif_tx.c | 13 ++++++-------
drivers/staging/wfx/hif_tx_mib.c | 3 +--
drivers/staging/wfx/hwio.c | 9 +++------
drivers/staging/wfx/queue.c | 9 ++++-----
drivers/staging/wfx/sta.c | 11 +++++------
drivers/staging/wfx/sta.h | 3 +--
13 files changed, 40 insertions(+), 56 deletions(-)
--
2.34.1
Powered by blists - more mailing lists