]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: pl022: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Tue, 5 May 2026 07:28:52 +0000 (09:28 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2026 00:55:40 +0000 (09:55 +0900)
commit02efc5557c8e4202b1c5d260ec532986e9769897
tree8209d8436ad5e611e94b943511c6704adcc1bd92
parentdda3a77e1a32b329d3c543a1ac236106acf64ec5
spi: pl022: 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>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260505072909.618363-4-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pl022.c