diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-31 17:50:52 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-16 23:59:36 (GMT) |
commit | 666d5b4c742ba666eb68b467d777b7862f362ae5 (patch) | |
tree | efb1a0d621991a55effac8cc4f61f669542308e2 /Documentation | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-666d5b4c742ba666eb68b467d777b7862f362ae5.tar.xz |
spi: core: Add devm_spi_register_master()
Help simplify the cleanup code for SPI master drivers by providing a
managed master registration function, ensuring that the master is
automatically unregistered whenever the device is unbound.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index fcb34a5..84ea821 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -302,3 +302,6 @@ PHY SLAVE DMA ENGINE devm_acpi_dma_controller_register() + +SPI + devm_spi_register_master() |