brcm80211.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver()
@ 2024-04-03 14:16 Krzysztof Kozlowski
  2024-04-03 14:16 ` [PATCH v2 1/7] Bluetooth: btmrvl_sdio: drop driver owner initialization Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-03 14:16 UTC (permalink / raw)
  To: Ulf Hansson, Marcel Holtmann, Luiz Augusto von Dentz,
	Matthias Brugger, AngeloGioacchino Del Regno, Kalle Valo,
	Jeff Johnson, Arend van Spriel, Brian Norris, Francesco Dolcini,
	Jérôme Pouiller
  Cc: linux-mmc, linux-bluetooth, linux-kernel, linux-arm-kernel,
	linux-mediatek, linux-wireless, ath10k, brcm80211,
	brcm80211-dev-list.pdl, Krzysztof Kozlowski, Jeff Johnson,
	Francesco Dolcini

Changes in v2:
1. Add "wifi: ath10k: sdio: simplify module initialization" patch, from
   my other patchset to avoid conflicts.
2. Add Acks/Rb tags.
3. Drop applied SDIO patch, which was the dependency for the rest
   cleanups.
4. Update subjects according to feedback.
- Link to v1: https://lore.kernel.org/r/20240329-module-owner-sdio-v1-0-e4010b11ccaa@linaro.org

Merging
=======
With Acks from Kalle, please take entire set via mmc/sdio.

Description
===========
Modules registering driver with sdio_register_driver() might
forget to set .owner field.

Solve the problem by moving this task away from the drivers to the core
code, just like we did for platform_driver in commit 9447057eaff8
("platform_device: use a macro instead of platform_driver_register").

Best regards,
Krzysztof

---
Krzysztof Kozlowski (7):
      Bluetooth: btmrvl_sdio: drop driver owner initialization
      Bluetooth: btmtksdio: drop driver owner initialization
      wifi: ath10k: sdio: simplify module initialization
      wifi: ath10k: sdio: drop driver owner initialization
      wifi: brcm80211: drop driver owner initialization
      wifi: mwifiex: drop driver owner initialization
      wifi: wfx: drop driver owner initialization

 drivers/bluetooth/btmrvl_sdio.c                     |  1 -
 drivers/bluetooth/btmtksdio.c                       |  1 -
 drivers/net/wireless/ath/ath10k/sdio.c              | 21 +--------------------
 .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c   |  1 -
 drivers/net/wireless/marvell/mwifiex/sdio.c         |  1 -
 drivers/net/wireless/silabs/wfx/bus_sdio.c          |  1 -
 6 files changed, 1 insertion(+), 25 deletions(-)
---
base-commit: 7d860d3177a745017d38b37bc2bff2f090631148
change-id: 20240329-module-owner-sdio-abd5de3f1d74

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2024-04-04  9:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 14:16 [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver() Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 1/7] Bluetooth: btmrvl_sdio: drop driver owner initialization Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 2/7] Bluetooth: btmtksdio: " Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 3/7] wifi: ath10k: sdio: simplify module initialization Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 4/7] wifi: ath10k: sdio: drop driver owner initialization Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 5/7] wifi: brcm80211: " Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 6/7] wifi: mwifiex: " Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 7/7] wifi: wfx: " Krzysztof Kozlowski
2024-04-04  9:30 ` [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver() Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).