public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] mwifiex: add support for iw61x
@ 2024-08-26  7:26 Sascha Hauer
  2024-08-26  7:26 ` [PATCH 1/4] wifi: mwifiex: release firmware at remove time Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Sascha Hauer @ 2024-08-26  7:26 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: Calvin Owens, Brian Norris, Kalle Valo, David Lin, linux-wireless,
	linux-kernel, kernel, Sascha Hauer

This series adds support for the iw61x chips to the mwifiex driver.
There are a few things to address, hence the RFC status. See the commit
messages for details. The series is based on wireless-next/main.

I am sending this now since people requested it here [1], but as it's
out now feel free to leave your comments to the issues mentioned (or
others I haven't mentioned ;)

[1] https://lore.kernel.org/all/20240809094533.1660-1-yu-hao.lin@nxp.com/

Sascha


Sascha Hauer (4):
  wifi: mwifiex: release firmware at remove time
  wifi: mwifiex: handle VDLL
  wifi: mwifiex: wait longer for SDIO card status
  mwifiex: add iw61x support

 drivers/net/wireless/marvell/mwifiex/cmdevt.c | 86 +++++++++++++++++++
 drivers/net/wireless/marvell/mwifiex/fw.h     | 16 ++++
 drivers/net/wireless/marvell/mwifiex/main.c   |  9 +-
 drivers/net/wireless/marvell/mwifiex/main.h   |  4 +
 drivers/net/wireless/marvell/mwifiex/sdio.c   | 81 ++++++++++++++++-
 drivers/net/wireless/marvell/mwifiex/sdio.h   |  3 +
 .../net/wireless/marvell/mwifiex/sta_event.c  |  4 +
 .../net/wireless/marvell/mwifiex/uap_event.c  |  4 +
 include/linux/mmc/sdio_ids.h                  |  3 +
 9 files changed, 205 insertions(+), 5 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-09-03  9:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26  7:26 [RFC PATCH 0/4] mwifiex: add support for iw61x Sascha Hauer
2024-08-26  7:26 ` [PATCH 1/4] wifi: mwifiex: release firmware at remove time Sascha Hauer
2024-08-26  7:26 ` [PATCH 2/4] wifi: mwifiex: handle VDLL Sascha Hauer
2024-08-26  7:26 ` [PATCH 3/4] wifi: mwifiex: wait longer for SDIO card status Sascha Hauer
2024-08-26  7:26 ` [PATCH 4/4] mwifiex: add iw61x support Sascha Hauer
2024-08-26  7:57 ` [EXT] [RFC PATCH 0/4] mwifiex: add support for iw61x David Lin
2024-08-26  8:09   ` Francesco Dolcini
2024-08-26  8:12     ` David Lin
2024-09-02  2:24 ` David Lin
2024-09-02  6:40   ` Sascha Hauer
2024-09-02  6:54     ` David Lin
2024-09-02  7:05       ` David Lin
2024-09-02  7:46       ` Sascha Hauer
2024-09-02  8:00         ` David Lin
2024-09-02 13:11           ` Sascha Hauer
2024-09-03  1:51             ` David Lin
2024-09-03  6:33               ` Sascha Hauer
2024-09-03  6:39                 ` David Lin
2024-09-03  7:29                   ` Sascha Hauer
2024-09-03  7:35                     ` David Lin
2024-09-03  7:52                       ` Sascha Hauer
2024-09-03  7:57                         ` David Lin
2024-09-03  9:01                           ` Sascha Hauer

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