Re: [PATCH 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver()

2024-04-02 Thread Ulf Hansson
On Fri, 29 Mar 2024 at 18:24, Krzysztof Kozlowski wrote: > > Merging > === > All further patches depend on the first patch. Everything could go via > one tree, e.g. MMC, or the cleanup patches removing owner would wait a > cycle. Patch 1 applied for next, thanks! I can certainly pick the re

[PATCH 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver()

2024-03-29 Thread Krzysztof Kozlowski
Merging === All further patches depend on the first patch. Everything could go via one tree, e.g. MMC, or the cleanup patches removing owner would wait a cycle. Description === Modules registering driver with sdio_register_driver() might forget to set .owner field. Solve the problem