]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
spi: add devm_spi_new_ancillary_device()
authorMark Brown <broonie@kernel.org>
Wed, 25 Feb 2026 13:42:27 +0000 (13:42 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 25 Feb 2026 13:42:27 +0000 (13:42 +0000)
Merge series from Antoniu Miclaus <antoniu.miclaus@analog.com>:

Add a devres-managed version of spi_new_ancillary_device() that
automatically unregisters the ancillary SPI device when the parent
device is removed.


Trivial merge