]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: bcm63xx-hsspi: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Wed, 29 Apr 2026 09:13:18 +0000 (11:13 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:09:20 +0000 (22:09 +0900)
commitfe010594a8575715b879956dfb970894431dd69f
treecbcbf7c86ed1dbc9356ca6dc513a9ed9466cc384
parent414c359e7295d383e6bf2321eb7499f95008f1a8
spi: bcm63xx-hsspi: 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>
Acked-by: William Zhang <william.zhang@broadcom.com>
Link: https://patch.msgid.link/20260429091333.165363-5-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx-hsspi.c