summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorDavid Lechner <dlechner@baylibre.com>2024-06-21 22:51:30 +0200
committerMark Brown <broonie@kernel.org>2024-06-22 13:14:32 +0200
commit9b894d65e9788ece0d51e76d2c184524900f5ec9 (patch)
treea60b54cf947d3d3be803b449ecd94b446f09834c /Documentation/driver-api
parentLinux 6.10-rc4 (diff)
downloadlinux-9b894d65e9788ece0d51e76d2c184524900f5ec9.tar.xz
linux-9b894d65e9788ece0d51e76d2c184524900f5ec9.zip
Documentation: devres: add missing SPI helpers
A few SPI devm_* helpers were missing from the devres documentation. This patch adds them. Signed-off-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20240621-devm_spi_optimize_message-v1-1-3f9dcba6e95e@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/driver-model/devres.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 18caebad7376..a1c17bcae68d 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -465,6 +465,8 @@ SPI
devm_spi_alloc_master()
devm_spi_alloc_slave()
devm_spi_register_controller()
+ devm_spi_register_host()
+ devm_spi_register_target()
WATCHDOG
devm_watchdog_register_device()