All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH wifi-next 0/6] wifi: Convert to platform remove callback returning void
@ 2023-11-17  9:30 ` Uwe Kleine-König
  0 siblings, 0 replies; 24+ messages in thread
From: Uwe Kleine-König @ 2023-11-17  9:30 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Jeff Johnson, ath11k, linux-wireless, kernel, Jiri Slaby,
	Nick Kossifidis, Luis Chamberlain,
	Toke Høiland-Jørgensen, Loic Poulain, wcn36xx,
	Arend van Spriel, Franky Lin, Hante Meuleman, Hector Martin,
	Linus Walleij, Gustavo A. R. Silva, Jisoo Jang,
	brcm80211-dev-list.pdl, SHA-cyfmac-dev-list, Felix Fietkau,
	Lorenzo Bianconi, Ryder Lee, Shayne Chen, Sean Wang,
	Matthias Brugger, AngeloGioacchino Del Regno, Simon Horman,
	Rob Herring, Wang Yufen, Peter Chiu, Alexander Couzens,
	Jinjie Ruan, linux-arm-kernel, linux-mediatek

Hello,

this series converts the platform drivers below drivers/net/wireless to
make use of .remove_new().

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.
The TL;DR; is to make it harder for driver authors to leak resources
without noticing.

Best regards
Uwe

Uwe Kleine-König (6):
  wifi: ath11k: Convert to platform remove callback returning void
  wifi: ath5k: Convert to platform remove callback returning void
  wifi: ath9k: Convert to platform remove callback returning void
  wifi: wcn36xx: Convert to platform remove callback returning void
  wifi: brcmfmac: Convert to platform remove callback returning void
  wifi: mt76: Convert to platform remove callback returning void

 drivers/net/wireless/ath/ath11k/ahb.c                     | 6 ++----
 drivers/net/wireless/ath/ath5k/ahb.c                      | 8 +++-----
 drivers/net/wireless/ath/ath9k/ahb.c                      | 6 ++----
 drivers/net/wireless/ath/wcn36xx/main.c                   | 6 ++----
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c | 6 ++----
 drivers/net/wireless/mediatek/mt76/mt7603/soc.c           | 7 ++-----
 drivers/net/wireless/mediatek/mt76/mt7615/soc.c           | 6 ++----
 drivers/net/wireless/mediatek/mt76/mt7915/soc.c           | 6 ++----
 8 files changed, 17 insertions(+), 34 deletions(-)

base-commit: eff99d8edbed7918317331ebd1e365d8e955d65e
-- 
2.42.0


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2023-12-18 18:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17  9:30 [PATCH wifi-next 0/6] wifi: Convert to platform remove callback returning void Uwe Kleine-König
2023-11-17  9:30 ` Uwe Kleine-König
2023-11-17  9:30 ` Uwe Kleine-König
2023-11-17  9:30 ` [PATCH wifi-next 1/6] wifi: ath11k: " Uwe Kleine-König
2023-11-17  9:30   ` Uwe Kleine-König
2023-11-17 17:23   ` Jeff Johnson
2023-11-17 17:23     ` Jeff Johnson
2023-11-30 17:06   ` Kalle Valo
2023-11-17  9:30 ` [PATCH wifi-next 2/6] wifi: ath5k: " Uwe Kleine-König
2023-11-17 19:18   ` Jeff Johnson
2023-12-01 16:06   ` Kalle Valo
2023-11-17  9:31 ` [PATCH wifi-next 3/6] wifi: ath9k: " Uwe Kleine-König
2023-11-17 19:19   ` Jeff Johnson
2023-12-15 11:24   ` Toke Høiland-Jørgensen
2023-12-18 18:46   ` Kalle Valo
2023-11-17  9:31 ` [PATCH wifi-next 4/6] wifi: wcn36xx: " Uwe Kleine-König
2023-11-17 19:19   ` Jeff Johnson
2023-11-17  9:31 ` [PATCH wifi-next 5/6] wifi: brcmfmac: " Uwe Kleine-König
2023-11-17 19:20   ` Jeff Johnson
2023-11-30 19:19   ` Kalle Valo
2023-11-17  9:31 ` [PATCH wifi-next 6/6] wifi: mt76: " Uwe Kleine-König
2023-11-17  9:31   ` Uwe Kleine-König
2023-11-17 19:21   ` Jeff Johnson
2023-11-17 19:21     ` Jeff Johnson

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.