diff options
author | Thierry Reding <treding@nvidia.com> | 2014-04-25 17:10:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-02 15:19:20 -0700 |
commit | f9748ef13b6a7dfe9fe9bcae8b3a8cbc10c1e188 (patch) | |
tree | 07f0f9fb7d3b6836938efbd4619fdd8aefd6e39b /Documentation/driver-model | |
parent | 0879162f33bf8a2fe637a22bb77d20233f486ac4 (diff) | |
download | op-kernel-dev-f9748ef13b6a7dfe9fe9bcae8b3a8cbc10c1e188.zip op-kernel-dev-f9748ef13b6a7dfe9fe9bcae8b3a8cbc10c1e188.tar.gz |
gpio: Add missing device-managed documentation
Add the GPIO-related device-managed functions to the list of functions
in Documentation/driver-model/devres.txt.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r-- | Documentation/driver-model/devres.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 4f7897e..8ff1167c 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -308,3 +308,8 @@ SLAVE DMA ENGINE SPI devm_spi_register_master() + +GPIO + devm_gpiod_get() + devm_gpiod_get_index() + devm_gpiod_put() |