aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/driver-api/driver-model/devres.rst
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2019-12-11 11:47:57 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-12-16 13:22:22 +0100
commit6cc1d4568120bc8013b52873d9a40bdc6ae7802a (patch)
tree743ba87112c87cfa314ddb251225dacfc825a350 /Documentation/driver-api/driver-model/devres.rst
parentdt-bindings: gpio: rcar: Document r8a77961 support (diff)
downloadwireguard-linux-6cc1d4568120bc8013b52873d9a40bdc6ae7802a.tar.xz
wireguard-linux-6cc1d4568120bc8013b52873d9a40bdc6ae7802a.zip
docs: driver-model: Add missing managed GPIO array get functions
devm_gpiod_get_array and devm_gpiod_get_array_optional were missing from the list. Add them. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Link: https://lore.kernel.org/r/f56dce4fcb71592cbcf0fc48a841f86f52770d4c.1576054779.git.matti.vaittinen@fi.rohmeurope.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/driver-api/driver-model/devres.rst')
-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 13046fcf0a5d..f37d9ded8ddc 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -267,6 +267,8 @@ DRM
GPIO
devm_gpiod_get()
+ devm_gpiod_get_array()
+ devm_gpiod_get_array_optional()
devm_gpiod_get_index()
devm_gpiod_get_index_optional()
devm_gpiod_get_optional()