]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: zync-qspi: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Tue, 5 May 2026 07:29:09 +0000 (09:29 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2026 00:55:55 +0000 (09:55 +0900)
commitbe552efa43eec9972b490fce9a3dd9cb0da92a3c
tree5f34b86af01279e841ef188468351ec67563a6d2
parent789986b1456497837c542f64b1a0c7d9dafd1b2a
spi: zync-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-21-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynq-qspi.c