From: Mark Brown Date: Mon, 11 May 2026 00:55:56 +0000 (+0900) Subject: spi: switch to managed controller allocation (part 2/3) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ca15b1d15bf66e93c4caf5a3a950e26053bb24d4;p=thirdparty%2Fkernel%2Flinux.git spi: switch to managed controller allocation (part 2/3) Johan Hovold says: In preparation for fixing the SPI controller API so that it no longer drops a reference when deregistering (non-managed) controllers (cf. [1]), this series converts drivers using non-managed registration to use managed allocation. Included is also a related cleanup of a ti-qspi error path. This second set will be followed by a third set of 12 patches for drivers using managed registration. That leaves us with 18 drivers using non-managed allocation, which is few enough to be able to fix the API in tree-wide change. Johan [1] https://lore.kernel.org/lkml/20260325145319.1132072-1-johan@kernel.org/ Link: https://patch.msgid.link/20260505072909.618363-1-johan@kernel.org --- ca15b1d15bf66e93c4caf5a3a950e26053bb24d4