diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2019-12-11 11:47:57 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-12-16 13:22:22 +0100 |
commit | 6cc1d4568120bc8013b52873d9a40bdc6ae7802a (patch) | |
tree | 743ba87112c87cfa314ddb251225dacfc825a350 /Documentation/driver-api/driver-model/devres.rst | |
parent | 894731a5c9d0ea801a7ea1aba2f7c7b69fef6e85 (diff) | |
download | linux-6cc1d4568120bc8013b52873d9a40bdc6ae7802a.tar.bz2 |
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.rst | 2 |
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() |