]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: ti-qspi: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Tue, 5 May 2026 07:29:06 +0000 (09:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2026 00:55:52 +0000 (09:55 +0900)
commit76a24627b98ca712df8724985a4601c502b7875f
tree8a5cbd93c8559da2c9c68c5197ab2dd8d50b6cc1
parent3a14bf4f5453121cae3cbdfb6180317c5d74f424
spi: ti-qspi: switch to managed controller allocation

Switch to device managed controller allocation to simplify error
handling and to avoid having to take another reference during
deregistration.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260505072909.618363-18-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ti-qspi.c