The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/4] wifi: mwifiex: drop asynchronous init waiting code
@ 2025-04-23  8:21 Sascha Hauer
  2025-04-23  8:21 ` [PATCH v2 1/4] wifi: mwifiex: remove unnecessary queue empty check Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sascha Hauer @ 2025-04-23  8:21 UTC (permalink / raw)
  To: Brian Norris, Francesco Dolcini
  Cc: linux-wireless, linux-kernel, kernel, Sascha Hauer,
	Francesco Dolcini

This is a spin-off from my mwifiex cleanup series. I have split the
original single patch into a series which hopefully makes the changes
easier to follow and verify.

Sascha

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Changes in v2:
- squashed fixup sent separately into series
- Fix some checkpatch warnings in commit messages
- Add Acked-by tags from Brian Norris
- Add Reviewed-by tags from Francesco Dolcini
- Link to v1: https://lore.kernel.org/r/20250410-mwifiex-drop-asynchronous-init-v1-0-6a212fa9185e@pengutronix.de

---
Sascha Hauer (4):
      wifi: mwifiex: remove unnecessary queue empty check
      wifi: mwifiex: let mwifiex_init_fw() return 0 for success
      wifi: mwifiex: drop asynchronous init waiting code
      wifi: mwifiex: remove mwifiex_sta_init_cmd() last argument

 drivers/net/wireless/marvell/mwifiex/cfg80211.c |  8 ++++----
 drivers/net/wireless/marvell/mwifiex/cmdevt.c   | 16 ----------------
 drivers/net/wireless/marvell/mwifiex/init.c     | 21 ++++++++-------------
 drivers/net/wireless/marvell/mwifiex/main.c     | 25 +++----------------------
 drivers/net/wireless/marvell/mwifiex/main.h     |  8 +-------
 drivers/net/wireless/marvell/mwifiex/sta_cmd.c  |  8 +-------
 drivers/net/wireless/marvell/mwifiex/util.c     | 18 ------------------
 7 files changed, 17 insertions(+), 87 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250410-mwifiex-drop-asynchronous-init-a1f2339095a7

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>


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

end of thread, other threads:[~2025-04-24 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23  8:21 [PATCH v2 0/4] wifi: mwifiex: drop asynchronous init waiting code Sascha Hauer
2025-04-23  8:21 ` [PATCH v2 1/4] wifi: mwifiex: remove unnecessary queue empty check Sascha Hauer
2025-04-23  8:21 ` [PATCH v2 2/4] wifi: mwifiex: let mwifiex_init_fw() return 0 for success Sascha Hauer
2025-04-23  8:21 ` [PATCH v2 3/4] wifi: mwifiex: drop asynchronous init waiting code Sascha Hauer
2025-04-23  8:21 ` [PATCH v2 4/4] wifi: mwifiex: remove mwifiex_sta_init_cmd() last argument Sascha Hauer
2025-04-23 13:42 ` [PATCH v2 0/4] wifi: mwifiex: drop asynchronous init waiting code Johannes Berg
2025-04-24 13:08   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox